]> granicus.if.org Git - postgresql/history - src/backend/commands/foreigncmds.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / commands / foreigncmds.c
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-20 Andrew DunstanAdd IF NOT EXISTS for CREATE SERVER and CREATE USER...
2017-03-20 Andrew DunstanUse a consistent error message style for user mappings.
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-27 Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-06 Stephen FrostRemove various special checks around default roles
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-04-01 Alvaro HerreraType names should not be quoted
2016-03-28 Alvaro HerreraImprove internationalization of messages involving...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-22 Peter EisentrautFix whitespace
2015-01-22 Bruce Momjianadjust ACL owners for REASSIGN and ALTER OWNER TO
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-28 Tom LaneImprove documentation about usage of FDW validator...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-02-23 Peter EisentrautRemove inappropriate quotes
2012-02-22 Alvaro HerreraREASSIGN OWNED: Support foreign data wrappers and servers
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-14 Tom LaneFix unsafe order of operations in foreign-table DDL...
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-07-05 Tom LaneCall FDW validator functions even when the options...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-21 Heikki LinnakangasDon't require usage privileges on the foreign data...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-01-20 Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-20 Tom LaneFix various confusions of pointers and OIDs, unsafe...
2008-12-20 Heikki LinnakangasDon't use OidIsValid to check the return value of trans...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities