postgresql/src/backend/optimizer/path
Tom Lane 63cc56de54 Suppress subquery pullup and pushdown when the subquery has any
set-returning functions in its target list.  This ensures that we
won't rewrite the query in a way that places set-returning functions
into quals (WHERE clauses).  Cf. bug reports from Joe Conway.
2001-12-10 22:54:12 +00:00
..
_deadcode New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
allpaths.c Suppress subquery pullup and pushdown when the subquery has any 2001-12-10 22:54:12 +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
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