postgresql/src/backend/access
Tom Lane 0fef38da21 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching
pages it intends to zero immediately.  Just to show there is some use for that
function besides WAL recovery :-).
Along the way, fold _hash_checkpage and _hash_pageinit calls into _hash_getbuf
and friends, instead of expecting callers to do that separately.
2007-05-03 16:45:58 +00:00
..
common Make 'col IS NULL' clauses be indexable conditions. 2007-04-06 22:33:43 +00:00
gin Fix a few typos in comments in GiN. 2007-02-01 04:16:08 +00:00
gist Minor tweaking of index special-space definitions so that the various 2007-04-09 22:04:08 +00:00
hash Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 2007-05-03 16:45:58 +00:00
heap Fix condition for whether end_heap_rewrite must fsync, per Heikki. 2007-04-17 21:29:31 +00:00
index Refactor the index AM API slightly: move currentItemData and 2007-01-20 18:43:35 +00:00
nbtree Code review for btree page split WAL reduction patch. Make it actually work 2007-04-11 20:47:38 +00:00
transam During WAL recovery, when reading a page that we intend to overwrite completely 2007-05-02 23:18:03 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00