Change the planner to allow indexscan qualification clauses to use

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

Commit: c186c93148fdfa5a39972331318eda5318ff5eba
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-13T23:14:49Z
Releases: 8.1.0
Change the planner to allow indexscan qualification clauses to use
nonconsecutive columns of a multicolumn index, as per discussion around
mid-May (pghackers thread "Best way to scan on-disk bitmaps").  This
turns out to require only minimal changes in btree, and so far as I can
see none at all in GiST.  btcostestimate did need some work, but its
original assumption that index selectivity == heap selectivity was
quite bogus even before this.

Files