Skip to content

Commit 0145ec9

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2021-3677
1 parent dc10035 commit 0145ec9

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

doc/src/sgml/release-13.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
@@ -633,28 +657,6 @@ Branch: REL_13_STABLE [2b8f3f5a7] 2021-07-25 14:02:27 -0400
633657
<listitem>
634658
<!--
635659
Author: Tom Lane <tgl@sss.pgh.pa.us>
636-
Branch: master Release: REL_14_BR [6ee41a301] 2021-05-31 12:03:00 -0400
637-
Branch: REL_13_STABLE [fe6f63286] 2021-05-31 12:03:00 -0400
638-
Branch: REL_12_STABLE [6f9e7f21f] 2021-05-31 12:03:00 -0400
639-
Branch: REL_11_STABLE [fe194f731] 2021-05-31 12:03:00 -0400
640-
-->
641-
<para>
642-
Fix mis-planning of repeated application of a projection step
643-
(Tom Lane)
644-
</para>
645-
646-
<para>
647-
The planner could create an incorrect plan in cases where two
648-
ProjectionPaths were stacked on top of each other. The only known
649-
way to trigger that situation involves parallel sort operations, but
650-
there may be other instances. The result would be crashes or
651-
incorrect query results.
652-
</para>
653-
</listitem>
654-
655-
<listitem>
656-
<!--
657-
Author: Tom Lane <tgl@sss.pgh.pa.us>
658660
Branch: master Release: REL_14_BR [889592344] 2021-06-02 14:38:14 -0400
659661
Branch: REL_13_STABLE [6753a5b7e] 2021-06-02 14:38:14 -0400
660662
Branch: REL_12_STABLE [bdd096f1a] 2021-06-02 14:38:14 -0400

0 commit comments

Comments
 (0)