postgresql/src/backend/optimizer/util
Tom Lane 5b05185262 Remove support for OR'd indexscans internal to a single IndexScan plan
node, as this behavior is now better done as a bitmap OR indexscan.
This allows considerable simplification in nodeIndexscan.c itself as
well as several planner modules concerned with indexscan plan generation.
Also we can improve the sharing of code between regular and bitmap
indexscans, since they are now working with nigh-identical Plan nodes.
2005-04-25 01:30:14 +00:00
..
clauses.c Turns out that my recent elimination of the 'redundant' flatten_andors() 2005-04-23 04:42:53 +00:00
joininfo.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pathnode.c Remove support for OR'd indexscans internal to a single IndexScan plan 2005-04-25 01:30:14 +00:00
plancat.c First cut at planner support for bitmap index scans. Lots to do yet, 2005-04-22 21:58:32 +00:00
relnode.c First cut at planner support for bitmap index scans. Lots to do yet, 2005-04-22 21:58:32 +00:00
restrictinfo.c Remove support for OR'd indexscans internal to a single IndexScan plan 2005-04-25 01:30:14 +00:00
tlist.c Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
var.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00