|
38 | 38 |
|
39 | 39 | <itemizedlist> |
40 | 40 |
|
| 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 | + |
41 | 55 | <listitem> |
42 | 56 | <!-- |
43 | 57 | Author: Tom Lane <tgl@sss.pgh.pa.us> |
@@ -202,6 +216,25 @@ Branch: REL9_3_STABLE [591d0ac88] 2018-09-15 13:42:34 -0400 |
202 | 216 | </para> |
203 | 217 | </listitem> |
204 | 218 |
|
| 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 | + |
205 | 238 | <listitem> |
206 | 239 | <para> |
207 | 240 | 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 |
899 | 932 | </para> |
900 | 933 | </listitem> |
901 | 934 |
|
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 | | - |
910 | 935 | <listitem> |
911 | 936 | <!-- |
912 | 937 | Author: Tom Lane <tgl@sss.pgh.pa.us> |
|