Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. 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
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2008-11-03 Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage Tom Lane 8.4.0
2008-07-14 Clean up buildfarm failures arising from the seemingly straightforward page Tom Lane 8.4.0
2008-07-13 Change the PageGetContents() macro to guarantee its result is maxalign'd, Tom Lane 8.4.0
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
2007-02-09 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by Tom Lane 8.3.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2005-03-22 Create a routine PageIndexMultiDelete() that replaces a loop around Tom Lane 8.1.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 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-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2004-06-05 Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized Tom Lane 7.4.3
2004-06-05 Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized Tom Lane 8.0.0
2003-12-11 Fix thinko in comment. Tom Lane 8.0.0
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
2002-09-02 Code review for HeapTupleHeader changes. Add version number to page headers Tom Lane 7.3.1