Commits

DateSubjectAuthorReleases
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.0.23
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.1.19
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.5.0
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.2.14
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.6.0
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.3.10
2015-08-04 Fix bogus "out of memory" reports in tuplestore.c. Tom Lane 9.4.5
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-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2013-01-17 Improve memory space management in tuplesort and tuplestore. Tom Lane 9.3.0
2012-04-07 Further adjustment of comment about qsort_tuple. Tom Lane 9.2.0
2012-04-06 Fix broken comparetup_datum code. Tom Lane 9.2.0
2011-12-07 Create a "sort support" interface API for faster sorting. Tom Lane 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2010-10-08 Eliminate some repetitive coding in tuplesort.c. Tom Lane 9.1.0
2010-10-08 Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. Tom Lane 9.1.0
2009-08-10 Extend EXPLAIN to support output in XML or JSON format. Tom Lane 9.0.0
2009-08-01 Department of second thoughts: let's show the exact key during unique index Tom Lane 9.0.0
2009-03-11 Code review for dtrace probes added (so far) to 8.4. Adjust placement of Tom Lane 8.4.0
2008-10-28 Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation Tom Lane 8.4.0
2008-09-15 Change hash indexes to store only the hash code rather than the whole indexed Tom Lane 8.4.0
2008-03-17 Grab some low-hanging fruit in the new hash index build code. Tom Lane 8.4.0