postgresql/src/backend/access
Teodor Sigaev 1dcf6fdf1b Fix possible duplicate tuples while GiST scan. Now page is processed
at once and ItemPointers are collected in memory.

Remove tuple's killing by killtuple() if tuple was moved to another
page - it could produce unaceptable overhead.

Backpatch up to 8.1 because the bug was introduced by GiST's concurrency support.
2008-08-23 10:37:24 +00:00
..
common Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in 2008-07-23 17:29:53 +00:00
gin Multi-column GIN indexes. Teodor Sigaev 2008-07-11 21:06:29 +00:00
gist Fix possible duplicate tuples while GiST scan. Now page is processed 2008-08-23 10:37:24 +00:00
hash Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
heap Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
index Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
nbtree Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
transam Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00