Last-minute updates for release notes.
authorTom Lane
Mon, 5 Nov 2018 15:48:23 +0000 (10:48 -0500)
committerTom Lane
Mon, 5 Nov 2018 15:48:23 +0000 (10:48 -0500)
Security: CVE-2018-16850

doc/src/sgml/release-10.sgml
doc/src/sgml/release-11.sgml

index b18626fb69262439eab8fd87242a9b3ad022da47..c268ec2a0eaf895578f7d6a2068ce50b4327c383 100644 (file)
 
    
 
+    
+     
+      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)
-     
-    
-
-    
-