aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort
Commit message (Expand)AuthorAge
* Robustify tuplesort's free_sort_tuple functionDavid Rowley2021-07-13
* Fix theoretical bug in tuplesortDavid Rowley2021-07-13
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-15
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* Fix bogus MaxAllocSize check in logtape.c.Jeff Davis2020-09-04
* 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 typos and improve incremental sort commentsTomas Vondra2020-05-12
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix missing pfree() in logtape.c, missed by 24d85952.Jeff Davis2020-04-19
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-14
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Implement Incremental SortTomas Vondra2020-04-06
* 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
* 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