index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
/
tuplesortvariants.c
Commit message (
Expand
)
Author
Age
*
Use bump memory context for tuplesorts
David Rowley
2024-04-08
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-30
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-16
*
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove unnecessary casts
Peter Eisentraut
2022-12-30
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Improve speed of hash index build.
Tom Lane
2022-07-28
*
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27