postgresql/src/backend/access
Tom Lane 56a57473a9 Refactor GIN's handling of duplicate search entries.
The original coding could combine duplicate entries only when they
originated from the same qual condition.  In particular it could not
combine cases where multiple qual conditions all give rise to full-index
scan requests, which is an expensive case well worth optimizing.  Refactor
so that duplicates are recognized across all the quals.
2011-01-08 14:48:08 -05:00
..
common Basic foreign table support. 2011-01-01 23:48:11 -05:00
gin Refactor GIN's handling of duplicate search entries. 2011-01-08 14:48:08 -05:00
gist Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
hash Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
heap Basic foreign table support. 2011-01-01 23:48:11 -05:00
index Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nbtree Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
transam Improve recovery.conf.sample comments. 2011-01-07 11:01:25 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00