[COMMITTERS] pgsql: Update recovery_min_apply_delay docs for remote_apply mode.

2016-09-19 Thread Robert Haas
Update recovery_min_apply_delay docs for remote_apply mode. Bernd Helmle, reviewed by Thomas Munro, tweaked by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2c8f0d6e53e5dbcf28ee127303b81a6e12942665 Modified Files -- doc/src/sgml/recovery-config.sgm

[COMMITTERS] pgsql: Update recovery_min_apply_delay docs for remote_apply mode.

2016-09-19 Thread Robert Haas
Update recovery_min_apply_delay docs for remote_apply mode. Bernd Helmle, reviewed by Thomas Munro, tweaked by me. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/275fe7ecab25ee17ae9389167e161d60a5da6b41 Modified Files -- doc/src/sgml/recovery-con

[COMMITTERS] pgsql: MSVC: Include pg_recvlogical in client-only install.

2016-09-19 Thread Robert Haas
MSVC: Include pg_recvlogical in client-only install. MauMau, reviewed by Michael Paquier Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ca93b816f823d3be3088095832c44232738b6553 Modified Files -- src/tools/msvc/Install.pm | 4 ++-- 1 file changed,

[COMMITTERS] pgsql: MSVC: Include pg_recvlogical in client-only install.

2016-09-19 Thread Robert Haas
MSVC: Include pg_recvlogical in client-only install. MauMau, reviewed by Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8614b39bca8fc64b1128c7911424647c9a1d1da1 Modified Files -- src/tools/msvc/Install.pm | 4 ++-- 1 file changed, 2 inser

[COMMITTERS] pgsql: MSVC: Include pg_recvlogical in client-only install.

2016-09-19 Thread Robert Haas
MSVC: Include pg_recvlogical in client-only install. MauMau, reviewed by Michael Paquier Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/52acf020a11945ae22a910e3ea784bb23ccdd3a7 Modified Files -- src/tools/msvc/Install.pm | 4 ++-- 1 file changed,

[COMMITTERS] pgsql: MSVC: Include pg_recvlogical in client-only install.

2016-09-19 Thread Robert Haas
MSVC: Include pg_recvlogical in client-only install. MauMau, reviewed by Michael Paquier Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/156f974f56543365b89f96182e9dfa16f4287e9a Modified Files -- src/tools/msvc/Install.pm | 4 ++-- 1 file changed,

[COMMITTERS] pgsql: Remove obsolete warning from docs.

2016-09-19 Thread Heikki Linnakangas
Remove obsolete warning from docs. Python 2.4 and Fedora 4 are both obsolete at this point, especially unpatched debug builds. Discussion: <85e377b2-d459-396e-59b1-115548bbc...@iki.fi> Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6cc54f38a9fe1f4103c45a9858804d1d5

[COMMITTERS] pgsql: Fix latency calculation when there are \sleep commands in the sc

2016-09-19 Thread Heikki Linnakangas
Fix latency calculation when there are \sleep commands in the script. We can't use txn_scheduled to hold the sleep-until time for \sleep, because that interferes with calculation of the latency of the transaction as whole. Backpatch to 9.4, where this bug was introduced. Fabien COELHO Discussio

[COMMITTERS] pgsql: Fix latency calculation when there are \sleep commands in the sc

2016-09-19 Thread Heikki Linnakangas
Fix latency calculation when there are \sleep commands in the script. We can't use txn_scheduled to hold the sleep-until time for \sleep, because that interferes with calculation of the latency of the transaction as whole. Backpatch to 9.4, where this bug was introduced. Fabien COELHO Discussio

[COMMITTERS] pgsql: Fix latency calculation when there are \sleep commands in the sc

2016-09-19 Thread Heikki Linnakangas
Fix latency calculation when there are \sleep commands in the script. We can't use txn_scheduled to hold the sleep-until time for \sleep, because that interferes with calculation of the latency of the transaction as whole. Backpatch to 9.4, where this bug was introduced. Fabien COELHO Discussio

[COMMITTERS] pgsql: Fix latency calculation when there are \sleep commands in the sc

2016-09-19 Thread Heikki Linnakangas
Fix latency calculation when there are \sleep commands in the script. We can't use txn_scheduled to hold the sleep-until time for \sleep, because that interferes with calculation of the latency of the transaction as whole. Backpatch to 9.4, where this bug was introduced. Fabien COELHO Discussio