]> granicus.if.org Git - postgresql/history - src/backend/access/common/heaptuple.c
Stamp copyrights for year 2011.
[postgresql] / src / backend / access / common / heaptuple.c
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-10 Robert HaasRemove partial, broken support for NULL pointers when...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
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-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-23 Neil ConwayAdd a comment noting that heap_copytuple_with_tuple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-25 Bruce MomjianI have added these macros to c.h:
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-19 Tom LaneBetter solution to the problem of labeling whole-row...
2005-10-19 Tom LaneEnsure that the Datum generated from a whole-row Var...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
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 Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2002-09-27 Tom LaneDon't mess with HEAP_XMAX_INVALID in heaptuple.c routin...
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-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
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-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-30 Tom LaneRemove VARLENA_FIXED_SIZE hack, which is irreversibly...
2000-11-14 Tom LaneMinor cleanup of tableOid-related coding.
2000-07-04 Tom LaneDataFill() has no business resetting xact status bits
2000-07-03 Jan WieckTOAST
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
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-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-14 Bruce Momjiancleanup
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-24 Tom LaneTighten coding of inner loops in nocachegetattr ...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-04 Bruce Momjianoffsetof cleanup.
1998-09-04 Bruce Momjiant_bits alignment fix from Tatsuo Ishii
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-06 Bruce MomjianUpdate now that attcacheoff initial value is -1 always.
1998-02-05 Marc G. Fournier Symptom:
1998-02-05 Bruce Momjianchar() cleanup and more cacheoff improvements.
next