postgresql/src/backend/optimizer/path
Tom Lane cb02610e50 Adjust nestloop-with-inner-indexscan plan generation so that we catch
some cases of redundant clauses that were formerly not caught.  We have
to special-case this because the clauses involved never get attached to
the same join restrictlist and so the existing logic does not notice
that they are redundant.
2003-06-15 22:51:45 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
allpaths.c Adjust subquery qual pushdown rules so that we can push down a qual 2003-04-24 23:43:09 +00:00
clausesel.c Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 2003-05-27 17:49:47 +00:00
costsize.c COALESCE() and NULLIF() are now first-class expressions, not macros 2003-02-16 02:30:39 +00:00
indxpath.c Adjust nestloop-with-inner-indexscan plan generation so that we catch 2003-06-15 22:51:45 +00:00
joinpath.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
joinrels.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
orindxpath.c Adjust nestloop-with-inner-indexscan plan generation so that we catch 2003-06-15 22:51:45 +00:00
pathkeys.c Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
tidpath.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00