aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-04-21 09:14:34 -0400
committerBruce Momjian <bruce@momjian.us>2013-04-21 09:14:34 -0400
commitac96e6a8c2c5477344e78840e689e39e7b7b3cf1 (patch)
tree632dc887c292f28ba6d1d66db3640643d1a8dd6d /doc/src
parent864ec2f0cd5dd2ba5a7b40cc150cecb3010f739c (diff)
downloadpostgresql-ac96e6a8c2c5477344e78840e689e39e7b7b3cf1.tar.gz
postgresql-ac96e6a8c2c5477344e78840e689e39e7b7b3cf1.zip
9.3 release note fixes
Move commit_delay, fix Zoltan's name, and adjust range type histogram text.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.3.sgml33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index bc14e595360..afbb15f2ed2 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -134,8 +134,7 @@
<listitem>
<para>
- Collect and use histograms of lower and upper bounds for range types
- (Alexander Korotkov)
+ Collect and use histograms for range types (Alexander Korotkov)
</para>
</listitem>
@@ -176,6 +175,18 @@
<listitem>
<para>
+ Improve grouping of sessions waiting for commit_delay (Peter
+ Geoghegan)
+ </para>
+
+ <para>
+ This improves the usefulness and behavior of commit_delay.
+ BACKWARD COMPATIBILITY
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Use a binary heap for Merge-Append operations (Abhijit Menon-Sen)
</para>
</listitem>
@@ -367,7 +378,7 @@
<listitem>
<para>
Add configuration variable lock_timeout to limit lock wait duration
- (Zoltán Böszörményi)
+ (Zolt&aacute;n B&ouml;sz&ouml;rm&eacute;nyi)
</para>
</listitem>
@@ -396,18 +407,6 @@
<listitem>
<para>
- Improve grouping of sessions waiting for commit_delay (Peter
- Geoghegan)
- </para>
-
- <para>
- This improves the usefulness and behavior of commit_delay.
- BACKWARD COMPATIBILITY
- </para>
- </listitem>
-
- <listitem>
- <para>
Require superuser privileges to set commit_delay because it
can now potentially delay other sessions (Simon Riggs)
BACKWARD COMPATIBILITY
@@ -490,7 +489,7 @@
<listitem>
<para>
Have pg_basebackup --write-recovery-conf output a minimal
- recovery.conf (Zoltan Boszormenyi, Magnus Hagander)
+ recovery.conf (Zolt&aacute;n B&ouml;sz&ouml;rm&eacute;nyi, Magnus Hagander)
</para>
<para>
@@ -1352,7 +1351,7 @@
<listitem>
<para>
- Create a centralized timeout API (Zoltán Böszörményi)
+ Create a centralized timeout API (Zolt&aacute;n B&ouml;sz&ouml;rm&eacute;nyi)
</para>
</listitem>