Skip to content

Commit 45ea5b0

Browse files
committed
doc PG 17 relnotes: various fixes
Fixes suggested by David Rowley, Bertrand Drouvot, Masahiko Sawada, Richard Guo, jian he, Dagfinn Ilmari Mannsåker Backpatch-through: master
1 parent c7be3c0 commit 45ea5b0

File tree

1 file changed

+34
-28
lines changed

1 file changed

+34
-28
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</para>
1919

2020
<itemizedlist>
21-
<listitem><para></para></listitem>
21+
<listitem><para>TO BE COMPLETED LATER</para></listitem>
2222
</itemizedlist>
2323

2424
<para>
@@ -302,7 +302,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
302302

303303
<listitem>
304304
<para>
305-
Allow the optimizer to improve CTE plans by using the statistics of columns referenced in earlier CTE clauses (Jian Guo, Tom Lane)
305+
Allow the optimizer to improve CTE plans by considering the statistics of columns referenced in earlier row output clauses (Jian Guo, Tom Lane)
306306
</para>
307307
</listitem>
308308

@@ -313,7 +313,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
313313

314314
<listitem>
315315
<para>
316-
Allow the optimizer to improve CTE plans by using the sort order of columns referenced in earlier CTE clauses (Jian Guo)
316+
Allow the optimizer to improve CTE plans by considering the sort order of columns referenced in earlier row output clauses (Richard Guo)
317317
</para>
318318
</listitem>
319319

@@ -426,7 +426,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
426426

427427
<listitem>
428428
<para>
429-
Add columns to pg_stats to report range histogram information (Egor Rogov, Soumyadeep Chakraborty)
429+
Add columns to pg_stats to report range-type histogram information (Egor Rogov, Soumyadeep Chakraborty)
430430
</para>
431431
</listitem>
432432

@@ -481,13 +481,19 @@ Add stratnum GiST support function (Paul A. Jungwirth)
481481
<itemizedlist>
482482

483483
<!--
484+
Author: John Naylor <john.naylor@postgresql.org>
485+
2024-03-07 [ee1b30f12] Add template for adaptive radix tree
486+
Author: Masahiko Sawada <msawada@postgresql.org>
487+
2024-03-21 [30e144287] Add TIDStore, to store sets of TIDs (ItemPointerData) ef
488+
Author: Masahiko Sawada <msawada@postgresql.org>
489+
2024-04-02 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac
484490
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
485491
2024-04-03 [6dbb49026] Combine freezing and pruning steps in VACUUM
486492
-->
487493

488494
<listitem>
489495
<para>
490-
Allow vacuum to more efficiently freeze tuples (Melanie Plageman)
496+
Allow vacuum to more efficiently remove and freeze tuples (Masahiko Sawada, John Naylor, Melanie Plageman)
491497
</para>
492498
</listitem>
493499

@@ -678,7 +684,7 @@ Author: Michael Paquier <michael@paquier.xyz>
678684

679685
<listitem>
680686
<para>
681-
Add system view pg_wait_events that reports wait event types (Michael Paquier)
687+
Add system view pg_wait_events that reports wait event types (Bertrand Drouvot)
682688
</para>
683689

684690
<para>
@@ -1191,7 +1197,7 @@ Author: Masahiko Sawada <msawada@postgresql.org>
11911197

11921198
<listitem>
11931199
<para>
1194-
Add new COPY option "ON_ERROR ignore" to discard error rows (Damir Belyalov, Atsushi Torikoshi, Alex Shulgin, Jian He, Jian He, Yugo Nagata)
1200+
Add new COPY option "ON_ERROR ignore" to discard error rows (Damir Belyalov, Atsushi Torikoshi, Alex Shulgin, Jian He, Yugo Nagata)
11951201
</para>
11961202

11971203
<para>
@@ -1352,7 +1358,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
13521358

