diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 6c201b61e6a..649d6b0599c 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -72,17 +72,16 @@
- Add ALTER ... SET SCHEMA support for conversions,
+ Add ALTER ... SET SCHEMA support for conversions,
operators, operator classes, operator families, text search
configurations, text search dictionaries, text search
- parsers, and text search templates
+ parsers, and text search templates
- Make TRUNCATE ... RESTART IDENTITY restart
- sequences transactionally
+ Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally
@@ -96,8 +95,8 @@
- Prevent invoking I/O conversion casts via
- functional/attribute notation
+ Prevent invoking I/O conversion casts via
+ functional/attribute notation
This was found to be confusing in some cases. The
@@ -172,13 +171,13 @@
- Optimize the commit_siblings configuration parameter
+ Optimize the commit_siblings configuration parameter
- KNN GiST, otherwise known as order-by-operator support for GiST
+ KNN GiST, otherwise known as order-by-operator support for GiST
@@ -187,13 +186,13 @@
- Improve process shutdown speed
+ Improve process shutdown speed
- Speed up conversion of signed integers to C strings
+ Speed up conversion of signed integers to C strings
@@ -307,13 +306,13 @@
- Instrument checkpoint sync calls
+ Instrument checkpoint sync calls
- Use the same lexer for recovery.conf that has been used for postgresql.conf
+ Use the same lexer for recovery.conf that has been used for postgresql.conf
@@ -323,13 +322,13 @@
- Add column buffers_backend_fsync to pg_stat_bgwriter
+ Add column buffers_backend_fsync to pg_stat_bgwriter
- Add monitoring function pg_last_xact_replay_timestamp()
+ Add monitoring function pg_last_xact_replay_timestamp()
@@ -413,21 +412,21 @@
- Add pg_read_binary_file() and whole-file-at-once
- versions of pg_read_file()
+ Add pg_read_binary_file() and whole-file-at-once
+ versions of pg_read_file()
- Add new function format(), for sprintf-like string formatting
+ Add new function format(), for sprintf-like string formatting
- Add pg_describe_object() function to obtain textual
- descriptions of objects as stored in pg_depend
+ Add pg_describe_object() function to obtain textual
+ descriptions of objects as stored in pg_depend
@@ -528,7 +527,7 @@
- Add S
option to \dn command in psql
+ Add S
option to \dn command in psql
System schemas are now hidden by default by \dn.
@@ -578,14 +577,14 @@
- Add PQlibVersion() function
+ Add PQlibVersion() function
- When reporting the server as not responding, if the
- hostname was supplied, also print the IP address
+ When reporting the server as not responding, if the
+ hostname was supplied, also print the IP address
This allows IPv4 and IPv6 failures to be distinguished. Also
@@ -595,9 +594,9 @@
- Add functions PQping and PQpingParams to allow
+ Add functions PQping and PQpingParams to allow
detection of the server's status, including a status where
- the server is running but refuses ordinary connections
+ the server is running but refuses ordinary connections
pg_ctl uses the new function. This fixes the case where
@@ -663,7 +662,7 @@
- New module contrib/auth_delay
+ New module contrib/auth_delay
@@ -717,23 +716,22 @@
- Rewrite the GiST insertion logic so that the
+ Rewrite the GiST insertion logic so that the
post-recovery cleanup stage to finish incomplete inserts or
- splits is not needed anymore
+ splits is not needed anymore
- Add support for collecting
- minidump
-style crash dumps on
- Windows
+ Add support for collecting minidump
-style crash dumps
+ on Windows
- Replace pg_class.relistemp column with relpersistence
+ Replace pg_class.relistemp column with relpersistence
@@ -743,13 +741,13 @@
- GNU make 3.80 or newer is now required
+ GNU make 3.80 or newer is now required
- Improved support for parallel make, make -k, and make -q
+ Improved support for parallel make, make -k, and make -q