@@ -403,27 +403,6 @@ Improve the efficiency of joins involving partitions (Ashutosh Bapat, Yuya Watar
403
403
</para>
404
404
</listitem>
405
405
406
- <!--
407
- Author: Amit Langote <
[email protected] >
408
- 2025-01-30 [bb3ec16e1] Move PartitionPruneInfo out of plan nodes into PlannedSt
409
- Author: Amit Langote <
[email protected] >
410
- 2025-01-31 [d47cbf474] Perform runtime initial pruning outside ExecInitNode()
411
- Author: Amit Langote <
[email protected] >
412
- 2025-02-07 [cbc127917] Track unpruned relids to avoid processing pruned relatio
413
- Author: Amit Langote <
[email protected] >
414
- 2025-02-20 [525392d57] Don't lock partitions pruned by initial pruning
415
- -->
416
-
417
- <listitem>
418
- <para>
419
- Avoid the locking of pruned partitions during execution (Amit Langote)
420
- <ulink url="&commit_baseurl;bb3ec16e1">§</ulink>
421
- <ulink url="&commit_baseurl;d47cbf474">§</ulink>
422
- <ulink url="&commit_baseurl;cbc127917">§</ulink>
423
- <ulink url="&commit_baseurl;525392d57">§</ulink>
424
- </para>
425
- </listitem>
426
-
427
406
<!--
428
407
Author: Richard Guo <
[email protected] >
429
408
2024-07-30 [9b282a935] Fix partitionwise join with partially-redundant join cla
@@ -621,6 +600,27 @@ Improve the locking performance of queries that access many relations (Tomas Von
621
600
</para>
622
601
</listitem>
623
602
603
+ <!--
604
+ Author: Amit Langote <
[email protected] >
605
+ 2025-01-30 [bb3ec16e1] Move PartitionPruneInfo out of plan nodes into PlannedSt
606
+ Author: Amit Langote <
[email protected] >
607
+ 2025-01-31 [d47cbf474] Perform runtime initial pruning outside ExecInitNode()
608
+ Author: Amit Langote <
[email protected] >
609
+ 2025-02-07 [cbc127917] Track unpruned relids to avoid processing pruned relatio
610
+ Author: Amit Langote <
[email protected] >
611
+ 2025-02-20 [525392d57] Don't lock partitions pruned by initial pruning
612
+ -->
613
+
614
+ <listitem>
615
+ <para>
616
+ Avoid the locking of pruned partitions during execution (Amit Langote)
617
+ <ulink url="&commit_baseurl;bb3ec16e1">§</ulink>
618
+ <ulink url="&commit_baseurl;d47cbf474">§</ulink>
619
+ <ulink url="&commit_baseurl;cbc127917">§</ulink>
620
+ <ulink url="&commit_baseurl;525392d57">§</ulink>
621
+ </para>
622
+ </listitem>
623
+
624
624
<!--
625
625
Author: Melanie Plageman <
[email protected] >
626
626
2025-02-11 [052026c9b] Eagerly scan all-visible pages to amortize aggressive va
0 commit comments