Commits

DateSubjectAuthorReleases
2006-11-19 Repair problems with hash indexes that span multiple segments: the hash code's Tom Lane 8.2.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-01-25 Remove the no-longer-useful HashItem/HashItemData level of structure. Tom Lane 8.2.0
2005-11-06 Add defenses to btree and hash index AMs to do simple sanity checks Tom Lane 8.2.0
2005-06-09 Add missing #include -- mea culpa. Tom Lane 8.1.0
2005-06-09 Put a critical section around update of hash index metapage. Per Tom Lane 8.1.0
2004-08-28 Fix relcache to account properly for subtransaction status of 'new' Tom Lane 8.0.0
2003-09-04 Reimplement hash index locking algorithms, per my recent proposal to Tom Lane 7.4.1
2003-09-02 Several fixes for hash indexes that involve changing the on-disk index Tom Lane 7.4.1
2003-09-02 Rewrite hashbulkdelete() to make it amenable to new bucket locking Tom Lane 7.4.1
2003-09-01 Preliminary cleanup for hash index code (doesn't attack the locking problem Tom Lane 7.4.1
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2002-01-15 Add more sanity-checking to PageAddItem and PageIndexTupleDelete, Tom Lane 7.2.1
2001-07-15 Restructure index AM interface for index building and index tuple deletion, Tom Lane 7.2.1
2001-06-27 Install infrastructure for shared-memory free space map. Doesn't actually Tom Lane 7.2.1
2001-03-07 Repair a number of places that didn't bother to check whether PageAddItem Tom Lane 7.1.1
2000-11-30 Rearrange bufmgr header files so that buf_internals.h need not be Tom Lane 7.1.1
2000-03-17 Fix a bunch of minor portability problems and maybe-bugs revealed by Tom Lane 7.1.1