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