Commits

DateSubjectAuthorReleases
2018-05-21 Improve spelling of new FINALFUNC_MODIFY aggregate attribute. Tom Lane 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 11.0
2017-10-14 Explicitly track whether aggregate final functions modify transition state. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2014-04-23 Allow polymorphic aggregates to have non-polymorphic state data types. Tom Lane 9.4.0
2014-04-12 Create infrastructure for moving-aggregate optimization. Tom Lane 9.4.0
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-11-16 Allow aggregates to provide estimates of their transition state data size. Tom Lane 9.4.0
2013-09-03 Allow aggregate functions to be VARIADIC. Tom Lane 9.4.0
2012-10-04 Make CREATE AGGREGATE complain if the initcond is invalid for the datatype. Tom Lane 9.3.0
2009-10-08 Support use of function argument names to identify which actual arguments Tom Lane 9.0.0
2008-11-14 In CREATE AGGREGATE, allow the transition datatype to be "internal", but only Tom Lane 8.4.0
2008-06-08 ALTER AGGREGATE OWNER seems to have been missed by the last couple of Tom Lane 8.1.13
2008-06-08 ALTER AGGREGATE OWNER seems to have been missed by the last couple of Tom Lane 8.2.9
2008-06-08 ALTER AGGREGATE OWNER seems to have been missed by the last couple of Tom Lane 8.3.3
2008-06-08 ALTER AGGREGATE OWNER seems to have been missed by the last couple of Tom Lane 8.4.0
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-09-25 Fix notice message from DROP FUNCTION IF EXISTS, and improve message Tom Lane 8.2.0
2006-07-27 Aggregate functions now support multiple input arguments. I also took Tom Lane 8.2.0
2006-06-16 Fix a couple of obvious problems in DROP IF EXISTS patch. Tom Lane 8.2.0