index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeForeignscan.c
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
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
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
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
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
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
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
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