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
/
tuplesort.c
Commit message (
Expand
)
Author
Age
*
Fix typo in comment for writetuple() function
Alexander Korotkov
2022-08-27
*
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27
*
Split TuplesortPublic from Tuplesortstate
Alexander Korotkov
2022-07-27
*
Move memory management away from writetup() and tuplesort_put*()
Alexander Korotkov
2022-07-27
*
Put abbreviation logic into puttuple_common()
Alexander Korotkov
2022-07-27
*
Add new Tuplesortstate.removeabbrev function
Alexander Korotkov
2022-07-27
*
Remove Tuplesortstate.copytup function
Alexander Korotkov
2022-07-27
*
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-07
*
Remove debug messages from tuplesort_sort_memtuples()
John Naylor
2022-05-23
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
*
Fix performance regression in tuplesort specializations
David Rowley
2022-04-22
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Fix tuplesort optimization for CLUSTER-on-expression.
Thomas Munro
2022-04-04
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clarify the logic in a few places in the new balanced merge code.
Heikki Linnakangas
2021-10-25
*
Fix parallel sort, broken by the balanced merge patch.
Heikki Linnakangas
2021-10-18
*
Fix format modifier used in elog.
Heikki Linnakangas
2021-10-18
*
Replace polyphase merge algorithm with a simple balanced k-way merge.
Heikki Linnakangas
2021-10-18
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
*
Robustify tuplesort's free_sort_tuple function
David Rowley
2021-07-13
*
Fix theoretical bug in tuplesort
David Rowley
2021-07-13
*
Use sort_template.h for qsort_tuple() and qsort_ssup().
Thomas Munro
2021-03-03
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
*
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove unused code from tuplesort.
Andres Freund
2019-11-13
*
Fix CLUSTER on expression indexes.
Andres Freund
2019-10-15
*
Make tuplesort_set_bound() assertions more comprehensible, hopefully.
Tom Lane
2019-09-13
*
Merge two assertions to make comment clearer
Alvaro Herrera
2019-09-12
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Rename tuplesort.c's SortTuple.tupindex field.
Peter Geoghegan
2019-08-09
*
Update obsolete tuplesort READTUP() comment.
Peter Geoghegan
2019-08-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Adjust trace_sort log messages.
Peter Geoghegan
2018-11-01
[next]