|
35 | 35 |
|
36 | 36 | <listitem>
|
37 | 37 | <!--
|
| 38 | +Author: Tom Lane <tgl@sss.pgh.pa.us> |
| 39 | +Branch: master [350410be4] 2018-10-19 00:50:16 -0400 |
| 40 | +Branch: REL_11_STABLE [06292bb94] 2018-10-19 00:50:16 -0400 |
| 41 | +Branch: REL_10_STABLE [09397f0ed] 2018-10-19 00:50:17 -0400 |
| 42 | +--> |
| 43 | + <para> |
| 44 | + Ensure proper quoting of transition table names |
| 45 | + when <application>pg_dump</application> emits <command>CREATE TRIGGER |
| 46 | + ... REFERENCING</command> commands (Tom Lane) |
| 47 | + </para> |
| 48 | + |
| 49 | + <para> |
| 50 | + This oversight could be exploited by an unprivileged user to gain |
| 51 | + superuser privileges during the next dump/reload |
| 52 | + or <application>pg_upgrade</application> run. (CVE-2018-16850) |
| 53 | + </para> |
| 54 | + </listitem> |
| 55 | + |
| 56 | + <listitem> |
| 57 | +<!-- |
38 | 58 | Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
39 | 59 | Branch: master [dfa608141] 2018-11-03 13:25:19 -0300
|
40 | 60 | Branch: REL_11_STABLE [33e6c34c3] 2018-11-03 13:25:29 -0300
|
@@ -132,6 +152,37 @@ Branch: REL_11_STABLE [6eb31cedb] 2018-11-03 16:00:00 -0700
|
132 | 152 |
|
133 | 153 | <listitem>
|
134 | 154 | <!--
|
| 155 | +Author: Michael Paquier <michael@paquier.xyz> |
| 156 | +Branch: master [dc3e436b1] 2018-11-05 11:04:02 +0900 |
| 157 | +Branch: REL_11_STABLE [7c222d5e5] 2018-11-05 11:04:14 +0900 |
| 158 | +Branch: REL_10_STABLE [8aad248f7] 2018-11-05 11:04:20 +0900 |
| 159 | +--> |
| 160 | + <para> |
| 161 | + Prevent creation of a partition in a trigger attached to its parent |
| 162 | + table (Amit Langote) |
| 163 | + </para> |
| 164 | + |
| 165 | + <para> |
| 166 | + Ideally we'd allow that, but for the moment it has to be blocked to |
| 167 | + avoid crashes. |
| 168 | + </para> |
| 169 | + </listitem> |
| 170 | + |
| 171 | + <listitem> |
| 172 | +<!-- |
| 173 | +Author: Michael Paquier <michael@paquier.xyz> |
| 174 | +Branch: master [4bc772e2a] 2018-11-05 09:14:33 +0900 |
| 175 | +Branch: REL_11_STABLE [948af5232] 2018-11-05 09:15:08 +0900 |
| 176 | +Branch: REL_10_STABLE [70c38e708] 2018-11-05 09:15:25 +0900 |
| 177 | +--> |
| 178 | + <para> |
| 179 | + Fix problems with applying <literal>ON COMMIT DELETE ROWS</literal> to |
| 180 | + a partitioned temporary table (Amit Langote) |
| 181 | + </para> |
| 182 | + </listitem> |
| 183 | + |
| 184 | + <listitem> |
| 185 | +<!-- |
135 | 186 | Author: Tom Lane <tgl@sss.pgh.pa.us>
|
136 | 187 | Branch: master [981dc2baa] 2018-11-03 13:56:10 -0400
|
137 | 188 | Branch: REL_11_STABLE [bf4a9562e] 2018-11-03 13:56:10 -0400
|
@@ -233,20 +284,6 @@ Branch: REL9_5_STABLE [ac3be116a] 2018-10-19 22:22:57 -0400
|
233 | 284 |
|
234 | 285 | <listitem>
|
235 | 286 | <!--
|
236 |
| -Author: Tom Lane <tgl@sss.pgh.pa.us> |
237 |
| -Branch: master [350410be4] 2018-10-19 00:50:16 -0400 |
238 |
| -Branch: REL_11_STABLE [06292bb94] 2018-10-19 00:50:16 -0400 |
239 |
| -Branch: REL_10_STABLE [09397f0ed] 2018-10-19 00:50:17 -0400 |
240 |
| ---> |
241 |
| - <para> |
242 |
| - Ensure proper quoting of transition table names |
243 |
| - when <application>pg_dump</application> emits <command>CREATE TRIGGER |
244 |
| - ... REFERENCING</command> commands (Tom Lane) |
245 |
| - </para> |
246 |
| - </listitem> |
247 |
| - |
248 |
| - <listitem> |
249 |
| -<!-- |
250 | 287 | Author: Michael Paquier <michael@paquier.xyz>
|
251 | 288 | Branch: master [d55241af7] 2018-10-19 22:44:12 +0900
|
252 | 289 | Branch: REL_11_STABLE [cc7f27eae] 2018-10-19 22:45:07 +0900
|
|
0 commit comments