doc: PG 10 release notes updates
authorBruce Momjian
Tue, 25 Apr 2017 15:17:14 +0000 (11:17 -0400)
committerBruce Momjian
Tue, 25 Apr 2017 15:17:14 +0000 (11:17 -0400)
Reported-by: Michael Paquier, Felix Gerzaguet
doc/src/sgml/release-10.sgml

index 7741b2cd03c419a341c82f0765f2937f8cf3d884..f7744b344d66e8db82d2de1951ca4a24ac7ca2d5 100644 (file)
@@ -460,7 +460,7 @@ Add full text search support for JSON and JSONB (Dmitry Dolgov
 
 
 
-This is accessed via ts_headline() and to_tsvector. RIGHT SECTION?
+This is accessed via ts_headline() and to_tsvector. RIGHT SECTION?
 
 
 
@@ -1070,7 +1070,7 @@ Paquier, Heikki Linnakangas)
 
 
 
-This proves better security than the existing 'md5' negotiation and
+This proves better security than the existing md5 negotiation and
 storage method.
 
 
@@ -1257,7 +1257,7 @@ Author: Robert Haas 
 -->
 
 Add GUC  to add details to WAL that can be
-sanity-checked on the standby (Kuntal Ghosh, Michael Paquier, Robert
+sanity-checked on the standby (Kuntal Ghosh, Robert
 Haas)
 
 
@@ -1389,8 +1389,8 @@ Add specification of a Log Sequence Number (LSN) stopping point in
 
 
 
-Previously only specification of the stop name, time, and xid were
-supported.
+Previously only specification of the stop name, time, timeline, xid,
+and immediate were supported.
 
 
 
@@ -1440,7 +1440,8 @@ Author: Simon Riggs 
 2017-04-04 [728bd991c] Speedup 2PC recovery by skipping two phase state files i
 -->
 
-Speed up two-phase commit recovery performance (Simon Riggs)
+Speed up two-phase commit recovery performance (Stas Kelvich, Nikhil
+Sontakke, Michael Paquier)
 
 
 
@@ -2467,35 +2468,35 @@ It is called 
 
 
 
 
-Allow the ICU library to optionally be used for collation support (Peter
-Eisentraut)
+New major version numbering (Peter Eisentraut, Tom Lane)
 
 
 
-The ICU library has versioning that allows detection of collation
-changes between versions.  It is enabled via configure option
-
-collation library.
+Major versions will now increase just the first number, and minor
+releases will increase just the second number.  A third number will no
+longer be used in Postgres version numbers.
 
 
 
 
 
 
-New major version numbering (Peter Eisentraut, Tom Lane)
+Allow the ICU library to optionally be used for collation support (Peter
+Eisentraut)
 
 
 
-Major versions will now increase just the first number, and minor
-releases will increase just the second number.  A third number will no
-longer be used in Postgres version numbers.
+The ICU library has versioning that allows detection of collation
+changes between versions.  It is enabled via configure option
+
+collation library.
 
 
 
@@ -2777,7 +2778,7 @@ Author: Heikki Linnakangas 
 2016-09-29 [6e654546f] Don't bother to lock bufmgr partitions in pg_buffercache
 -->
 
-Allow pg_buffercache to run without fewer locks (Ivan Kartyshov)
+Allow pg_buffercache to run with fewer locks (Ivan Kartyshov)