postgresql/src/include/nodes
Tom Lane f38fbf31f5 If we expect a hash join to be performed in multiple batches, suppress
"physical tlist" optimization on the outer relation (ie, force a projection
step to occur in its scan).  This avoids storing useless column values when
the outer relation's tuples are written to temporary batch files.

Modified version of a patch by Michael Henderson and Ramon Lawrence.
2009-03-26 17:15:35 +00:00
..
bitmapset.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
execnodes.h Optimize multi-batch hash joins when the outer relation has a nonuniform 2009-03-21 00:04:40 +00:00
makefuncs.h Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00
memnodes.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodeFuncs.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes.h Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
params.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
parsenodes.h Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
pg_list.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
plannodes.h Optimize multi-batch hash joins when the outer relation has a nonuniform 2009-03-21 00:04:40 +00:00
primnodes.h Make SubPlan nodes carry the result's typmod as well as datatype OID. This is 2009-03-10 22:09:26 +00:00
print.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
readfuncs.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
relation.h If we expect a hash join to be performed in multiple batches, suppress 2009-03-26 17:15:35 +00:00
tidbitmap.h Implement "fastupdate" support for GIN indexes, in which we try to accumulate 2009-03-24 20:17:18 +00:00
value.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00