postgresql/src/backend/access
Bruce Momjian 174b552e71 There are some bugs about backward scanning using
indexes.

1. Index Scan using plural indexids never scan backward
   as to the order of indexids.
2. The cursor using Index scan is not usable after moving
   past the end.

This patch solves above bugs.
Moreover the change of _bt_first() would be useful to extend
ORDER BY patch by Jan Wieck for all descending order cases.

Hiroshi Inoue
1999-04-13 17:18:29 +00:00
..
common cleanup 1999-03-14 20:17:20 +00:00
gist Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
hash compile cleanup 1999-03-14 16:27:59 +00:00
heap 1. Vacuum is updated for MVCC. 1999-03-28 20:32:42 +00:00
index Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nbtree There are some bugs about backward scanning using 1999-04-13 17:18:29 +00:00
rtree Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
transam Small cleanups. 1999-03-30 01:37:28 +00:00
Makefile From: Robert Bruccoleri <bruc@bms.com> 1997-06-11 01:13:10 +00:00