@@ -159,23 +159,18 @@ Branch: REL_15_STABLE [5d8ec1b9f] 2023-02-15 20:37:44 +0100
159
159
<listitem>
160
160
<!--
161
161
Author: Tom Lane <tgl@sss.pgh.pa.us>
162
- Branch: master [4766eef31] 2023-04-05 12:56:32 -0400
163
- Branch: REL_15_STABLE [2624de79e] 2023-04-05 12:56:30 -0400
164
- Branch: REL_14_STABLE [0a6aaf011] 2023-04-05 12:56:30 -0400
165
- Branch: REL_13_STABLE [b02bf1e46] 2023-04-05 12:56:30 -0400
166
- Note: no live bug fixed in v15 or HEAD
162
+ Branch: master [41e2c52fd] 2023-05-07 11:01:15 -0400
163
+ Branch: REL_15_STABLE [f200b9695] 2023-05-07 11:01:15 -0400
167
164
-->
168
165
<para>
169
- Fix enabling/disabling of cloned triggers in partitioned tables
170
- (Tom Lane )
166
+ Add support for decompiling <command>MERGE</command>
167
+ commands (Álvaro Herrera )
171
168
</para>
172
169
173
170
<para>
174
- <command>ALTER TABLE ... ENABLE/DISABLE TRIGGER USER</command>
175
- skipped cloned triggers, mistaking them for system triggers.
176
- Other variants of <literal>ENABLE/DISABLE TRIGGER</literal> would
177
- process them, but only after improperly enforcing a superuserness
178
- check.
171
+ This was overlooked when <command>MERGE</command> was added, but
172
+ it's essential support for <command>MERGE</command> in new-style SQL
173
+ functions.
179
174
</para>
180
175
</listitem>
181
176