postgresql/src/backend/access
Tom Lane c186c93148 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.
2005-06-13 23:14:49 +00:00
..
common Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
gist Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
hash Add missing #include -- mea culpa. 2005-06-09 21:01:25 +00:00
heap Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
index Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
nbtree Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
rtree Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
transam Free buffer allocated via malloc (process is short-lived, but fix it anyway). 2005-06-09 22:36:27 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00