aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/tuplestore.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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