summaryrefslogtreecommitdiff
path: root/src/include/utils/tuplestore.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-7/+7
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* 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
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-131-0/+4
* 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
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-271-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+3
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-271-1/+3
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-1/+3
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-011-5/+12
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-251-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane2007-05-211-2/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-9/+15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-2/+2
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+3
* tuplestore_donestoring() isn't needed anymore, but provide a no-opTom Lane2003-03-091-1/+4
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-091-9/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-0/+60