Add entries for v11 changes that went in post-stamping, but before
the final wrap.
+ Disable recheck_on_update optimization (Tom Lane)
+
+
+ This new-in-v11 feature turns out not to have been ready for prime
+ time. Disable it until something can be done about it.
+
+
+
+
+
+ Rename red-black tree support functions to use rbt
+ prefix not rb prefix (Tom Lane)
+
+
+ This avoids name collisions with Ruby functions, which broke
+ PL/Ruby. It's hoped that there are no other affected extensions.
+
+
+
+
+