postgresql/src/backend/access
Tom Lane 892a51c367 Fix longstanding error in _bt_search(): should moveright at top of loop not
bottom.  Otherwise we fail to moveright when the root page was split while
we were "in flight" to it.  This is not a significant problem when the root
is above the leaf level, but if the root was also a leaf (ie, a single-page
index just got split) we may return the wrong leaf page to the caller,
resulting in failure to find a key that is in fact present.  Bug has existed
at least since 7.1, probably forever.
2003-07-29 22:18:38 +00:00
..
common A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
gist A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
hash Error message editing in backend/access. 2003-07-21 20:29:40 +00:00
heap Error message editing in backend/access. 2003-07-21 20:29:40 +00:00
index Error message editing in backend/access. 2003-07-21 20:29:40 +00:00
nbtree Fix longstanding error in _bt_search(): should moveright at top of loop not 2003-07-29 22:18:38 +00:00
rtree A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
transam A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00