aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAge
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Correct a comment on logtape.c's leader tape.Peter Geoghegan2018-06-26
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Fix actual and potential double-frees around tuplesort usage.Tom Lane2018-03-28
* 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
* Add shared tuplestores.Andres Freund2017-12-18
* Remove obsolete comment.Robert Haas2017-12-12
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove replacement selection sort.Robert Haas2017-09-29
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Fix typo in commentAlvaro Herrera2017-08-08
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-12
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix duplicated words in comment.Andres Freund2017-05-06
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-06
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* 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
* Fix NULL pointer dereference in tuplesort.c.Tom Lane2017-01-16
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify tape block format.Heikki Linnakangas2016-12-22
* Remove should_free arguments to tuplesort routines.Robert Haas2016-12-12
* Fix thinko in safeguard for negative availMem.Heikki Linnakangas2016-12-08
* Fix accounting of memory needed for merge heap.Heikki Linnakangas2016-12-08
* Limit the number of number of tapes used for a sort to 501.Robert Haas2016-11-15
* Fix use-after-free around DISTINCT transition function calls.Heikki Linnakangas2016-10-17
* 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
* Fix another outdated comment.Heikki Linnakangas2016-10-04
* Update comment.Heikki Linnakangas2016-10-04
* Change the way pre-reading in external sort's merge phase works.Heikki Linnakangas2016-10-03
* Fix and clarify comments on replacement selection.Heikki Linnakangas2016-09-15
* Implement binary heap replace-top operation in a smarter way.Heikki Linnakangas2016-09-11