aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-08-09 14:41:00 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-08-09 14:41:00 -0400
commit0145ec9be92b2146e7b94f286cb3dab9eb77ef70 (patch)
treee092f68eb5466e0067a87454f4f4739188f36079
parentdc10035ecc8256d4489eb33ba3026efe9bfba082 (diff)
downloadpostgresql-0145ec9be92b2146e7b94f286cb3dab9eb77ef70.tar.gz
postgresql-0145ec9be92b2146e7b94f286cb3dab9eb77ef70.zip
Last-minute updates for release notes.
Security: CVE-2021-3677
-rw-r--r--doc/src/sgml/release-13.sgml46
1 files changed, 24 insertions, 22 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index 6184269c891..434ddfca467 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -35,6 +35,30 @@
<listitem>
<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+Branch: master Release: REL_14_BR [6ee41a301] 2021-05-31 12:03:00 -0400
+Branch: REL_13_STABLE [fe6f63286] 2021-05-31 12:03:00 -0400
+Branch: REL_12_STABLE [6f9e7f21f] 2021-05-31 12:03:00 -0400
+Branch: REL_11_STABLE [fe194f731] 2021-05-31 12:03:00 -0400
+-->
+ <para>
+ Fix mis-planning of repeated application of a projection step
+ (Tom Lane)
+ </para>
+
+ <para>
+ The planner could create an incorrect plan in cases where two
+ ProjectionPaths were stacked on top of each other. The only known
+ way to trigger that situation involves parallel sort operations, but
+ there may be other instances. The result would be crashes or
+ incorrect query results.
+ Disclosure of server memory contents is also possible.
+ (CVE-2021-3677)
+ </para>
+ </listitem>
+
+ <listitem>
+<!--
Author: Michael Paquier <michael@paquier.xyz>
Branch: master Release: REL_14_BR [01e6f1a84] 2021-05-25 10:10:09 +0900
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
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
-Branch: master Release: REL_14_BR [6ee41a301] 2021-05-31 12:03:00 -0400
-Branch: REL_13_STABLE [fe6f63286] 2021-05-31 12:03:00 -0400
-Branch: REL_12_STABLE [6f9e7f21f] 2021-05-31 12:03:00 -0400
-Branch: REL_11_STABLE [fe194f731] 2021-05-31 12:03:00 -0400
--->
- <para>
- Fix mis-planning of repeated application of a projection step
- (Tom Lane)
- </para>
-
- <para>
- The planner could create an incorrect plan in cases where two
- ProjectionPaths were stacked on top of each other. The only known
- way to trigger that situation involves parallel sort operations, but
- there may be other instances. The result would be crashes or
- incorrect query results.
- </para>
- </listitem>
-
- <listitem>
-<!--
-Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: master Release: REL_14_BR [889592344] 2021-06-02 14:38:14 -0400
Branch: REL_13_STABLE [6753a5b7e] 2021-06-02 14:38:14 -0400
Branch: REL_12_STABLE [bdd096f1a] 2021-06-02 14:38:14 -0400