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
@@ -58,19 +58,6 @@
-
-
- Improve grouping of sessions waiting for commit_delay>
- (Peter Geoghegan)
-
-
-
- This improves the usefulness and behavior of
- commit_delay>.
-
-
-
Require superuser privileges to set
+
+
+ Allow in-memory sorts to use their full memory allocation (Jeff Janes)
+
+
+
+ Users who have set work_mem> based on the
+ previous behavior should revisit that setting.
+
+
+
Have session id> (%c>) in log_line_prefix>
- always output four hex digits after the period (Bruce Momjian)
+ always output at least four hex digits after the period (Bruce Momjian)
@@ -287,13 +286,14 @@
- Allow in-memory sorts to use their full memory allocation (Jeff Janes)
+ Improve grouping of sessions waiting for commit_delay>
+ (Peter Geoghegan)
- Users who have set work_mem> based on the
- previous behavior should revisit that setting.
+ This improves the usefulness and behavior of
+ commit_delay>.
@@ -446,7 +446,7 @@
Dramatically reduce System V shared
- memory usage (Robert Haas)
+ memory requirements (Robert Haas)
@@ -746,7 +746,7 @@
- Allow CREATE TABLE IF NOT EXISTS> to succeed for a
+ Allow DROP TABLE IF NOT EXISTS> to succeed for a
non-existent schema (Bruce Momjian)