Commits

Showing commits that first shipped in 9.6 (backpatches included). Clear

DateSubjectAuthorReleases
2021-07-13 Robustify tuplesort's free_sort_tuple function David Rowley 9.6.23
2021-07-13 Fix theoretical bug in tuplesort David Rowley 9.6.23
2020-07-29 Backpatch tuplesort.c assertion. Peter Geoghegan 9.6.19
2018-03-28 Fix actual and potential double-frees around tuplesort usage. Tom Lane 9.6.9
2017-07-12 Avoid integer overflow while sifting-up a heap in tuplesort.c. Tom Lane 9.6.4
2016-10-17 Fix use-after-free around DISTINCT transition function calls. Heikki Linnakangas 9.6.1
2016-09-15 Fix and clarify comments on replacement selection. Heikki Linnakangas 9.6.0
2016-09-06 Guard against possible memory allocation botch in batchmemtuples(). Tom Lane 9.6.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-08-22 Fix possible sorting error when aborting use of abbreviated keys. Robert Haas 9.6.0
2016-08-15 Final pgindent + perltidy run for 9.6. Tom Lane 9.6.0
2016-08-03 C comment: fix typo Bruce Momjian 9.6.0
2016-07-07 Properly adjust pointers when tuples are moved during CLUSTER. Robert Haas 9.6.0
2016-07-07 Fix a prototype which is inconsistent with the function definition. Robert Haas 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-04-08 Revert CREATE INDEX ... INCLUDING ... Teodor Sigaev 9.6.0
2016-04-08 CREATE INDEX ... INCLUDING (column[, ...]) Teodor Sigaev 9.6.0
2016-04-08 Attempt to fix breakage due to declaration following code. Robert Haas 9.6.0
2016-04-08 Use quicksort, not replacement selection, for external sorting. Robert Haas 9.6.0
2016-03-18 Use INT64_FORMAT instead of %ld for int64. Robert Haas 9.6.0
2016-03-18 Various minor corrections of and improvements to comments. Robert Haas 9.6.0
2016-03-17 Update tuplesort.c comments for memory mangement improvements. Robert Haas 9.6.0
2016-03-17 Improve memory management for external sorts. Robert Haas 9.6.0
2016-02-17 Reuse abbreviated keys in ordered [set] aggregates. Robert Haas 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0