summaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
AgeCommit message (Expand)Author
2023-08-27Silence compiler warning in release 11 and 12 branchesAndrew Dunstan
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2019-05-08Fix error messagesAlvaro Herrera
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-08-07Don't record FDW user mappings as members of extensions.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-03-31Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-20Use a consistent error message style for user mappings.Andrew Dunstan
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-26Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-01Type names should not be quotedAlvaro Herrera
2016-03-28Improve internationalization of messages involving type namesAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-22Fix whitespacePeter Eisentraut
2015-01-22adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-28Improve documentation about usage of FDW validator functions.Tom Lane
2013-03-17Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-06Code beautification for object-access hook machinery.Robert Haas
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas
2012-02-23Remove inappropriate quotesPeter Eisentraut
2012-02-22REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian