18
18
</para>
19
19
20
20
<itemizedlist>
21
- <listitem><para></para></listitem>
21
+ <listitem><para>TO BE COMPLETED LATER </para></listitem>
22
22
</itemizedlist>
23
23
24
24
<para>
@@ -302,7 +302,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
302
302
303
303
<listitem>
304
304
<para>
305
- Allow the optimizer to improve CTE plans byusing the statistics of columns referenced in earlierCTE clauses (Jian Guo, Tom Lane)
305
+ Allow the optimizer to improve CTE plans byconsidering the statistics of columns referenced in earlierrow output clauses (Jian Guo, Tom Lane)
306
306
</para>
307
307
</listitem>
308
308
@@ -313,7 +313,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
313
313
314
314
<listitem>
315
315
<para>
316
- Allow the optimizer to improve CTE plans byusing the sort order of columns referenced in earlierCTE clauses (Jian Guo)
316
+ Allow the optimizer to improve CTE plans byconsidering the sort order of columns referenced in earlierrow output clauses (Richard Guo)
317
317
</para>
318
318
</listitem>
319
319
@@ -426,7 +426,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
426
426
427
427
<listitem>
428
428
<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)
430
430
</para>
431
431
</listitem>
432
432
@@ -481,13 +481,19 @@ Add stratnum GiST support function (Paul A. Jungwirth)
481
481
<itemizedlist>
482
482
483
483
<!--
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
484
490
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
485
491
2024-04-03 [6dbb49026] Combine freezing and pruning steps in VACUUM
486
492
-->
487
493
488
494
<listitem>
489
495
<para>
490
- Allow vacuum to more efficiently freeze tuples (Melanie Plageman)
496
+ Allow vacuum to more efficientlyremove and freeze tuples (Masahiko Sawada, John Naylor, Melanie Plageman)
491
497
</para>
492
498
</listitem>
493
499
@@ -678,7 +684,7 @@ Author: Michael Paquier <michael@paquier.xyz>
678
684
679
685
<listitem>
680
686
<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 )
682
688
</para>
683
689
684
690
<para>
@@ -1191,7 +1197,7 @@ Author: Masahiko Sawada <msawada@postgresql.org>
1191
1197
1192
1198
<listitem>
1193
1199
<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)
1195
1201
</para>
1196
1202
1197
1203
<para>
@@ -1352,7 +1358,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1352
1358
1353
1359
<listitem>
1354
1360
<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)
1356
1362
</para>
1357
1363
</listitem>
1358
1364
@@ -1997,7 +2003,7 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
1997
2003
1998
2004
<listitem>
1999
2005
<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)
2001
2007
</para>
2002
2008
</listitem>
2003
2009
@@ -2155,7 +2161,7 @@ Add some long options to pg_archivecleanup (Atsushi Torikoshi)
2155
2161
</para>
2156
2162
2157
2163
<para>
2158
- The long options are --debug, --dry-run, and/ --strip-extension.
2164
+ The long options are --debug, --dry-run, and --strip-extension.
2159
2165
</para>
2160
2166
</listitem>
2161
2167
@@ -2454,21 +2460,6 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2454
2460
<para>
2455
2461
Improve documentation for using jsonpath for predicate checks (David Wheeler)
2456
2462
</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>
2472
2463
</listitem>
2473
2464
2474
2465
</itemizedlist>
@@ -2515,7 +2506,7 @@ Author: John Naylor <john.naylor@postgresql.org>
2515
2506
2516
2507
<listitem>
2517
2508
<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)
2519
2510
</para>
2520
2511
2521
2512
<para>
@@ -2645,7 +2636,7 @@ Remove adminpack contrib extension (Daniel Gustafsson)
2645
2636
</para>
2646
2637
2647
2638
<para>
2648
- This was used bynon- end-of-life pgAdmin III.
2639
+ This was used bynow end-of-life pgAdmin III.
2649
2640
</para>
2650
2641
</listitem>
2651
2642
@@ -2675,6 +2666,21 @@ Author: Michael Paquier <michael@paquier.xyz>
2675
2666
<para>
2676
2667
Allow extensions to define custom wait events (Masahiro Ikeda)
2677
2668
</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>
2678
2684
</listitem>
2679
2685
2680
2686
</itemizedlist>
@@ -2732,7 +2738,7 @@ Author: Michael Paquier <michael@paquier.xyz>
2732
2738
2733
2739
<listitem>
2734
2740
<para>
2735
- Track DEALLOCATE in pg_stat_statements (Michael Paquier)
2741
+ Track DEALLOCATE in pg_stat_statements (Dagfinn Ilmari Mannsåker, Michael Paquier)
2736
2742
</para>
2737
2743
2738
2744
<para>