]> granicus.if.org Git - postgresql/history - src/backend/access/common/printtup.c
Prevent memory leaks from accumulating across printtup() calls.
[postgresql] / src / backend / access / common / printtup.c
2013-11-03 Tom LanePrevent memory leaks from accumulating across printtup...
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
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-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-23 Tom LaneRecent changes got the sense of the notnull bit backwar...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
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-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2003-05-26 Tom LaneMake sure printtup() always sends the number of columns...
2003-05-13 Tom LaneIn RowDescription messages, report columns of domain...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2002-09-04 Bruce Momjianpgindent run.
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
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-12-01 Tom LaneMake tuple receive/print routines TOAST-aware. Formerl...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-01-26 Bruce MomjianAdd:
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-25 Tom LaneMy first cut at libpq revision didn't handle MULTIBYTE...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-27 Tom LaneTurns out it's easy to cache the fmgr function lookup
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-24 Tom LaneUse heap_attisnull, rather than heap_getattr, for a...
1999-01-24 Tom LaneReplace typtoout() and gettypelem() with a single routine,
1998-12-12 Bruce MomjianIncluded patches should fix following problems in the...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-05-14 Bruce MomjianPass atttypmod to the frontend.
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-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
next