summaryrefslogtreecommitdiff
path: root/src/include/access/htup.h
Commit message (Expand)AuthorAgeFilesLines
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-11/+4
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-8/+4
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-091-53/+65
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-051-11/+9
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-091-8/+17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-1/+19
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-3/+2
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-5/+66
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-2/+11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-201-10/+9
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+11
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-1/+11
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-11/+37
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-1/+3
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-7/+21
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-281-4/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix obsolete comments.Tom Lane2004-11-121-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-29/+12
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-111-2/+15
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-44/+23
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-116/+175
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-161-1/+7
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-261-4/+15
* pgindent run.Bruce Momjian2002-09-041-13/+15
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-138/+141
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-4/+3
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-4/+40
* Fix typo in xl_heaptid commentBruce Momjian2002-07-081-2/+2
* This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian2002-07-021-27/+86
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-28/+83
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-271-27/+43
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Improve comments for xlog item size #defines.Tom Lane2001-03-251-4/+11
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-32/+32
* Comment improvements.Bruce Momjian2001-02-211-7/+11
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-301-1/+2