aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/foreigncmds.c
Commit message (Expand)AuthorAge
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve documentation about usage of FDW validator functions.Tom Lane2013-10-28
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Remove inappropriate quotesPeter Eisentraut2012-02-23
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix unsafe order of operations in foreign-table DDL commands.Tom Lane2011-08-14
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-05
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Don't require usage privileges on the foreign data wrapper when creating aHeikki Linnakangas2011-01-21
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-23
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-20
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-20
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19