aboutsummaryrefslogtreecommitdiff
path: root/src/include/foreign/fdwapi.h
Commit message (Expand)AuthorAge
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-26
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rethink the GetForeignUpperPaths API (again).Tom Lane2016-07-01
* pgindent run for 9.6Robert Haas2016-06-09
* Directly modify foreign tables.Robert Haas2016-03-18
* Add a GetForeignUpperPaths callback function for FDWs.Tom Lane2016-03-14
* Add new FDW API to test for parallel-safety.Robert Haas2016-02-26
* Add some additional core functions to support join pushdown for FDWs.Robert Haas2016-02-04
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Support writable foreign tables.Tom Lane2013-03-10
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Revise FDW planning API, again.Tom Lane2012-03-09
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20