diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 11d5710b6b0..916069dd981 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -18,7 +18,7 @@
-
+ TO BE COMPLETED LATER
@@ -302,7 +302,7 @@ Author: Tom Lane
-Allow the optimizer to improve CTE plans by using the statistics of columns referenced in earlier CTE clauses (Jian Guo, Tom Lane)
+Allow the optimizer to improve CTE plans by considering the statistics of columns referenced in earlier row output clauses (Jian Guo, Tom Lane)
@@ -313,7 +313,7 @@ Author: Tom Lane
-Allow the optimizer to improve CTE plans by using the sort order of columns referenced in earlier CTE clauses (Jian Guo)
+Allow the optimizer to improve CTE plans by considering the sort order of columns referenced in earlier row output clauses (Richard Guo)
@@ -426,7 +426,7 @@ Author: Alexander Korotkov
-Add columns to pg_stats to report range histogram information (Egor Rogov, Soumyadeep Chakraborty)
+Add columns to pg_stats to report range-type histogram information (Egor Rogov, Soumyadeep Chakraborty)
@@ -481,13 +481,19 @@ Add stratnum GiST support function (Paul A. Jungwirth)
-Allow vacuum to more efficiently freeze tuples (Melanie Plageman)
+Allow vacuum to more efficiently remove and freeze tuples (Masahiko Sawada, John Naylor, Melanie Plageman)
@@ -678,7 +684,7 @@ Author: Michael Paquier
-Add system view pg_wait_events that reports wait event types (Michael Paquier)
+Add system view pg_wait_events that reports wait event types (Bertrand Drouvot)
@@ -1191,7 +1197,7 @@ Author: Masahiko Sawada
-Add new COPY option "ON_ERROR ignore" to discard error rows (Damir Belyalov, Atsushi Torikoshi, Alex Shulgin, Jian He, Jian He, Yugo Nagata)
+Add new COPY option "ON_ERROR ignore" to discard error rows (Damir Belyalov, Atsushi Torikoshi, Alex Shulgin, Jian He, Yugo Nagata)
@@ -1352,7 +1358,7 @@ Author: Alvaro Herrera
-All specification of partitioned table access methods (Justin Pryzby, Soumyadeep Chakraborty, Michael Paquier)
+Allow specification of partitioned table access methods (Justin Pryzby, Soumyadeep Chakraborty, Michael Paquier)
@@ -1997,7 +2003,7 @@ Author: Alexander Korotkov
-Improve psql tab completion (Dagfinn Ilmari Mannsåker, Gilles Darold, Christoph Heiss, Steve Chavez, Vignesh C, Dagfinn Ilmari Mannsåker, Pavel Borisov)
+Improve psql tab completion (Dagfinn Ilmari Mannsåker, Gilles Darold, Christoph Heiss, Steve Chavez, Vignesh C, Pavel Borisov)
@@ -2155,7 +2161,7 @@ Add some long options to pg_archivecleanup (Atsushi Torikoshi)
-The long options are --debug, --dry-run, and /--strip-extension.
+The long options are --debug, --dry-run, and --strip-extension.
@@ -2454,21 +2460,6 @@ Author: Tom Lane
Improve documentation for using jsonpath for predicate checks (David Wheeler)
-
-
-
-
-
-
-Add function pg_buffercache_evict() to allow shared buffer eviction (Palak Chaturvedi, Thomas Munro)
-
-
-
-This is useful for testing.
-
@@ -2515,7 +2506,7 @@ Author: John Naylor
-Double the default foreign data wrapper tuple cost (David Rowley, Umair Shahid)
+Increase the default foreign data wrapper tuple cost (David Rowley, Umair Shahid)
@@ -2645,7 +2636,7 @@ Remove adminpack contrib extension (Daniel Gustafsson)
-This was used by non-end-of-life pgAdmin III.
+This was used by now end-of-life pgAdmin III.
@@ -2675,6 +2666,21 @@ Author: Michael Paquier
Allow extensions to define custom wait events (Masahiro Ikeda)
+
+
+
+
+
+
+Add pg_buffercache function pg_buffercache_evict() to allow shared buffer eviction (Palak Chaturvedi, Thomas Munro)
+
+
+
+This is useful for testing.
+
@@ -2732,7 +2738,7 @@ Author: Michael Paquier
-Track DEALLOCATE in pg_stat_statements (Michael Paquier)
+Track DEALLOCATE in pg_stat_statements (Dagfinn Ilmari Mannsåker, Michael Paquier)