summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
AgeCommit message (Expand)Author
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-07-25Fix slot type handling for Agg nodes performing internal sorts.Andres Freund
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-23Fix array size allocation for HashAggregate hash keys.Andrew Gierth
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund
2019-04-19Fix two memory leaks around force-storing tuples in slots.Andres Freund
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-02-09Reset, not recreate, execGrouping.c style hashtables.Andres Freund
2019-01-29Refactor planner's header files.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-10-16Move TupleTableSlots boolean member into one flag variable.Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-15Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery, take two.Andres Freund
2018-02-16Revert "Do execGrouping.c via expression eval machinery."Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery.Andres Freund
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-03Simplify representation of aggregate transition values a bit.Andres Freund
2017-11-24Fix handling of NULLs returned by aggregate combine functions.Andres Freund
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-12Prevent 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