aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/logtape.c
Commit message (Expand)AuthorAge
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-15
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* Fix bogus MaxAllocSize check in logtape.c.Jeff Davis2020-09-04
* Extend the BufFile interface.Amit Kapila2020-08-26
* Fix buffile.c error handling.Thomas Munro2020-06-16
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Fix platform-specific performance regression in logtape.c.Jeff Davis2020-06-07
* Avoid fragmentation of logical tapes when writing concurrently.Jeff Davis2020-05-26
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix missing pfree() in logtape.c, missed by 24d85952.Jeff Davis2020-04-19
* Introduce LogicalTapeSetExtend().Jeff Davis2020-03-09
* logtape.c: allocate read buffer even for an empty tape.Jeff Davis2020-02-19
* Logical Tape Set: lazily allocate read buffer.Jeff Davis2020-02-13
* Logical Tape Set: use min heap for freelist.Jeff Davis2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* 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