]> granicus.if.org Git - postgresql/history - src/include/access/htup.h
Remove cvs keywords from all files.
[postgresql] / src / include / access / htup.h
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Bruce MomjianAdd C comments that HEAP_MOVED_* define usage is only...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-10 Robert HaasRemove partial, broken support for NULL pointers when...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-28 Tom LaneArrange to squeeze out the MINIMAL_TUPLE_PADDING in...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-05 Tom LaneRename MaxTupleSize to MaxHeapTupleSize to clarify...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-03-28 Tom LaneRemove dead push/pop rollback code. Vadim once planned...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-12 Tom LaneFix obsolete comments.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-16 Tom LaneTighten short-circuit tests for deciding whether we...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-09-26 Tom LaneFix problems with loss of tuple commit status bits...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-08 Bruce MomjianFix typo in xl_heaptid comment
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-27 Tom LaneDistinguish between MaxHeapAttributeNumber and MaxTuple...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-25 Tom LaneImprove comments for xlog item size #defines.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-21 Bruce MomjianComment improvements.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-11-14 Tom LaneMinor cleanup of tableOid-related coding.
2000-11-14 Tom LaneClean up comments.
2000-10-24 Vadim B. MikheevWAL misc
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-09-07 Vadim B. MikheevHeap redo/undo (except for tuple moving used by vacuum).
2000-08-07 Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-07-04 Vadim B. Mikheevmisc
2000-07-03 Vadim B. Mikheevheap' logging
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-02 Vadim B. Mikheevheap' xlog records
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-21 Jan WieckAdded empty TOASTER files and corrected some minor...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-12 Bruce Momjianreadd include for safety.
1999-07-04 Bruce MomjianAlign cleanup.
1999-07-04 Bruce MomjianMore alignment
1999-07-04 Bruce MomjianClarify maximum tuple and max attribute lengths.
1999-07-03 Bruce MomjianMore cleanup
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
next