aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-10-21 09:54:29 -0400
committerRobert Haas <rhaas@postgresql.org>2016-10-21 09:54:29 -0400
commit7012b132d07c2b4ea15b0b3cb1ea9f3278801d98 (patch)
treed0a15aedea339d5b74ec63768ff5b2db0abd0c2d /src/backend/access/transam/xlog.c
parent709e461befa8a4999c4ccdbfc7260ef8092e805c (diff)
downloadpostgresql-7012b132d07c2b4ea15b0b3cb1ea9f3278801d98.tar.gz
postgresql-7012b132d07c2b4ea15b0b3cb1ea9f3278801d98.zip
postgres_fdw: Push down aggregates to remote servers.
Now that the upper planner uses paths, and now that we have proper hooks to inject paths into the upper planning process, it's possible for foreign data wrappers to arrange to push aggregates to the remote side instead of fetching all of the rows and aggregating them locally. This figures to be a massive win for performance, so teach postgres_fdw to do it. Jeevan Chalke and Ashutosh Bapat. Reviewed by Ashutosh Bapat with additional testing by Prabhat Sahu. Various mostly cosmetic changes by me.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions