Commits

DateSubjectAuthorReleases
2005-08-12 Change a couple of "can't happen" error messages to be a shade more 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-06-02 Change CRCs in WAL records from 64bit to 32bit for performance reasons. Tom Lane 8.1.0
2005-05-07 Repair very-low-probability race condition between relation extension Tom Lane 7.4.8
2005-05-07 Repair very-low-probability race condition between relation extension Tom Lane 8.0.3
2005-05-07 Repair very-low-probability race condition between relation extension Tom Lane 8.1.0
2005-04-29 Restructure LOCKTAG as per discussions of a couple months ago. Tom Lane 8.1.0
2005-03-22 Create a routine PageIndexMultiDelete() that replaces a loop around Tom Lane 8.1.0
2004-08-28 Fix relcache to account properly for subtransaction status of 'new' 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-06-02 Adjust btree index build to not use shared buffers, thereby avoiding the 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-09-29 Adjust btree index build procedure so that the btree metapage looks Tom Lane 7.4.1
2003-08-10 Repair potential deadlock created by recent changes to recycle btree Tom Lane 7.4.1
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2003-03-04 Reimplement free-space-map management as per recent discussions. Tom Lane 7.4.1
2003-02-23 btree page recycling can be done as soon as page's next-xact label is Tom Lane 7.4.1
2003-02-23 Adjust btbulkdelete logic so that only one WAL record is issued while Tom Lane 7.4.1
2003-02-23 First cut at recycling space in btree indexes. Still some rough edges Tom Lane 7.4.1
2003-02-22 More infrastructure for btree compaction project. Tree-traversal code Tom Lane 7.4.1
2003-02-21 Make btree index structure adjustments and WAL logging changes needed to Tom Lane 7.4.1
2002-08-06 Restructure local-buffer handling per recent pghackers discussion. Tom Lane 7.3.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