postgresql/src/backend/optimizer/path
Tom Lane e18e8f8735 Change expandRTE() and ResolveNew() back to taking just the single
RTE of interest, rather than the whole rangetable list.  This makes
the API more understandable and avoids duplicate RTE lookups.  This
patch reverts no-longer-needed portions of my patch of 2004-08-19.
2005-06-04 19:19:42 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
allpaths.c Change expandRTE() and ResolveNew() back to taking just the single 2005-06-04 19:19:42 +00:00
clausesel.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
costsize.c First cut at planner support for bitmap index scans. Lots to do yet, 2005-04-22 21:58:32 +00:00
indxpath.c For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
joinpath.c Previous fix for "x FULL JOIN y ON true" failed to handle the case 2005-05-24 18:02:31 +00:00
joinrels.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
orindxpath.c Replace slightly klugy create_bitmap_restriction() function with a 2005-04-25 02:14:48 +00:00
pathkeys.c Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
tidpath.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00