summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Treat aggregate direct arguments as per-agg data not per-trans data.Tom Lane2017-10-161-17/+10
* Allow the built-in ordered-set aggregates to share transition state.Tom Lane2017-10-161-3/+49
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-161-66/+120
* Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane2017-10-151-36/+38
* Explicitly track whether aggregate final functions modify transition state.Tom Lane2017-10-141-25/+40
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-121-23/+42
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-111-0/+10
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+5
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+4
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+8
* Phase 3 of pgindent updates.Tom Lane2017-06-211-16/+16
* Phase 2 of pgindent updates.Tom Lane2017-06-211-5/+4
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-5/+5
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-2/+2
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-061-3/+6
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-271-252/+609
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-18/+16
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-5/+3
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-44/+8
* Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas2017-01-061-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix minor oversights in nodeAgg.c.Tom Lane2016-12-201-6/+5
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-201-3/+18
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-161-1/+2
* User narrower representative tuples in the hash-agg hashtable.Andres Freund2016-11-301-56/+108
* Perform one only projection to compute agg arguments.Andres Freund2016-11-301-52/+115
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-301-18/+58
* Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund2016-10-141-35/+29
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-241-4/+6
* Message style improvementsPeter Eisentraut2016-07-251-1/+1
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-261-95/+78
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-221-36/+19
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-171-7/+6
* pgindent run for 9.6Robert Haas2016-06-091-29/+31
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-031-2/+3
* Fix bug in aggregate (de)serialization commit.Robert Haas2016-03-291-5/+4
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-291-12/+261
* Reuse abbreviated keys in ordered [set] aggregates.Robert Haas2016-02-171-3/+13
* Support multi-stage aggregation.Robert Haas2016-01-201-55/+278
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-041-379/+691
* Manual cleanup of pgindent results.Tom Lane2015-05-241-3/+5
* pgindent run for 9.5Bruce Momjian2015-05-231-66/+66
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-348/+967
* Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas2015-05-131-4/+0
* Use outerPlanState macro instead of referring to leffttree.Robert Haas2015-05-041-3/+4