postgresql/src/backend/optimizer/path
Tom Lane 5d66583678 Repair planner failure for cases involving Cartesian products inside
IN (sub-SELECT) constructs.  We must force a clauseless join of the
sub-select member relations, but it wasn't happening because the code
thought it would be able to use the join clause arising from the IN.
2004-01-24 00:37:28 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
allpaths.c Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time 2004-01-14 23:01:55 +00:00
clausesel.c Dept. of second thoughts: clause_selectivity shouldn't try to cache its 2004-01-05 16:44:40 +00:00
costsize.c Don't return an overoptimistic result from join_in_selectivity when 2004-01-19 03:52:28 +00:00
indxpath.c Make some improvements in the intelligence of the partial-index 2004-01-07 22:02:48 +00:00
joinpath.c Add the ability to extract OR indexscan conditions from OR-of-AND 2004-01-05 05:07:36 +00:00
joinrels.c Repair planner failure for cases involving Cartesian products inside 2004-01-24 00:37:28 +00:00
orindxpath.c Adjust indexscan planning logic to keep RestrictInfo nodes associated 2004-01-05 23:39:54 +00:00
pathkeys.c Planner failed to be smart about binary-compatible expressions in pathkeys 2003-12-03 17:45:10 +00:00
tidpath.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00