postgresql/src/include/parser
Robert Haas a7de3dc5c3 Support multi-stage aggregation.
Aggregate nodes now have two new modes: a "partial" mode where they
output the unfinalized transition state, and a "finalize" mode where
they accept unfinalized transition states rather than individual
values as input.

These new modes are not used anywhere yet, but they will be necessary
for parallel aggregation.  The infrastructure also figures to be
useful for cases where we want to aggregate local data and remote
data via the FDW interface, and want to bring back partial aggregates
from the remote side that can then be combined with locally generated
partial aggregates to produce the final value.  It may also be useful
even when neither FDWs nor parallelism are in play, as explained in
the comments in nodeAgg.c.

David Rowley and Simon Riggs, reviewed by KaiGai Kohei, Heikki
Linnakangas, Haribabu Kommi, and me.
2016-01-20 13:46:50 -05:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
analyze.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
gramparse.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
keywords.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
kwlist.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_agg.h Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
parse_clause.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_coerce.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_collate.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_cte.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_expr.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_func.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_node.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_oper.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_param.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_relation.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_target.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_type.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parse_utilcmd.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parser.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
parsetree.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
scanner.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
scansup.h Update copyright for 2016 2016-01-02 13:33:40 -05:00