index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
/
tuplestore.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Improve tuplestore's error messages for I/O failures.
Tom Lane
2014-06-12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
Make a couple of small changes to the tuplestore API, for the benefit of the
Tom Lane
2008-12-27
*
Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation
Tom Lane
2008-10-28
*
Fix oversight in recent patch to support multiple read positions in
Tom Lane
2008-10-07
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
*
Improve tuplestore.c to support multiple concurrent read positions.
Tom Lane
2008-10-01
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Add a new tuplestore API function, tuplestore_putvalues(). This is
Neil Conway
2008-03-25
*
Provide a build-time option to store large relations as single files, rather
Tom Lane
2008-03-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
[next]