summaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't require usage privileges on the foreign data wrapper when creating aHeikki Linnakangas2011-01-211-4/+0
* Basic foreign table support.Robert Haas2011-01-011-1/+92
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+11
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-2/+2
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-37/+20
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-231-9/+23
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-114/+113
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-041-38/+33
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-241-35/+68
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-201-24/+32
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-201-17/+32
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-201-10/+10
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-0/+1102