First cut at planner support for bitmap index scans. Lots to do yet,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bc843d396032acb75abfbcfab1a0c3b0b252c3f1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-22T21:58:32Z
Releases: 8.1.0
First cut at planner support for bitmap index scans.  Lots to do yet,
but the code is basically working.  Along the way, rewrite the entire
approach to processing OR index conditions, and make it work in join
cases for the first time ever.  orindxpath.c is now basically obsolete,
but I left it in for the time being to allow easy comparison testing
against the old implementation.

Files