Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-10-05 | Allow btree comparison functions to return INT_MIN. | Tom Lane | 9.4.20 |
| 2017-07-12 | Avoid integer overflow while sifting-up a heap in tuplesort.c. | Tom Lane | 9.4.13 |
| 2015-08-04 | Fix bogus "out of memory" reports in tuplestore.c. | Tom Lane | 9.4.5 |
| 2015-01-28 | Fix column-privilege leak in error-message paths | Stephen Frost | 9.4.1 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-12-24 | Fix inadequately-tested code path in tuplesort_skiptuples(). | Tom Lane | 9.4.0 |
| 2013-12-23 | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 9.4.0 |
| 2013-07-14 | Ensure 64bit arithmetic when calculating tapeSpace | Stephen Frost | 9.4.0 |
| 2013-07-05 | Use type "int64" for memory accounting in tuplesort.c/tuplestore.c. | Noah Misch | 9.4.0 |
| 2013-06-27 | Permit super-MaxAllocSize allocations with MemoryContextAllocHuge(). | Noah Misch | 9.4.0 |