postgresql/contrib/postgres_fdw
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit.
postgres_fdw commits remote (sub)transactions opened on remote server(s)
in a local (sub)transaction one by one when the local (sub)transaction
commits.  This patch allows it to commit the remote (sub)transactions in
parallel to improve performance.  This is enabled by the server option
"parallel_commit".  The default is false.

Etsuro Fujita, reviewed by Fujii Masao and David Zhang.

Discussion: http://postgr.es/m/CAPmGK17dAZCXvwnfpr1eTfknTGdt%3DhYTV9405Gt5SqPOX8K84w%40mail.gmail.com
2022-02-24 14:30:00 +09:00
..
expected postgres_fdw: Add support for parallel commit. 2022-02-24 14:30:00 +09:00
sql postgres_fdw: Add support for parallel commit. 2022-02-24 14:30:00 +09:00
.gitignore
connection.c postgres_fdw: Add support for parallel commit. 2022-02-24 14:30:00 +09:00
deparse.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile
option.c postgres_fdw: Add support for parallel commit. 2022-02-24 14:30:00 +09:00
postgres_fdw--1.0--1.1.sql
postgres_fdw--1.0.sql
postgres_fdw.c postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). 2022-01-27 16:15:00 +09:00
postgres_fdw.control
postgres_fdw.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
shippable.c Update copyright for 2022 2022-01-07 19:04:57 -05:00