From: Bruce Momjian Date: Mon, 22 Apr 2013 14:22:43 +0000 (-0400) Subject: 9.3 release notes: update streaming replication speedups X-Git-Tag: REL9_3_BETA1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beaa823bea8663779b12ce896e40038dd4796eaa;p=postgresql 9.3 release notes: update streaming replication speedups Andres Freund --- diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index f9795df64a..ddecec7d8e 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -463,13 +463,15 @@ - Improve performance of non-synchronous streaming log shipping (Andres Freund) + Improve performance of streaming log shipping with + synchronous_commit disabled (Andres Freund) - Allow much faster fail-over to a standby server (Simon Riggs) + Allow much faster promotion of a streaming standby to primary (Simon + Riggs, Kyotaro Horiguchi)