@@ -152,6 +152,22 @@ Branch: REL_11_STABLE [6eb31cedb] 2018-11-03 16:00:00 -0700
152
152
153
153
<listitem>
154
154
<!--
155
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
156
+ Branch: master [5d28c9bd7] 2018-11-06 18:33:28 -0500
157
+ Branch: REL_11_STABLE [05f84605d] 2018-11-06 18:33:33 -0500
158
+ -->
159
+ <para>
160
+ Disable <varname>recheck_on_update</varname> optimization (Tom Lane)
161
+ </para>
162
+
163
+ <para>
164
+ This new-in-v11 feature turns out not to have been ready for prime
165
+ time. Disable it until something can be done about it.
166
+ </para>
167
+ </listitem>
168
+
169
+ <listitem>
170
+ <!--
155
171
Author: Michael Paquier <michael@paquier.xyz>
156
172
Branch: master [dc3e436b1] 2018-11-05 11:04:02 +0900
157
173
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
333
349
<listitem>
334
350
<!--
335
351
Author: Tom Lane <tgl@sss.pgh.pa.us>
352
+ Branch: master [003c68a3b] 2018-11-06 13:25:24 -0500
353
+ Branch: REL_11_STABLE [1f28ec6be] 2018-11-06 13:25:24 -0500
354
+ Branch: REL_10_STABLE [b2e754c14] 2018-11-06 13:25:24 -0500
355
+ -->
356
+ <para>
357
+ Rename red-black tree support functions to use <literal>rbt</literal>
358
+ prefix not <literal>rb</literal> prefix (Tom Lane)
359
+ </para>
360
+
361
+ <para>
362
+ This avoids name collisions with Ruby functions, which broke
363
+ PL/Ruby. It's hoped that there are no other affected extensions.
364
+ </para>
365
+ </listitem>
366
+
367
+ <listitem>
368
+ <!--
369
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
336
370
Branch: master [1440c461f] 2018-11-02 18:54:00 -0400
337
371
Branch: REL_11_STABLE [df1d749a7] 2018-11-02 18:54:00 -0400
338
372
Branch: REL_10_STABLE [229a5c8ad] 2018-11-02 18:54:00 -0400
0 commit comments