diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-04-22 10:22:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-04-22 10:22:49 -0400 |
commit | beaa823bea8663779b12ce896e40038dd4796eaa (patch) | |
tree | bce16552b9c24bcb678791201bf4f2fda4c2d0f2 | |
parent | e7d5ffe8ea9883f1b472036dfc098d555f5cd3ea (diff) | |
download | postgresql-beaa823bea8663779b12ce896e40038dd4796eaa.tar.gz postgresql-beaa823bea8663779b12ce896e40038dd4796eaa.zip |
9.3 release notes: update streaming replication speedups
Andres Freund
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index f9795df64ae..ddecec7d8e1 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -463,13 +463,15 @@ <listitem> <para> - Improve performance of non-synchronous streaming log shipping (Andres Freund) + Improve performance of streaming log shipping with + synchronous_commit disabled (Andres Freund) </para> </listitem> <listitem> <para> - 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) </para> </listitem> |