Commits

DateSubjectAuthorReleases
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-05-08 Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations Tom Lane 8.2.0
2006-04-25 Arrange to cache btree metapage data in the relcache entry for the index, Tom Lane 8.2.0
2006-04-13 Fix an ancient oversight in btree xlog replay. When trying to determine if an 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 BTItem/BTItemData level of structure, and Tom Lane 8.2.0
2006-01-17 Improve comments about btree's use of ScanKey data structures: there 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-10-12 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark Tom Lane 7.3.12
2005-10-12 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark Tom Lane 7.4.10
2005-10-12 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark Tom Lane 8.0.5
2005-10-12 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark Tom Lane 8.1.0
2005-09-24 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. Tom Lane 8.1.0
2005-08-10 Make new hints follow style guide. Tom Lane 8.1.0
2005-06-06 Modify XLogInsert API to make callers specify whether pages to be backed Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0
2004-10-26 Make heap_fetch API more consistent by having the buffer remain pinned Tom Lane 8.0.0
2004-10-15 Repair possible failure to update hint bits back to disk, per Tom Lane 8.0.0
2004-08-17 Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial Tom Lane 7.4.5
2004-08-17 Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial Tom Lane 8.0.0
2004-07-21 Invent WAL timelines, as per recent discussion, to make point-in-time Tom Lane 8.0.0
2004-04-21 Tweak indexscan and seqscan code to arrange that steps from one page to Tom Lane 8.0.0
2003-12-21 Improve btree's initial-positioning-strategy code so that we never need Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0