summaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
AgeCommit message (Expand)Author
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-05-23Add missing invocations to object access hooksMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.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-21Remove 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-03Update 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-04-01Add 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-27Use 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