Release notes for 15.3, 14.8, 13.11, 12.15, 11.20.
authorTom Lane
Sun, 7 May 2023 16:36:12 +0000 (12:36 -0400)
committerTom Lane
Sun, 7 May 2023 16:36:12 +0000 (12:36 -0400)
doc/src/sgml/release-15.sgml

index fb43c336f8a5a8c00ab9ca74f008f568211f01a5..a95395ee15f18b258b7f72c92b9f243fd8fc52ae 100644 (file)
@@ -159,23 +159,18 @@ Branch: REL_15_STABLE [5d8ec1b9f] 2023-02-15 20:37:44 +0100
     
 
      
-      Fix enabling/disabling of cloned triggers in partitioned tables
-      (Tom Lane)
+      Add support for decompiling MERGE
+      commands (Álvaro Herrera)
      
 
      
-      ALTER TABLE ... ENABLE/DISABLE TRIGGER USER
-      skipped cloned triggers, mistaking them for system triggers.
-      Other variants of ENABLE/DISABLE TRIGGER would
-      process them, but only after improperly enforcing a superuserness
-      check.
+      This was overlooked when MERGE was added, but
+      it's essential support for MERGE in new-style SQL
+      functions.