postgresql/src/backend/access
Tom Lane 9f19cc28a4 Revert "Stop btree indexscans upon reaching nulls in either direction."
This reverts commit d23165bbc3.
As pointed out by Naoya Anzai, we need to do more work to make that
idea handle end-of-index cases, and it is looking like too much risk
for a back-patch.  So bug #6278 is only going to be fixed in HEAD.
2011-11-02 13:37:24 -04:00
..
common Lobotomize typmod check in convert_tuples_by_position, back branches only. 2011-05-23 14:42:24 -04:00
gin Fix assorted bugs in GIN's WAL replay logic. 2010-10-11 19:04:53 -04:00
gist gistendscan() forgot to free so->giststate. 2011-09-16 04:28:07 -04:00
hash Dept of second thoughts: after studying index_getnext() a bit more I realize 2009-11-01 22:31:02 +00:00
heap Fix race condition with toast table access from a stale syscache entry. 2011-11-01 19:48:56 -04:00
index 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
nbtree Revert "Stop btree indexscans upon reaching nulls in either direction." 2011-11-02 13:37:24 -04:00
transam PublishStartupProcessInformation() to avoid rare hang in recovery. 2011-09-08 12:03:28 +01:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00