aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/tuplesortvariants.c
Commit message (Expand)AuthorAge
* Use bump memory context for tuplesortsDavid Rowley2024-04-08
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Minor cleanup of the BRIN parallel build codeTomas Vondra2023-12-30
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Split out tiebreaker comparisons from comparetup_* functionsJohn Naylor2023-08-16
* nbtree: Allocate new pages in separate function.Peter Geoghegan2023-06-10
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove unnecessary castsPeter Eisentraut2022-12-30
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Allow nodeSort to perform Datum sorts for byref typesDavid Rowley2022-10-28
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Improve speed of hash index build.Tom Lane2022-07-28
* Split tuplesortvariants.c from tuplesort.cAlexander Korotkov2022-07-27