Commits

DateSubjectAuthorReleases
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2017-11-03 Avoid looping through line pointers twice in PageRepairFragmentation(). Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-13 Re-run pgindent. Tom Lane 10.0
2016-09-09 Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple. Tom Lane 10.0
2016-09-09 Convert PageAddItem into a macro to save a few cycles. Tom Lane 10.0
2016-09-09 Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. Tom Lane 10.0
2016-09-09 In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed. Tom Lane 10.0
2013-06-14 Refactor checksumming code to make it easier to use externally. Tom Lane 9.3.0
2013-03-22 Suppress uninitialized-variable warning in new checksum code. Tom Lane 9.3.0
2008-11-03 Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage Tom Lane 8.4.0
2008-07-13 Change the PageGetContents() macro to guarantee its result is maxalign'd, Tom Lane 8.4.0
2008-02-10 Fix PageGetExactFreeSpace() so that it actually behaves sensibly Tom Lane 8.3.1
2007-09-21 Improve handling of prune/no-prune decisions by storing a page's oldest Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-03-02 Suppress useless searches for unused line pointers in PageAddItem. To do Tom Lane 8.3.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-03-22 Create a routine PageIndexMultiDelete() that replaces a loop around Tom Lane 8.1.0
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2003-04-04 Back-patch changes to validate page header fields immediately after Tom Lane 7.3.3
2003-03-28 Add code to apply some simple sanity checks to the header fields of a Tom Lane 7.4.1