aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAge
* Remove unused code from tuplesort.Andres Freund2019-11-13
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix CLUSTER on expression indexes.Andres Freund2019-10-15
* Make tuplesort_set_bound() assertions more comprehensible, hopefully.Tom Lane2019-09-13
* Merge two assertions to make comment clearerAlvaro Herrera2019-09-12
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Rename tuplesort.c's SortTuple.tupindex field.Peter Geoghegan2019-08-09
* Update obsolete tuplesort READTUP() comment.Peter Geoghegan2019-08-08
* Remove unnecessary #include <limits.h>Alvaro Herrera2019-08-07
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Change function call information to be variable length.Andres Freund2019-01-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Adjust trace_sort log messages.Peter Geoghegan2018-11-01
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* 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