aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/tuplestore.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Improve tuplestore's error messages for I/O failures.Tom Lane2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.Noah Misch2013-07-04
* Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch2013-06-27
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Improve memory space management in tuplesort and tuplestore.Tom Lane2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-15
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix efficiency problems in tuplestore_trim().Tom Lane2010-12-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-27
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Fix oversight in recent patch to support multiple read positions inTom Lane2008-10-07
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-01
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-25
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway2007-08-02
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane2007-05-21
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane2006-03-04
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15