index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Age
Commit message (
Expand
)
Author
2020-01-21
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-07-25
Fix slot type handling for Agg nodes performing internal sorts.
Andres Freund
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-23
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-20
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-02-09
Reset, not recreate, execGrouping.c style hashtables.
Andres Freund
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-10
Don't require return slots for nodes without projection.
Andres Freund
2018-10-16
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-05-21
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-15
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-02-17
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-16
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-09
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-03
Simplify representation of aggregate transition values a bit.
Andres Freund
2017-11-24
Fix handling of NULLs returned by aggregate combine functions.
Andres Freund
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-16
Treat aggregate direct arguments as per-agg data not per-trans data.
Tom Lane
2017-10-16
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-15
Restore nodeAgg.c's ability to check for improperly-nested aggregates.
Tom Lane
2017-10-14
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-12
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
Prevent sharing transition states between ordered-set aggregates.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-07-30
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
[next]