Commits

DateSubjectAuthorReleases
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.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
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-06-27 Create infrastructure for 'MinimalTuple' representation of in-memory 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-10-19 Back-patch fix for proper labeling of whole-row Datums generated from Tom Lane 8.0.5
2005-10-19 Better solution to the problem of labeling whole-row Datums that are Tom Lane 8.1.0
2005-10-19 Ensure that the Datum generated from a whole-row Var contains valid Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2005-03-14 Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of Tom Lane 8.1.0
2005-02-06 Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for Tom Lane 7.4.8
2004-06-05 Make the world very nearly safe for composite-type columns in tables. Tom Lane 8.0.0
2004-06-04 Resurrect heap_deformtuple(), this time implemented as a singly nested Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2004-01-16 Tighten short-circuit tests for deciding whether we need to invoke Tom Lane 8.0.0
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2002-09-27 Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is Tom Lane 7.3.1
2002-09-02 Code review for HeapTupleHeader changes. Add version number to page headers Tom Lane 7.3.1
2002-08-25 Clean up comments to be careful about the distinction between variable- Tom Lane 7.3.1
2002-08-24 The cstring datatype can now be copied, passed around, etc. The typlen Tom Lane 7.3.1
2002-05-27 Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, Tom Lane 7.3.1
2001-08-23 Ensure that all TransactionId comparisons are encapsulated in macros Tom Lane 7.2.1