Commits

DateSubjectAuthorReleases
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-03-28 Fix actual and potential double-frees around tuplesort usage. Tom Lane 11.0
2018-03-28 Fix actual and potential double-frees around tuplesort usage. Tom Lane 9.5.13
2018-03-28 Fix actual and potential double-frees around tuplesort usage. Tom Lane 10.4
2018-03-28 Fix actual and potential double-frees around tuplesort usage. Tom Lane 9.6.9
2017-10-16 Allow the built-in ordered-set aggregates to share transition state. Tom Lane 11.0
2017-03-08 Put back <float.h> in a few files that need it for _isnan(). Tom Lane 10.0
2014-12-13 Repair corner-case bug in array version of percentile_cont(). Tom Lane 9.5.0
2014-12-13 Repair corner-case bug in array version of percentile_cont(). Tom Lane 9.4.0
2014-07-03 Don't cache per-group context across the whole query in orderedsetaggs.c. Tom Lane 9.4.0
2014-07-03 Don't cache per-group context across the whole query in orderedsetaggs.c. Tom Lane 9.5.0
2014-07-03 Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. Tom Lane 9.4.0
2014-07-03 Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. Tom Lane 9.5.0
2014-01-09 Remove unnecessary local variables to work around an icc optimization bug. Tom Lane 9.4.0
2014-01-08 Avoid extra AggCheckCallContext() checks in ordered-set aggregates. Tom Lane 9.4.0
2014-01-05 Cache catalog lookup data across groups in ordered-set aggregates. Tom Lane 9.4.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0