summaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAgeFilesLines
* Rename tuplesort.c's SortTuple.tupindex field.Peter Geoghegan2019-08-091-10/+8
* Update obsolete tuplesort READTUP() comment.Peter Geoghegan2019-08-081-6/+7
* Remove unnecessary #include <limits.h>Alvaro Herrera2019-08-071-2/+0
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-224-24/+24
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-201-3/+10
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-201-8/+8
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Change function call information to be variable length.Andres Freund2019-01-261-7/+8
* Update copyright for 2019Bruce Momjian2019-01-025-5/+5
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-281-4/+0
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+1
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-151-1/+1
* Adjust trace_sort log messages.Peter Geoghegan2018-11-011-11/+11
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-2/+2
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-011-3/+3
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-111-1/+1
* Correct a comment on logtape.c's leader tape.Peter Geoghegan2018-06-261-1/+1
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+4
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-022-4/+8
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-1/+1
* Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas2018-04-271-2/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-2/+2
* Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev2018-04-121-7/+7
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-071-3/+2
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Fix actual and potential double-frees around tuplesort usage.Tom Lane2018-03-281-10/+12
* Avoid another valgrind complaint about write() of uninitalized bytes.Robert Haas2018-02-221-0/+12
* Silence assorted "variable may be used uninitialized" warnings.Tom Lane2018-02-141-1/+1
* Avoid valgrind complaint about write() of uninitalized bytes.Robert Haas2018-02-061-0/+12
* Support parallel btree index builds.Robert Haas2018-02-022-102/+692
* Update copyright for 2018Bruce Momjian2018-01-025-5/+5
* Add shared tuplestores.Andres Freund2017-12-182-1/+634
* Remove obsolete comment.Robert Haas2017-12-121-5/+0
* Update typedefs.list and re-run pgindentRobert Haas2017-11-291-4/+3
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-082-14/+14
* Remove replacement selection sort.Robert Haas2017-09-291-366/+49
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-291-13/+43
* Fix typo in commentAlvaro Herrera2017-08-081-1/+1
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-121-2/+7
* Phase 3 of pgindent updates.Tom Lane2017-06-213-13/+13
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-4/+4
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Fix duplicated words in comment.Andres Freund2017-05-061-3/+3
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-061-11/+17
* Expand hash indexes more gradually.Robert Haas2017-04-031-12/+25
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+17
* Don't create "holes" in BufFiles, in the new logtape code.Heikki Linnakangas2017-02-011-11/+41
* Remove leftover reference to "indirect blocks" in comment.Heikki Linnakangas2017-01-301-3/+3