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
Commit message (
Expand
)
Author
Age
*
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Allocate hash join files in a separate memory context
Tomas Vondra
2023-05-19
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
*
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-26
*
Fix and clarify function comment on LogicalTapeSetCreate.
Heikki Linnakangas
2023-01-23
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
*
Remove redundant setting of tuplesort status
John Naylor
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
*
Remove unnecessary casts
Peter Eisentraut
2022-12-30
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Remove unnecessary casts
Peter Eisentraut
2022-12-08
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Be smarter about freeing tuples during tuplesorts
David Rowley
2022-09-01
*
Fix typo in comment for writetuple() function
Alexander Korotkov
2022-08-27
*
Improve speed of hash index build.
Tom Lane
2022-07-28
*
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
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
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
*
Improve sift up/down code in binaryheap.c and logtape.c.
Tom Lane
2021-12-14
*
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-12-14
*
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 duplicate typedef LogicalTape.
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
[next]