aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/htup.h
Commit message (Expand)AuthorAge
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binaryBruce Momjian2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-14
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-09
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-20
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix obsolete comments.Tom Lane2004-11-12
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01