postgresql/src/backend
Tom Lane 5cd7b68242 Revert "Stop btree indexscans upon reaching nulls in either direction."
This reverts commit 048fffed55.
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:33:10 -04:00
..
access Revert "Stop btree indexscans upon reaching nulls in either direction." 2011-11-02 13:33:10 -04:00
bootstrap Capitalization fixes 2011-06-19 00:39:19 +03:00
catalog More cleanup after failed reduced-lock-levels-for-DDL feature. 2011-10-21 13:49:58 -04:00
commands Change FK trigger creation order to better support self-referential FKs. 2011-10-26 13:02:35 -04:00
executor Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 2011-08-21 18:16:02 -04:00
foreign deflist_to_tuplestore dumped core on an option with no value. 2011-09-13 11:36:53 -04:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Add host name resolution information to pg_hba.conf error messages 2011-07-31 18:08:21 +03:00
main Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
nodes Don't trust deferred-unique indexes for join removal. 2011-10-23 00:43:45 -04:00
optimizer Don't trust deferred-unique indexes for join removal. 2011-10-23 00:43:45 -04:00
parser Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 2011-10-08 11:20:59 +03:00
po Translation updates 2011-09-22 23:24:25 +03:00
port Back-patch assorted latch-related fixes. 2011-08-10 12:20:45 -04:00
postmaster Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly 2011-09-29 17:21:30 -04:00
regex Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
replication Fix overly-complicated usage of errcode_for_file_access(). 2011-10-22 20:22:12 +03:00
rewrite Finish disabling reduced-lock-levels-for-DDL feature. 2011-07-07 13:15:48 -04:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Derive oldestActiveXid at correct time for Hot Standby. 2011-11-02 08:53:40 +00:00
tcop Back-patch assorted latch-related fixes. 2011-08-10 12:20:45 -04:00
tsearch Pgindent run before 9.1 beta2. 2011-06-09 14:32:50 -04:00
utils Fix race condition with toast table access from a stale syscache entry. 2011-11-01 19:48:43 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Fix symlink for errcodes.h so it works in VPATH builds from tarballs. 2011-06-22 13:08:20 -04:00
nls.mk Translation updates 2011-09-22 23:24:25 +03:00