]> granicus.if.org Git - postgresql/history - src/include/foreign
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / include / foreign /
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-08-30 Tom LaneSeparate reinitialization of shared parallel-scan state...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-02-26 Robert HaasAllow custom and foreign scans to have shutdown callbacks.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-18 Robert HaasFix typo in comment.
2016-07-22 Tom LaneRemove GetUserMappingId() and GetUserMappingById().
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-01 Tom LaneRethink the GetForeignUpperPaths API (again).
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-29 Robert HaasDon't require a user mapping for FDWs to work.
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-15 Tom LaneAdd a GetForeignUpperPaths callback function for FDWs.
2016-02-26 Robert HaasAdd new FDW API to test for parallel-safety.
2016-02-04 Robert HaasAdd some additional core functions to support join...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-01-28 Robert HaasOnly try to push down foreign joins if the user mapping...
2016-01-28 Robert HaasAvoid multiple foreign server connections when all...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-05-12 Tom LaneAdd support for doing late row locking in FDWs.
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-06 Tom LaneDept of second thoughts: improve the API for AnalyzeFor...
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-07 Tom LaneAdd GetForeignColumnOptions() to foreign.c, and add...
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities