Skip to content

Commit c6afcaf

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2021-3677
1 parent 210064b commit c6afcaf

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,30 @@
3535

3636
<listitem>
3737
<!--
38+
Author: Tom Lane <tgl@sss.pgh.pa.us>
39+
Branch: master Release: REL_14_BR [6ee41a301] 2021-05-31 12:03:00 -0400
40+
Branch: REL_13_STABLE [fe6f63286] 2021-05-31 12:03:00 -0400
41+
Branch: REL_12_STABLE [6f9e7f21f] 2021-05-31 12:03:00 -0400
42+
Branch: REL_11_STABLE [fe194f731] 2021-05-31 12:03:00 -0400
43+
-->
44+
<para>
45+
Fix mis-planning of repeated application of a projection step
46+
(Tom Lane)
47+
</para>
48+
49+
<para>
50+
The planner could create an incorrect plan in cases where two
51+
ProjectionPaths were stacked on top of each other. The only known
52+
way to trigger that situation involves parallel sort operations, but
53+
there may be other instances. The result would be crashes or
54+
incorrect query results.
55+
Disclosure of server memory contents is also possible.
56+
(CVE-2021-3677)
57+
</para>
58+
</listitem>
59+
60+
<listitem>
61+
<!--
3862
Author: Michael Paquier <michael@paquier.xyz>
3963
Branch: master Release: REL_14_BR [01e6f1a84] 2021-05-25 10:10:09 +0900
4064
Branch: REL_13_STABLE [a23c0b00f] 2021-05-25 10:11:13 +0900
@@ -592,28 +616,6 @@ Branch: REL9_6_STABLE [85ec6c322] 2021-07-27 15:44:12 -0400
592616
<listitem>
593617
<!--
594618
Author: Tom Lane <tgl@sss.pgh.pa.us>
595-
Branch: master Release: REL_14_BR [6ee41a301] 2021-05-31 12:03:00 -0400
596-
Branch: REL_13_STABLE [fe6f63286] 2021-05-31 12:03:00 -0400
597-
Branch: REL_12_STABLE [6f9e7f21f] 2021-05-31 12:03:00 -0400
598-
Branch: REL_11_STABLE [fe194f731] 2021-05-31 12:03:00 -0400
599-
-->
600-
<para>
601-
Fix mis-planning of repeated application of a projection step
602-
(Tom Lane)
603-
</para>
604-
605-
<para>
606-
The planner could create an incorrect plan in cases where two
607-
ProjectionPaths were stacked on top of each other. The only known
608-
way to trigger that situation involves parallel sort operations, but
609-
there may be other instances. The result would be crashes or
610-
incorrect query results.
611-
</para>
612-
</listitem>
613-
614-
<listitem>
615-
<!--
616-
Author: Tom Lane <tgl@sss.pgh.pa.us>
617619
Branch: master Release: REL_14_BR [889592344] 2021-06-02 14:38:14 -0400
618620
Branch: REL_13_STABLE [6753a5b7e] 2021-06-02 14:38:14 -0400
619621
Branch: REL_12_STABLE [bdd096f1a] 2021-06-02 14:38:14 -0400

0 commit comments

Comments
 (0)