postgresql/src/include/optimizer
Tom Lane 447770404c Rearrange CustomScan API.
Make it work more like FDW plans do: instead of assuming that there are
expressions in a CustomScan plan node that the core code doesn't know
about, insist that all subexpressions that need planner attention be in
a "custom_exprs" list in the Plan representation.  (Of course, the
custom plugin can break the list apart again at executor initialization.)
This lets us revert the parts of the patch that exposed setrefs.c and
subselect.c processing to the outside world.

Also revert the GetSpecialCustomVar stuff in ruleutils.c; that concept
may work in future, but it's far from fully baked right now.
2014-11-21 18:21:46 -05:00
..
clauses.h Speed up COPY into tables with DEFAULT nextval() 2014-01-20 17:22:38 +00:00
cost.h Increase the default value of effective_cache_size to 4GB. 2014-05-08 21:11:47 -04:00
geqo.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_copy.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_gene.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_misc.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_mutation.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_pool.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_random.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_recombination.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
geqo_selection.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
joininfo.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
orclauses.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pathnode.h Simplify API for initially hooking custom-path providers into the planner. 2014-11-21 14:05:46 -05:00
paths.h Simplify API for initially hooking custom-path providers into the planner. 2014-11-21 14:05:46 -05:00
placeholder.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
plancat.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
planmain.h Rearrange CustomScan API. 2014-11-21 18:21:46 -05:00
planner.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
predtest.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
prep.h Fix some more problems with nested append relations. 2014-10-01 19:31:12 -04:00
restrictinfo.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
subselect.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
tlist.h Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 2014-06-18 13:22:34 -04:00
var.h Update copyright for 2014 2014-01-07 16:05:30 -05:00