Commits

Showing commits that first shipped in 11 (backpatches included). Clear

DateSubjectAuthorReleases
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 11.19
2020-11-20 Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 11.11
2020-04-21 Fix minor violations of FunctionCallInvoke usage protocol. Tom Lane 11.8
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 11.7
2019-05-23 Fix array size allocation for HashAggregate hash keys. Andrew Gierth 11.4
2019-05-20 Minimally fix partial aggregation for aggregates that don't have one argument. Andres Freund 11.4
2019-02-09 Reset, not recreate, execGrouping.c style hashtables. Andres Freund 11.2
2018-05-21 Improve spelling of new FINALFUNC_MODIFY aggregate attribute. Tom Lane 11.0
2018-05-15 Fix type checking for support functions of parallel VARIADIC aggregates. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery, take two. Andres Freund 11.0
2018-02-16 Revert "Do execGrouping.c via expression eval machinery." Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery. Andres Freund 11.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0
2018-01-19 Replace AclObjectKind with ObjectType Peter Eisentraut 11.0
2018-01-09 Expression evaluation based aggregate transition invocation. Andres Freund 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2018-01-03 Simplify representation of aggregate transition values a bit. Andres Freund 11.0
2017-11-24 Fix handling of NULLs returned by aggregate combine functions. Andres Freund 11.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0
2017-10-16 Treat aggregate direct arguments as per-agg data not per-trans data. Tom Lane 11.0
2017-10-16 Allow the built-in ordered-set aggregates to share transition state. Tom Lane 11.0
2017-10-16 Repair breakage of aggregate FILTER option. Tom Lane 11.0
2017-10-15 Restore nodeAgg.c's ability to check for improperly-nested aggregates. Tom Lane 11.0