Skip to content

Commit 613373b

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2018-16850
1 parent 5d846a2 commit 613373b

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

doc/src/sgml/release-10.sgml

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@
3838

3939
<itemizedlist>
4040

41+
<listitem>
42+
<para>
43+
Ensure proper quoting of transition table names
44+
when <application>pg_dump</application> emits <command>CREATE TRIGGER
45+
... REFERENCING</command> commands (Tom Lane)
46+
</para>
47+
48+
<para>
49+
This oversight could be exploited by an unprivileged user to gain
50+
superuser privileges during the next dump/reload
51+
or <application>pg_upgrade</application> run. (CVE-2018-16850)
52+
</para>
53+
</listitem>
54+
4155
<listitem>
4256
<!--
4357
Author: Tom Lane <tgl@sss.pgh.pa.us>
@@ -202,6 +216,25 @@ Branch: REL9_3_STABLE [591d0ac88] 2018-09-15 13:42:34 -0400
202216
</para>
203217
</listitem>
204218

219+
<listitem>
220+
<para>
221+
Prevent creation of a partition in a trigger attached to its parent
222+
table (Amit Langote)
223+
</para>
224+
225+
<para>
226+
Ideally we'd allow that, but for the moment it has to be blocked to
227+
avoid crashes.
228+
</para>
229+
</listitem>
230+
231+
<listitem>
232+
<para>
233+
Fix problems with applying <literal>ON COMMIT DELETE ROWS</literal> to
234+
a partitioned temporary table (Amit Langote)
235+
</para>
236+
</listitem>
237+
205238
<listitem>
206239
<para>
207240
Fix character-class checks to not fail on Windows for Unicode
@@ -899,14 +932,6 @@ Branch: REL_10_STABLE [cb282eab1] 2018-08-22 14:23:03 +0900
899932
</para>
900933
</listitem>
901934

902-
<listitem>
903-
<para>
904-
Ensure proper quoting of transition table names
905-
when <application>pg_dump</application> emits <command>CREATE TRIGGER
906-
... REFERENCING</command> commands (Tom Lane)
907-
</para>
908-
</listitem>
909-
910935
<listitem>
911936
<!--
912937
Author: Tom Lane <tgl@sss.pgh.pa.us>

0 commit comments

Comments
 (0)