- 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.