postgresql/src/include
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
..
access Restructure index access method API to hide most of it at the C level. 2016-01-17 19:36:59 -05:00
bootstrap Update copyright for 2016 2016-01-02 13:33:40 -05:00
catalog Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
commands Update copyright for 2016 2016-01-02 13:33:40 -05:00
common Update copyright for 2016 2016-01-02 13:33:40 -05:00
datatype Update copyright for 2016 2016-01-02 13:33:40 -05:00
executor Update copyright for 2016 2016-01-02 13:33:40 -05:00
foreign Update copyright for 2016 2016-01-02 13:33:40 -05:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Update copyright for 2016 2016-01-02 13:33:40 -05:00
mb Update copyright for 2016 2016-01-02 13:33:40 -05:00
nodes Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
optimizer Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
parser Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
port Fix minor typo in comment 2016-01-15 10:24:37 +01:00
portability Update copyright for 2016 2016-01-02 13:33:40 -05:00
postmaster Update copyright for 2016 2016-01-02 13:33:40 -05:00
regex Update copyright for 2016 2016-01-02 13:33:40 -05:00
replication pgstat: add WAL receiver status view & SRF 2016-01-07 16:21:19 -03:00
rewrite Update copyright for 2016 2016-01-02 13:33:40 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Update copyright for 2016 2016-01-02 13:33:40 -05:00
tcop Update copyright for 2016 2016-01-02 13:33:40 -05:00
tsearch Update copyright for 2016 2016-01-02 13:33:40 -05:00
utils Fix assorted inconsistencies in GiST opclass support function declarations. 2016-01-19 12:04:36 -05:00
.gitignore Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
c.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
fmgr.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
funcapi.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
getaddrinfo.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
getopt_long.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Install lwlocknames.h even in vpath builds. 2015-09-11 16:45:41 -04:00
miscadmin.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_config.h.in Cope with Readline's failure to track SIGWINCH events outside of input. 2015-12-16 16:59:35 -05:00
pg_config.h.win32 Add BSWAP64 macro. 2015-10-08 13:01:36 -04:00
pg_config_ext.h.in Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_ext.h.win32 Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_manual.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_getopt.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_trace.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgstat.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgtar.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgtime.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
port.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
postgres.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
postgres_ext.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
postgres_fe.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
rusagestub.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
windowapi.h Update copyright for 2016 2016-01-02 13:33:40 -05:00