aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/logtape.c
Commit message (Expand)AuthorAge
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Correct a comment on logtape.c's leader tape.Peter Geoghegan2018-06-26
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas2018-04-27
* Avoid another valgrind complaint about write() of uninitalized bytes.Robert Haas2018-02-22
* Silence assorted "variable may be used uninitialized" warnings.Tom Lane2018-02-14
* Avoid valgrind complaint about write() of uninitalized bytes.Robert Haas2018-02-06
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Don't create "holes" in BufFiles, in the new logtape code.Heikki Linnakangas2017-02-01
* Remove leftover reference to "indirect blocks" in comment.Heikki Linnakangas2017-01-30
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify tape block format.Heikki Linnakangas2016-12-22
* Simplify the code for logical tape read buffers.Heikki Linnakangas2016-10-12
* Fix excessive memory consumption in the new sort pre-reading code.Heikki Linnakangas2016-10-06
* Change the way pre-reading in external sort's merge phase works.Heikki Linnakangas2016-10-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve tuplestore's error messages for I/O failures.Tom Lane2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* 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
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Further examination of ltsReleaseBlock usage shows that it's got aTom Lane2006-03-07
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Modify logtape.c so that the initial LogicalTapeSetCreate call onlyTom Lane2006-02-19
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25