index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
sort
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
1
-3
/
+3
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
1
-1
/
+1
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
1
-2
/
+3
*
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
1
-2
/
+2
*
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-26
1
-2
/
+3
*
Fix and clarify function comment on LogicalTapeSetCreate.
Heikki Linnakangas
2023-01-23
1
-4
/
+10
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
3
-74
/
+13
*
Remove redundant setting of tuplesort status
John Naylor
2023-01-09
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
7
-7
/
+7
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
1
-4
/
+4
*
Remove unnecessary casts
Peter Eisentraut
2022-12-30
3
-18
/
+18
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Remove unnecessary casts
Peter Eisentraut
2022-12-08
1
-6
/
+6
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-6
/
+6
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
1
-2
/
+16
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+9
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-1
/
+1
*
Be smarter about freeing tuples during tuplesorts
David Rowley
2022-09-01
1
-23
/
+15
*
Fix typo in comment for writetuple() function
Alexander Korotkov
2022-08-27
1
-1
/
+1
*
Improve speed of hash index build.
Tom Lane
2022-07-28
1
-2
/
+17
*
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27
3
-1704
/
+1589
*
Split TuplesortPublic from Tuplesortstate
Alexander Korotkov
2022-07-27
1
-349
/
+465
*
Move memory management away from writetup() and tuplesort_put*()
Alexander Korotkov
2022-07-27
1
-45
/
+33
*
Put abbreviation logic into puttuple_common()
Alexander Korotkov
2022-07-27
1
-158
/
+56
*
Add new Tuplesortstate.removeabbrev function
Alexander Korotkov
2022-07-27
1
-48
/
+89
*
Remove Tuplesortstate.copytup function
Alexander Korotkov
2022-07-27
1
-198
/
+133
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
2
-0
/
+17
*
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-07
1
-3
/
+4
*
Remove debug messages from tuplesort_sort_memtuples()
John Naylor
2022-05-23
1
-5
/
+0
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-9
/
+9
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
1
-9
/
+12
*
Fix performance regression in tuplesort specializations
David Rowley
2022-04-22
1
-1
/
+28
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
1
-4
/
+4
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Use Generation memory contexts to store tuples in sorts
David Rowley
2022-04-04
1
-4
/
+16
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
1
-51
/
+60
*
Fix tuplesort optimization for CLUSTER-on-expression.
Thomas Munro
2022-04-04
1
-22
/
+56
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
1
-2
/
+158
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
1
-2
/
+6
*
Update copyright for 2022
Bruce Momjian
2022-01-07
5
-5
/
+5
*
Improve sift up/down code in binaryheap.c and logtape.c.
Tom Lane
2021-12-14
1
-31
/
+23
*
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-12-14
1
-2
/
+2
*
Clarify the logic in a few places in the new balanced merge code.
Heikki Linnakangas
2021-10-25
1
-3
/
+9
*
Fix parallel sort, broken by the balanced merge patch.
Heikki Linnakangas
2021-10-18
1
-2
/
+3
*
Fix duplicate typedef LogicalTape.
Heikki Linnakangas
2021-10-18
1
-2
/
+2
*
Fix format modifier used in elog.
Heikki Linnakangas
2021-10-18
1
-1
/
+1
*
Replace polyphase merge algorithm with a simple balanced k-way merge.
Heikki Linnakangas
2021-10-18
1
-369
/
+293
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
2
-394
/
+291
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
2
-2
/
+3
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
2
-6
/
+7
[next]