postgresql/src/backend/optimizer/path
Tom Lane c5c97318f9 In find_mergeclauses_for_pathkeys, it's okay to return multiple merge
clauses per path key.  Indeed, we *must* do so or we will be unable to
form a valid plan for FULL JOIN with overlapping join conditions, eg
select * from a full join b on
a.v1 = b.v1 and a.v2 = b.v2 and a.v1 = b.v2.
2001-11-11 20:33:53 +00:00
..
_deadcode New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
allpaths.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
clausesel.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
costsize.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
indxpath.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
joinpath.c sort_inner_and_outer needs a check to ensure that it's consumed all the 2001-11-11 19:18:54 +00:00
joinrels.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
orindxpath.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
pathkeys.c In find_mergeclauses_for_pathkeys, it's okay to return multiple merge 2001-11-11 20:33:53 +00:00
tidpath.c Further work on making use of new statistics in planner. Adjust APIs 2001-06-05 05:26:05 +00:00