postgres/src
Tom Lane 101fd9349e Add a GetForeignUpperPaths callback function for FDWs.
This is basically like the just-added create_upper_paths_hook, but
control is funneled only to the FDW responsible for all the baserels
of the current query; so providing such a callback is much less likely
to add useless overhead than using the hook function is.

The documentation is a bit sketchy.  We'll likely want to improve it,
and/or adjust the call conventions, when we get some experience with
actually using this callback.  Hopefully somebody will find time to
experiment with it before 9.6 feature freeze.
2016-03-14 20:04:48 -04:00
..
backend Add a GetForeignUpperPaths callback function for FDWs. 2016-03-14 20:04:48 -04:00
bin Fix order of MemSet arguments 2016-03-13 13:11:06 +01:00
common Make get_controlfile() error logging consistent with src/common 2016-03-07 15:14:20 -08:00
include Add a GetForeignUpperPaths callback function for FDWs. 2016-03-14 20:04:48 -04:00
interfaces Handle invalid libpq sockets in more places 2016-03-08 21:10:33 -05:00
makefiles Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
pl Update PL/Perl's comment about hv_store(). 2016-03-14 14:45:45 -04:00
port Suppress GCC 6 warning about self-comparison 2016-03-08 19:41:51 -05:00
template Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
test Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan. 2016-03-14 19:48:46 -04:00
timezone Update time zone data files to tzdata release 2016a. 2016-02-05 10:59:09 -05:00
tools Checkpoint sorting and balancing. 2016-03-10 17:05:09 -08:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Respect TEMP_CONFIG when pg_regress_check and friends are called 2016-02-27 12:28:21 -05:00
Makefile.shlib AIX: Link TRANSFORM modules with their dependencies. 2015-07-15 21:00:26 -04:00
nls-global.mk
win32.mak