summaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add a SET option to the GRANT command.Robert Haas2022-11-181-1/+1
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-5/+5
* Refactor ownercheck functionsPeter Eisentraut2022-11-131-3/+3
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-081-3/+16
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Consistently use "superuser" instead of "super user"Daniel Gustafsson2021-09-081-2/+2
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-151-11/+7
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-2/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Unify drop-by-OID functionsPeter Eisentraut2020-06-091-71/+0
* Add missing invocations to object access hooksMichael Paquier2020-05-231-0/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-121-2/+1
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-5/+2
* Fix error messagesAlvaro Herrera2019-05-081-9/+11
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-30/+30
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-15/+30
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-071-2/+6
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-8/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-19/+19
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-16/+16
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-1/+1
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-201-5/+33
* Use a consistent error message style for user mappings.Andrew Dunstan2017-03-201-4/+4
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-3/+3
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-20/+9
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-261-1/+1
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-2/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Remove various special checks around default rolesStephen Frost2016-05-061-13/+0
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-081-0/+13
* Type names should not be quotedAlvaro Herrera2016-04-011-1/+1
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-281-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane2015-06-271-1/+2
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-091-30/+28
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-20/+31
* Fix whitespacePeter Eisentraut2015-01-221-3/+3
* adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian2015-01-221-2/+54
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-101-1/+143
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Improve documentation about usage of FDW validator functions.Tom Lane2013-10-281-4/+8