summaryrefslogtreecommitdiff
path: root/src/backend/executor/tstoreReceiver.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-041-1/+1
* Split tuptoaster.c into three separate files.Robert Haas2019-09-051-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-7/+6
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-061-4/+8
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-291-4/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-011-10/+127
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-6/+19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-2/+2
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-4/+2
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-34/+26
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-2/+3
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-10/+10
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-3/+13
* Add new files.Bruce Momjian2003-03-271-0/+89