Re: Push down more full joins in postgres_fdw
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-10-13T10:35:40Z
Lists: pgsql-hackers
Attachments
- postgres-fdw-more-full-join-pushdown-v6.patch (binary/octet-stream) patch v6
- postgres-fdw-phv-pushdown-v2.patch (binary/octet-stream) patch v2
On 2016/09/29 21:12, Etsuro Fujita wrote: > Please find attached an updated version of the patch. Here is a new version (V6) of the patch, which is basically the same as the previous patch, but I slightly modified that patch. Another patch I am attaching is an updated patch for pushing down PHVs to the remote, which is created on top of the V6 patch. Best regards, Etsuro Fujita
Commits
-
postgres_fdw: Push down FULL JOINs with restriction clauses.
- b30fb56b07a8 10.0 landed