aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
Commit message (Expand)AuthorAge
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-16
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-15
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-15
* Support parallel btree index builds.Robert Haas2018-02-02
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Simplify representation of aggregate transition values a bit.Andres Freund2018-01-02
* Fix handling of NULLs returned by aggregate combine functions.Andres Freund2017-11-23
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Treat aggregate direct arguments as per-agg data not per-trans data.Tom Lane2017-10-16
* Allow the built-in ordered-set aggregates to share transition state.Tom Lane2017-10-16
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane2017-10-15
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-14
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-06
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Spelling fixesPeter Eisentraut2017-03-14
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas2017-01-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix minor oversights in nodeAgg.c.Tom Lane2016-12-20
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-20
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-16
* User narrower representative tuples in the hash-agg hashtable.Andres Freund2016-11-30
* Perform one only projection to compute agg arguments.Andres Freund2016-11-30
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund2016-10-14
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Message style improvementsPeter Eisentraut2016-07-25
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-17
* pgindent run for 9.6Robert Haas2016-06-09
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-03
* Fix bug in aggregate (de)serialization commit.Robert Haas2016-03-29