diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 4a2541c3ac..11bf8b696e 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -831,30 +831,6 @@ Branch: REL9_4_STABLE [696c68c2b] 2018-12-17 12:44:09 +0900 - - Make autovacuum more aggressive about removing leftover temporary - tables, and also remove leftover temporary tables - during DISCARD TEMP (Álvaro Herrera) - - - - This helps ensure that remnants from a crashed session are cleaned - up more promptly. - - - - - - - Adjust configure's selection of - threading-related compiler flags and libraries to match what - later PostgreSQL releases do (Tom Lane) - - - - The coding previously used in the 9.4 and 9.5 branches fails - outright on some newer platforms, so sync it with what 9.6 and later - have been doing. - - - - - - - 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. - - - - -