mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 00:01:58 -04:00
doc PG 18 relnotes: move partition locking item to General Perf
Reported-by: Amit Langote Discussion: https://postgr.es/m/CA+HiwqE+8Pui_NCCC7zgacnet0Cf3tc_vU+P=nhLDES-8xuCUw@mail.gmail.com
This commit is contained in:
parent
45750c6cfe
commit
575f6003ed
@ -403,27 +403,6 @@ Improve the efficiency of joins involving partitions (Ashutosh Bapat, Yuya Watar
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-01-30 [bb3ec16e1] Move PartitionPruneInfo out of plan nodes into PlannedSt
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-01-31 [d47cbf474] Perform runtime initial pruning outside ExecInitNode()
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-02-07 [cbc127917] Track unpruned relids to avoid processing pruned relatio
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-02-20 [525392d57] Don't lock partitions pruned by initial pruning
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Avoid the locking of pruned partitions during execution (Amit Langote)
|
||||
<ulink url="&commit_baseurl;bb3ec16e1">§</ulink>
|
||||
<ulink url="&commit_baseurl;d47cbf474">§</ulink>
|
||||
<ulink url="&commit_baseurl;cbc127917">§</ulink>
|
||||
<ulink url="&commit_baseurl;525392d57">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Richard Guo <rguo@postgresql.org>
|
||||
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
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-01-30 [bb3ec16e1] Move PartitionPruneInfo out of plan nodes into PlannedSt
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-01-31 [d47cbf474] Perform runtime initial pruning outside ExecInitNode()
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-02-07 [cbc127917] Track unpruned relids to avoid processing pruned relatio
|
||||
Author: Amit Langote <amitlan@postgresql.org>
|
||||
2025-02-20 [525392d57] Don't lock partitions pruned by initial pruning
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Avoid the locking of pruned partitions during execution (Amit Langote)
|
||||
<ulink url="&commit_baseurl;bb3ec16e1">§</ulink>
|
||||
<ulink url="&commit_baseurl;d47cbf474">§</ulink>
|
||||
<ulink url="&commit_baseurl;cbc127917">§</ulink>
|
||||
<ulink url="&commit_baseurl;525392d57">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Melanie Plageman <melanieplageman@gmail.com>
|
||||
2025-02-11 [052026c9b] Eagerly scan all-visible pages to amortize aggressive va
|
||||
|
Loading…
x
Reference in New Issue
Block a user