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