postgresql/src/backend/access
Tom Lane 9e8da0f757 Teach btree to handle ScalarArrayOpExpr quals natively.
This allows "indexedcol op ANY(ARRAY[...])" conditions to be used in plain
indexscans, and particularly in index-only scans.
2011-10-16 15:39:24 -04:00
..
common Buffering GiST index build algorithm. 2011-09-08 17:51:23 +03:00
gin Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
gist Clean up a couple of box gist helper functions. 2011-10-09 18:59:34 +03:00
hash Measure the number of all-visible pages for use in index-only scan costing. 2011-10-14 17:23:46 -04:00
heap Measure the number of all-visible pages for use in index-only scan costing. 2011-10-14 17:23:46 -04:00
index Improve index-only scans to avoid repeated access to the index page. 2011-10-09 00:21:08 -04:00
nbtree Teach btree to handle ScalarArrayOpExpr quals natively. 2011-10-16 15:39:24 -04:00
transam Fix uninitialized-variable bug. 2011-10-04 17:08:18 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00