postgresql/src/backend/access
Teodor Sigaev b9856b67a7 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't
correctly set. As result, killtuple() marks as dead
wrong tuple on page. Bug was introduced by me while fixing
possible duplicates during GiST index scan.
2008-10-22 12:53:56 +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 Remove mark/restore support in GIN and GiST indexes. 2008-10-20 13:39:44 +00:00
gist Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't 2008-10-22 12:53:56 +00:00
hash Remove useless mark/restore support in hash index AM, per discussion. 2008-10-17 23:50:57 +00:00
heap Modify the parser's error reporting to include a specific hint for the case 2008-10-08 01:14:44 +00:00
index Fix small query-lifespan memory leak introduced by 8.4 change in index AM API 2008-10-10 14:17:08 +00:00
nbtree Index FSMs needs to be vacuumed as well. Report by Jeff Davis. 2008-10-06 08:04:11 +00:00
transam These functions no longer return a value, per complaint from gothic_moth via 2008-10-20 20:38:24 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00