aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-05-04 10:44:49 -0400
committerBruce Momjian <bruce@momjian.us>2013-05-04 10:44:49 -0400
commitc008ca6015732da09416381710066540cbfa735b (patch)
tree2f4ed26e66d5864292151619625f5672cbf92a39 /doc/src
parent2497dc0867afd5b51d50e090fce2e828baadc8c3 (diff)
downloadpostgresql-c008ca6015732da09416381710066540cbfa735b.tar.gz
postgresql-c008ca6015732da09416381710066540cbfa735b.zip
9.3 release notes: adjustments
Fixes from Peter Geoghegan, Ian Lawrence Barwick, Marti Raudsepp
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.3.sgml32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index f15f5ec17f7..94db2f771db 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -60,22 +60,21 @@
<listitem>
<para>
- Improve grouping of sessions waiting for <link
+ Require superuser privileges to set <link
linkend="guc-commit-delay"><varname>commit_delay</></link>
- (Peter Geoghegan)
+ because it can now potentially delay other sessions (Simon Riggs)
</para>
+ </listitem>
+ <listitem>
<para>
- This improves the usefulness and behavior of
- <varname>commit_delay</>.
+ Allow in-memory sorts to use their full memory allocation (Jeff Janes)
</para>
- </listitem>
- <listitem>
<para>
- Require superuser privileges to set <link
- linkend="guc-commit-delay"><varname>commit_delay</></link>
- because it can now potentially delay other sessions (Simon Riggs)
+ Users who have set <link
+ linkend="guc-work-mem"><varname>work_mem</></link> based on the
+ previous behavior should revisit that setting.
</para>
</listitem>
@@ -83,7 +82,7 @@
<para>
Have <quote>session id</> (<literal>%c</>) in <link
linkend="guc-log-line-prefix"><varname>log_line_prefix</></link>
- always output four hex digits after the period (Bruce Momjian)
+ always output at least four hex digits after the period (Bruce Momjian)
</para>
</listitem>
@@ -287,13 +286,14 @@
<listitem>
<para>
- Allow in-memory sorts to use their full memory allocation (Jeff Janes)
+ Improve grouping of sessions waiting for <link
+ linkend="guc-commit-delay"><varname>commit_delay</></link>
+ (Peter Geoghegan)
</para>
<para>
- Users who have set <link
- linkend="guc-work-mem"><varname>work_mem</></link> based on the
- previous behavior should revisit that setting.
+ This improves the usefulness and behavior of
+ <varname>commit_delay</>.
</para>
</listitem>
@@ -446,7 +446,7 @@
<listitem>
<para>
Dramatically reduce System V <link linkend="sysvipc">shared
- memory</link> usage (Robert Haas)
+ memory</link> requirements (Robert Haas)
</para>
<para>
@@ -746,7 +746,7 @@
<listitem>
<para>
- Allow <command>CREATE TABLE IF NOT EXISTS</> to succeed for a
+ Allow <command>DROP TABLE IF NOT EXISTS</> to succeed for a
non-existent schema (Bruce Momjian)
</para>