summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
AgeCommit message (Expand)Author
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-16Treat aggregate direct arguments as per-agg data not per-trans data.Tom Lane
2017-10-16Allow the built-in ordered-set aggregates to share transition state.Tom Lane
2017-10-16Repair breakage of aggregate FILTER option.Tom Lane
2017-10-15Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane
2017-10-14Explicitly track whether aggregate final functions modify transition state.Tom Lane
2017-10-12Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane
2017-10-11Prevent sharing transition states between ordered-set aggregates.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-14Spelling fixesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-26Use the new castNode() macro in a number of places.Andres Freund
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-06Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-20Fix minor oversights in nodeAgg.c.Tom Lane
2016-12-20Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas
2016-12-16Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas
2016-11-30User narrower representative tuples in the hash-agg hashtable.Andres Freund
2016-11-30Perform one only projection to compute agg arguments.Andres Freund
2016-10-30Improve speed of aggregates that use array_append as transition function.Tom Lane
2016-10-14Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-07-25Message style improvementsPeter Eisentraut
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane
2016-06-17Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-05-03Tweak a few more things in preparation for upcoming pgindent run.Robert Haas
2016-03-29Fix bug in aggregate (de)serialization commit.Robert Haas
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-02-17Reuse abbreviated keys in ordered [set] aggregates.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-05-24Manual cleanup of pgindent results.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-13Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas
2015-05-04Use outerPlanState macro instead of referring to leffttree.Robert Haas