@@ -372,6 +372,21 @@ Improve the performance of hash joins (David Rowley)
372
372
</para>
373
373
</listitem>
374
374
375
+ <!--
376
+ Author: Amit Langote <amitlan@postgresql.org>
377
+ 2025-04-04 [88f55bc97] Make derived clause lookup in EquivalenceClass more effi
378
+ Author: David Rowley <drowley@postgresql.org>
379
+ 2025-04-08 [d69d45a5a] Speedup child EquivalenceMember lookup in planner
380
+ -->
381
+
382
+ <listitem>
383
+ <para>
384
+ Allow partitions to be pruned more efficienty (Ashutosh Bapat, Yuya Watari, David Rowley)
385
+ <ulink url="&commit_baseurl;88f55bc97">§</ulink>
386
+ <ulink url="&commit_baseurl;d69d45a5a">§</ulink>
387
+ </para>
388
+ </listitem>
389
+
375
390
<!--
376
391
Author: Amit Langote <amitlan@postgresql.org>
377
392
2025-01-30 [bb3ec16e1] Move PartitionPruneInfo out of plan nodes into PlannedSt
@@ -381,20 +396,15 @@ Author: Amit Langote <amitlan@postgresql.org>
381
396
2025-02-07 [cbc127917] Track unpruned relids to avoid processing pruned relatio
382
397
Author: Amit Langote <amitlan@postgresql.org>
383
398
2025-02-20 [525392d57] Don't lock partitions pruned by initial pruning
384
- Author: Amit Langote <amitlan@postgresql.org>
385
- 2025-04-04 [88f55bc97] Make derived clause lookup in EquivalenceClass more effi
386
- Author: David Rowley <drowley@postgresql.org>
387
- 2025-04-08 [d69d45a5a] Speedup child EquivalenceMember lookup in planner
388
399
-->
400
+
389
401
<listitem>
390
402
<para>
391
- Allow partitions to be pruned earlier, quicker, and skipped in more places (Amit Langote, Ashutosh Bapat, Yuya Watari, David Rowley )
403
+ Avoid the locking of pruned partitions during planning (Amit Langote)
392
404
<ulink url="&commit_baseurl;bb3ec16e1">§</ulink>
393
405
<ulink url="&commit_baseurl;d47cbf474">§</ulink>
394
406
<ulink url="&commit_baseurl;cbc127917">§</ulink>
395
407
<ulink url="&commit_baseurl;525392d57">§</ulink>
396
- <ulink url="&commit_baseurl;88f55bc97">§</ulink>
397
- <ulink url="&commit_baseurl;d69d45a5a">§</ulink>
398
408
</para>
399
409
</listitem>
400
410
0 commit comments