mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
docs: split out sort-skip partition item in PG 12 release notes
Discussion: https://postgr.es/m/0cf10a27-c6a0-de4a-cd20-ab7493ea7422@lab.ntt.co.jp
This commit is contained in:
@ -418,8 +418,6 @@ Author: Robert Haas <rhaas@postgresql.org>
|
|||||||
2019-02-21 [9eefba181] Delay lock acquisition for partitions until we route a t
|
2019-02-21 [9eefba181] Delay lock acquisition for partitions until we route a t
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
2019-03-30 [428b260f8] Speed up planning when partitions can be pruned at plan
|
2019-03-30 [428b260f8] Speed up planning when partitions can be pruned at plan
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
|
||||||
2019-04-05 [959d00e9d] Use Append rather than MergeAppend for scanning ordered
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -490,6 +488,18 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
|
2019-04-05 [959d00e9d] Use Append rather than MergeAppend for scanning ordered
|
||||||
|
-->
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Avoid sorting when partitions are already being scanned in the
|
||||||
|
necessary order (David Rowley)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
2019-03-07 [898e5e329] Allow ATTACH PARTITION with only ShareUpdateExclusiveLoc
|
2019-03-07 [898e5e329] Allow ATTACH PARTITION with only ShareUpdateExclusiveLoc
|
||||||
-->
|
-->
|
||||||
|
Reference in New Issue
Block a user