index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
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-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
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-27
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-21
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-12-01
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-12-01
Perform one only projection to compute agg arguments.
Andres Freund
2016-11-10
sync nodeAgg.c to upstream as of b5bce6c1ec
Tomas Vondra
2016-11-10
remove the collect function/type from pg_aggregate
Tomas Vondra
2016-11-07
fix compilation errors in parse_agg.c and nodeAgg.c
Tomas Vondra
2016-10-30
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Make changes and bug fixes to let compilation and regression run on smartos
Pavan Deolasee
2016-10-18
Handle case correctly when collection function is not defined.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-15
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-26
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-18
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-03
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-03-29
Fix bug in aggregate (de)serialization commit.
Robert Haas
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-02-17
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
Manual cleanup of pgindent results.
Tom Lane
[next]