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
*
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
*
Fix use-after-free around DISTINCT transition function calls.
Heikki Linnakangas
2016-10-17
*
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-15
*
Guard against possible memory allocation botch in batchmemtuples().
Tom Lane
2016-09-06
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
2016-08-22
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
C comment: fix typo
Bruce Momjian
2016-08-03
*
Properly adjust pointers when tuples are moved during CLUSTER.
Robert Haas
2016-07-07
*
Fix a prototype which is inconsistent with the function definition.
Robert Haas
2016-07-07
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Attempt to fix breakage due to declaration following code.
Robert Haas
2016-04-08
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
*
Use INT64_FORMAT instead of %ld for int64.
Robert Haas
2016-03-18
*
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-18
*
Update tuplesort.c comments for memory mangement improvements.
Robert Haas
2016-03-17
*
Improve memory management for external sorts.
Robert Haas
2016-03-17
*
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
*
Improve comments about abbreviation abort.
Robert Haas
2015-11-03
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Update comment to match behavior of latest code.
Robert Haas
2015-08-04
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix comment.
Robert Haas
2015-05-13
*
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
*
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Don't use abbreviated keys for the final merge pass.
Robert Haas
2015-01-23
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Use the sortsupport infrastructure in more cases.
Robert Haas
2014-11-07
*
Update comment.
Heikki Linnakangas
2014-10-22
*
Fix whitespace
Peter Eisentraut
2014-07-11
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix inadequately-tested code path in tuplesort_skiptuples().
Tom Lane
2013-12-24
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-14
*
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
[next]