diff options
author | Tom Lane | 2018-11-06 23:56:26 +0000 |
---|---|---|
committer | Tom Lane | 2018-11-06 23:56:26 +0000 |
commit | d06fe6ce2c79420fd19ac89ace81b66579f08493 (patch) | |
tree | 58fffdf97b51d1f92899fe14710444ce1742f1c9 | |
parent | 05f84605dbeb9cf8279a157234b24bbb706c5256 (diff) |
Last-minute updates for release notes.REL_11_1
Add entries for v11 changes that went in post-stamping, but before
the final wrap.
-rw-r--r-- | doc/src/sgml/release-11.sgml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 36e69654e24..f35b0d8cc93 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -152,6 +152,22 @@ Branch: REL_11_STABLE [6eb31cedb] 2018-11-03 16:00:00 -0700 <listitem> <!-- +Author: Tom Lane <[email protected]> +Branch: master [5d28c9bd7] 2018-11-06 18:33:28 -0500 +Branch: REL_11_STABLE [05f84605d] 2018-11-06 18:33:33 -0500 +--> + <para> + Disable <varname>recheck_on_update</varname> optimization (Tom Lane) + </para> + + <para> + This new-in-v11 feature turns out not to have been ready for prime + time. Disable it until something can be done about it. + </para> + </listitem> + + <listitem> +<!-- Author: Michael Paquier <[email protected]> Branch: master [dc3e436b1] 2018-11-05 11:04:02 +0900 Branch: REL_11_STABLE [7c222d5e5] 2018-11-05 11:04:14 +0900 @@ -333,6 +349,24 @@ Branch: REL_10_STABLE [90a1f9786] 2018-09-25 09:56:57 +0900 <listitem> <!-- Author: Tom Lane <[email protected]> +Branch: master [003c68a3b] 2018-11-06 13:25:24 -0500 +Branch: REL_11_STABLE [1f28ec6be] 2018-11-06 13:25:24 -0500 +Branch: REL_10_STABLE [b2e754c14] 2018-11-06 13:25:24 -0500 +--> + <para> + Rename red-black tree support functions to use <literal>rbt</literal> + prefix not <literal>rb</literal> prefix (Tom Lane) + </para> + + <para> + This avoids name collisions with Ruby functions, which broke + PL/Ruby. It's hoped that there are no other affected extensions. + </para> + </listitem> + + <listitem> +<!-- +Author: Tom Lane <[email protected]> Branch: master [1440c461f] 2018-11-02 18:54:00 -0400 Branch: REL_11_STABLE [df1d749a7] 2018-11-02 18:54:00 -0400 Branch: REL_10_STABLE [229a5c8ad] 2018-11-02 18:54:00 -0400 |