Commits

DateSubjectAuthorReleases
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-10-16 Allow the built-in ordered-set aggregates to share transition state. Tom Lane 11.0
2017-10-14 Explicitly track whether aggregate final functions modify transition state. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-04-08 Add combine functions for various floating-point aggregates. Robert Haas 9.6.0
2016-04-05 Fix parallel-safety code for parallel aggregation. Robert Haas 9.6.0
2016-04-05 Add parallel query support functions for assorted aggregates. Robert Haas 9.6.0
2016-03-29 Allow aggregate transition states to be serialized and deserialized. Robert Haas 9.6.0
2016-01-20 Support multi-stage aggregation. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-03-20 Use 128-bit math to accelerate some aggregation functions. Andres Freund 9.5.0
2015-03-03 Change many routines to return ObjectAddress rather than OID Alvaro Herrera 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-12-12 Add several generator functions for jsonb that exist for json. Andrew Dunstan 9.5.0
2014-11-25 Support arrays as input to array_agg() and ARRAY(SELECT ...). Tom Lane 9.5.0
2014-08-29 Add min and max aggregates for inet/cidr data types. Tom Lane 9.5.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-23 Allow polymorphic aggregates to have non-polymorphic state data types. Tom Lane 9.4.0
2014-04-13 Provide moving-aggregate support for boolean aggregates. Tom Lane 9.4.0
2014-04-13 Provide moving-aggregate support for a bunch of numerical aggregates. Tom Lane 9.4.0
2014-04-12 Create infrastructure for moving-aggregate optimization. Tom Lane 9.4.0