summaryrefslogtreecommitdiff
path: root/src/include/access/htup.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-12/+12
* Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian2010-02-081-3/+5
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-24/+16
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-101-7/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+7
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-4/+8
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-141-3/+1
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-5/+6
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-281-1/+7
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-1/+2
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-7/+7
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-14/+131
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+8
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-21/+107
* 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