aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
Commit message (Expand)AuthorAge
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-07
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-20
* Use a consistent error message style for user mappings.Andrew Dunstan2017-03-20
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Remove various special checks around default rolesStephen Frost2016-05-06
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Type names should not be quotedAlvaro Herrera2016-04-01
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Update copyright for 2016Bruce Momjian2016-01-02
* Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane2015-06-27
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Fix whitespacePeter Eisentraut2015-01-22
* adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian2015-01-22
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve documentation about usage of FDW validator functions.Tom Lane2013-10-28
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Remove inappropriate quotesPeter Eisentraut2012-02-23
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01