diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-07 12:36:12 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-07 12:36:12 -0400 |
| commit | b89a27ae554492501cfcd6492c9a9fc30be1dc7b (patch) | |
| tree | be500c2b2ef883d38f393779b629992b1fd0d4cc /doc/src | |
| parent | f200b9695fde037ec5c182871339a02e98abecdd (diff) | |
Release notes for 15.3, 14.8, 13.11, 12.15, 11.20.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/release-15.sgml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index fb43c336f8a..a95395ee15f 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -159,23 +159,18 @@ Branch: REL_15_STABLE [5d8ec1b9f] 2023-02-15 20:37:44 +0100 <listitem> <!-- Author: Tom Lane <tgl@sss.pgh.pa.us> -Branch: master [4766eef31] 2023-04-05 12:56:32 -0400 -Branch: REL_15_STABLE [2624de79e] 2023-04-05 12:56:30 -0400 -Branch: REL_14_STABLE [0a6aaf011] 2023-04-05 12:56:30 -0400 -Branch: REL_13_STABLE [b02bf1e46] 2023-04-05 12:56:30 -0400 -Note: no live bug fixed in v15 or HEAD +Branch: master [41e2c52fd] 2023-05-07 11:01:15 -0400 +Branch: REL_15_STABLE [f200b9695] 2023-05-07 11:01:15 -0400 --> <para> - Fix enabling/disabling of cloned triggers in partitioned tables - (Tom Lane) + Add support for decompiling <command>MERGE</command> + commands (Álvaro Herrera) </para> <para> - <command>ALTER TABLE ... ENABLE/DISABLE TRIGGER USER</command> - skipped cloned triggers, mistaking them for system triggers. - Other variants of <literal>ENABLE/DISABLE TRIGGER</literal> would - process them, but only after improperly enforcing a superuserness - check. + This was overlooked when <command>MERGE</command> was added, but + it's essential support for <command>MERGE</command> in new-style SQL + functions. </para> </listitem> |
