index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeAgg.c
Age
Commit message (
Expand
)
Author
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-16
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-15
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
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-02
Update copyright for 2018
Bruce Momjian
2018-01-02
Simplify representation of aggregate transition values a bit.
Andres Freund
2017-11-23
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-11
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
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-26
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-06
Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-20
Fix minor oversights in nodeAgg.c.
Tom Lane
2016-12-20
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-16
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-11-30
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-11-30
Perform one only projection to compute agg arguments.
Andres Freund
2016-10-30
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-14
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-07-25
Message style improvements
Peter Eisentraut
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-17
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
[next]