postgresql/src
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
..
backend Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
bin Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
common Update copyright for 2016 2016-01-02 13:33:40 -05:00
include Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
interfaces Update copyright for 2016 2016-01-02 13:33:40 -05:00
makefiles Remove support for Unix systems without the POSIX signal APIs. 2015-08-31 12:56:10 -04:00
pl Remove no-longer-needed old-style check for incompatible plpythons. 2016-01-11 20:13:31 -05:00
port Fix order of arguments to va_start() 2016-01-07 20:32:49 -03:00
template Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
test Support multi-stage aggregation. 2016-01-20 13:46:50 -05:00
timezone Update copyright for 2016 2016-01-02 13:33:40 -05:00
tools Properly install dynloader.h on MSVC builds 2016-01-19 23:30:29 -05:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Make prove_installcheck remove the old log directory, if any. 2015-10-11 20:36:07 -04:00
Makefile.shlib AIX: Link TRANSFORM modules with their dependencies. 2015-07-15 21:00:26 -04:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00