]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/rowtypes.c
Prevent memory leaks from accumulating across printtup() calls.
[postgresql] / src / backend / utils / adt / rowtypes.c
2013-11-03 Tom LanePrevent memory leaks from accumulating across printtup...
2013-10-22 Tom LaneFix blatantly broken record_image_cmp() logic for pass...
2013-10-11 Kevin GrittnerFix several possibly non-portable gaffs in record_image...
2013-10-10 Kevin GrittnerFix bug in record_image_ops on big endian machines.
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-13 Tom LaneFix memory leaks in record_out() and record_send().
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-30 Tom LaneMake record_out and record_send extract type informatio...
2005-04-18 Tom Lanerecord_in and record_recv must be careful to return...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom Lanerecord_out and friends need to cope with dropped column...
2004-06-06 Tom LaneAdd binary I/O support for composite types.
2004-06-06 Tom LanePreliminary support for composite type I/O; just text...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...