+
+ Ensure proper quoting of transition table names
+ when
pg_dump emits
CREATE TRIGGER
+ ... REFERENCING commands (Tom Lane)
+
+
+ This oversight could be exploited by an unprivileged user to gain
+ superuser privileges during the next dump/reload
+ or
pg_upgrade run. (CVE-2018-16850)
+
+
+
+ Ensure proper quoting of transition table names
+ when
pg_dump emits
CREATE TRIGGER
+ ... REFERENCING commands (Tom Lane)
+
+
+ This oversight could be exploited by an unprivileged user to gain
+ superuser privileges during the next dump/reload
+ or
pg_upgrade run. (CVE-2018-16850)
+
+
+
+
+
+ Prevent creation of a partition in a trigger attached to its parent
+ table (Amit Langote)
+
+
+ Ideally we'd allow that, but for the moment it has to be blocked to
+ avoid crashes.
+
+
+
+
+
+ Fix problems with applying ON COMMIT DELETE ROWS to
+ a partitioned temporary table (Amit Langote)
+
+
+
+
+
- Ensure proper quoting of transition table names
- when
pg_dump emits
CREATE TRIGGER
- ... REFERENCING commands (Tom Lane)
-
-
-
-
-