summaryrefslogtreecommitdiff
path: root/src/backend/access/common/printtup.c
AgeCommit message (Expand)Author
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-18Fix memory leak in printtup.c.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-12Improve performance of SendRowDescriptionMessage.Andres Freund
2017-10-11Use one stringbuffer for all rows printed in printtup.c.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-03Prevent memory leaks from accumulating across printtup() calls.Tom Lane
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-04-17Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-04-05Fix a bunch of problems with domains by making them use special input functionsTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-22Fix the mechanism for reporting the original table OID and column numberTom Lane
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-04-23Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane
2005-04-06Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-04Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway