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
*
Robustify tuplesort's free_sort_tuple function
David Rowley
2021-07-13
*
Fix theoretical bug in tuplesort
David Rowley
2021-07-13
*
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
Fix bogus MaxAllocSize check in logtape.c.
Jeff Davis
2020-09-04
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Fix platform-specific performance regression in logtape.c.
Jeff Davis
2020-06-07
*
Avoid fragmentation of logical tapes when writing concurrently.
Jeff Davis
2020-05-26
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Fix missing pfree() in logtape.c, missed by 24d85952.
Jeff Davis
2020-04-19
*
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
*
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Introduce LogicalTapeSetExtend().
Jeff Davis
2020-03-09
*
logtape.c: allocate read buffer even for an empty tape.
Jeff Davis
2020-02-19
*
Logical Tape Set: lazily allocate read buffer.
Jeff Davis
2020-02-13
*
Logical Tape Set: use min heap for freelist.
Jeff Davis
2020-02-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove unused code from tuplesort.
Andres Freund
2019-11-13
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
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
*
Remove unnecessary #include <limits.h>
Alvaro Herrera
2019-08-07
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
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
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Have BufFileSize() ereport() on FileSize() failure.
Peter Geoghegan
2018-11-28
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-15
*
Adjust trace_sort log messages.
Peter Geoghegan
2018-11-01
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Correct a comment on logtape.c's leader tape.
Peter Geoghegan
2018-06-26
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Remove outdated comment on how to set logtape's read buffer size.
Heikki Linnakangas
2018-04-27
[next]