13531359
<listitem>
13541360
<para>
1355-
All specification of partitioned table access methods (Justin Pryzby, Soumyadeep Chakraborty, Michael Paquier)
1361+
Allow specification of partitioned table access methods (Justin Pryzby, Soumyadeep Chakraborty, Michael Paquier)
13561362
</para>
13571363
</listitem>
13581364

@@ -1997,7 +2003,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
19972003

19982004
<listitem>
19992005
<para>
2000-
Improve psql tab completion (Dagfinn Ilmari Mannsåker, Gilles Darold, Christoph Heiss, Steve Chavez, Vignesh C, Dagfinn Ilmari Mannsåker, Pavel Borisov)
2006+
Improve psql tab completion (Dagfinn Ilmari Mannsåker, Gilles Darold, Christoph Heiss, Steve Chavez, Vignesh C, Pavel Borisov)
20012007
</para>
20022008
</listitem>
20032009

@@ -2155,7 +2161,7 @@ Add some long options to pg_archivecleanup (Atsushi Torikoshi)
21552161
</para>
21562162

21572163
<para>
2158-
The long options are --debug, --dry-run, and /--strip-extension.
2164+
The long options are --debug, --dry-run, and --strip-extension.
21592165
</para>
21602166
</listitem>
21612167

@@ -2454,21 +2460,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
24542460
<para>
24552461
Improve documentation for using jsonpath for predicate checks (David Wheeler)
24562462
</para>
2457-
</listitem>
2458-
2459-
<!--
2460-
Author: Thomas Munro <tmunro@postgresql.org>
2461-
2024-04-08 [13453eedd] Add pg_buffercache_evict() function for testing.
2462-
-->
2463-
2464-
<listitem>
2465-
<para>
2466-
Add function pg_buffercache_evict() to allow shared buffer eviction (Palak Chaturvedi, Thomas Munro)
2467-
</para>
2468-
2469-
<para>
2470-
This is useful for testing.
2471-
</para>
24722463
</listitem>
24732464

24742465
</itemizedlist>
@@ -2515,7 +2506,7 @@ Author: John Naylor <john.naylor@postgresql.org>
25152506

25162507
<listitem>
25172508
<para>
2518-
Double the default foreign data wrapper tuple cost (David Rowley, Umair Shahid)
2509+
Increase the default foreign data wrapper tuple cost (David Rowley, Umair Shahid)
25192510
</para>
25202511

25212512
<para>
@@ -2645,7 +2636,7 @@ Remove adminpack contrib extension (Daniel Gustafsson)
26452636
</para>
26462637

26472638
<para>
2648-
This was used by non-end-of-life pgAdmin III.
2639+
This was used by now end-of-life pgAdmin III.
26492640
</para>
26502641
</listitem>
26512642

@@ -2675,6 +2666,21 @@ Author: Michael Paquier <michael@paquier.xyz>
26752666
<para>
26762667
Allow extensions to define custom wait events (Masahiro Ikeda)
26772668
</para>
2669+
</listitem>
2670+
2671+
<!--
2672+
Author: Thomas Munro <tmunro@postgresql.org>
2673+
2024-04-08 [13453eedd] Add pg_buffercache_evict() function for testing.
2674+
-->
2675+
2676+
<listitem>
2677+
<para>
2678+
Add pg_buffercache function pg_buffercache_evict() to allow shared buffer eviction (Palak Chaturvedi, Thomas Munro)
2679+
</para>
2680+
2681+
<para>
2682+
This is useful for testing.
2683+
</para>
26782684
</listitem>
26792685

26802686
</itemizedlist>
@@ -2732,7 +2738,7 @@ Author: Michael Paquier <michael@paquier.xyz>
27322738

27332739
<listitem>
27342740
<para>
2735-
Track DEALLOCATE in pg_stat_statements (Michael Paquier)
2741+
Track DEALLOCATE in pg_stat_statements (Dagfinn Ilmari Mannsåker, Michael Paquier)
27362742
</para>
27372743

27382744
<para>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy