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