summaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-0/+10
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-6/+3
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-211-87/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-10/+24
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-4/+24
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-4/+4
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-3/+5
* Remove inappropriate quotesPeter Eisentraut2012-02-231-2/+2
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-221-31/+103
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-261-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-091-0/+76
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-83/+0
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Fix unsafe order of operations in foreign-table DDL commands.Tom Lane2011-08-141-21/+18
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-231-3/+3
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-051-2/+12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-011-2/+2
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-191-35/+174
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-8/+19