]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/rowtypes.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / rowtypes.c
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-03-18 Peter EisentrautFix optimization of foreign-key on update actions
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-25 Peter EisentrautRemove use of byte-masking macros in record_image_cmp
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-12 Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Peter EisentrautRemove unnecessary escaping in C character literals
2015-10-05 Noah MischPrevent stack overflow in container-type functions.
2015-08-21 Tom LaneAllow record_in() and record_recv() to work for transie...
2015-02-20 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER hacking.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-01-07 Bruce MomjianUpdate copyright for 2014
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...