postgresql/src/include/nodes
Tom Lane 33b41590df Adjust the definition of is_pushed_down so that it's always true for INNER
JOIN quals, just like WHERE quals, even if they reference every one of the
join's relations.  Now that we can reorder outer and inner joins, it's
possible for such a qual to end up being assigned to an outer join plan node,
and we mustn't have it treated as a join qual rather than a filter qual for
the node.  (If it were, the join could produce null-extended rows that it
shouldn't.)  Per bug report from Pelle Johansson.
2007-02-16 20:57:26 +00:00
..
bitmapset.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
execnodes.h Fix failure due to accessing an already-freed tuple descriptor in a plan 2006-12-26 21:37:28 +00:00
makefuncs.h Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +00:00
memnodes.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodeFuncs.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodes.h Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 2006-09-28 20:51:43 +00:00
params.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
parsenodes.h Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
pg_list.h Move xact.c's partial support for Lists of TransactionIds into pg_list.h. 2006-08-27 19:11:46 +00:00
plannodes.h Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
primnodes.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
print.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
readfuncs.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
relation.h Adjust the definition of is_pushed_down so that it's always true for INNER 2007-02-16 20:57:26 +00:00
tidbitmap.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
value.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00