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
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 8.4.22
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.0.18
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.1.14
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.2.9
2011-10-18 Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning. Tom Lane 9.2.0
2010-12-31 Support RIGHT and FULL OUTER JOIN in hash joins. Tom Lane 9.1.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-10-28 Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation Tom Lane 8.4.0
2008-07-13 Clean up the use of some page-header-access macros: principally, use Tom Lane 8.4.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 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
2007-02-05 Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to Tom Lane 8.3.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly Tom Lane 8.2.0
2006-06-27 Create infrastructure for 'MinimalTuple' representation of in-memory Tom Lane 8.2.0
2006-05-10 Clean up code associated with updating pg_class statistics columns Tom Lane 8.2.0
2005-11-20 Remove the t_datamcxt field of HeapTupleData. This was introduced for Tom Lane 8.2.0
2005-09-02 Clean up a couple of ad-hoc computations of the maximum number of tuples Tom Lane 8.1.0
2005-08-20 Repair problems with VACUUM destroying t_ctid chains too soon, and with Tom Lane 8.1.0
2005-06-08 Change WAL-logging scheme for multixacts to be more like regular Tom Lane 8.1.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0