@@ -831,30 +831,6 @@ Branch: REL9_4_STABLE [696c68c2b] 2018-12-17 12:44:09 +0900
831831
832832 <listitem>
833833<!--
834- Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
835- Branch: REL_10_STABLE [a6ca47cd2] 2018-12-27 16:00:39 -0300
836- Branch: REL9_6_STABLE [7fc2363a6] 2018-12-27 16:00:39 -0300
837- Branch: REL9_5_STABLE [a85045ccc] 2018-12-27 16:00:39 -0300
838- Branch: REL9_4_STABLE [5199abaca] 2018-12-27 16:01:36 -0300
839- Branch: REL_10_STABLE [3c4ca2109] 2018-12-27 16:17:40 -0300
840- Branch: REL9_6_STABLE [aa2e84d2c] 2018-12-27 16:17:40 -0300
841- Branch: REL9_5_STABLE [b7258a30a] 2018-12-27 16:17:40 -0300
842- Branch: REL9_4_STABLE [2602838fa] 2018-12-27 16:17:40 -0300
843- -->
844- <para>
845- Make autovacuum more aggressive about removing leftover temporary
846- tables, and also remove leftover temporary tables
847- during <command>DISCARD TEMP</command> (Álvaro Herrera)
848- </para>
849-
850- <para>
851- This helps ensure that remnants from a crashed session are cleaned
852- up more promptly.
853- </para>
854- </listitem>
855-
856- <listitem>
857- <!--
858834Author: Alexander Korotkov <akorotkov@postgresql.org>
859835Branch: master [c952eae52] 2018-12-21 02:37:37 +0300
860836Branch: REL_11_STABLE [8193d6407] 2018-12-21 02:37:31 +0300
@@ -1295,25 +1271,6 @@ Branch: REL_10_STABLE [cd1873160] 2019-01-13 10:25:23 +0100
12951271
12961272 <listitem>
12971273<!--
1298- Author: Tom Lane <tgl@sss.pgh.pa.us>
1299- Branch: REL9_5_STABLE [100535bba] 2018-11-19 14:24:51 -0500
1300- Branch: REL9_4_STABLE [7c86b9431] 2018-11-19 14:24:52 -0500
1301- -->
1302- <para>
1303- Adjust <application>configure</application>'s selection of
1304- threading-related compiler flags and libraries to match what
1305- later <productname>PostgreSQL</productname> releases do (Tom Lane)
1306- </para>
1307-
1308- <para>
1309- The coding previously used in the 9.4 and 9.5 branches fails
1310- outright on some newer platforms, so sync it with what 9.6 and later
1311- have been doing.
1312- </para>
1313- </listitem>
1314-
1315- <listitem>
1316- <!--
13171274Author: Andres Freund <andres@anarazel.de>
13181275Branch: master [5c1186751] 2019-01-28 13:51:12 -0800
13191276Branch: REL_11_STABLE [453be7d4d] 2019-01-28 13:53:43 -0800
@@ -1414,26 +1371,6 @@ Branch: REL9_6_STABLE [6257f525a] 2019-02-09 11:41:09 -0500
14141371
14151372 <listitem>
14161373<!--
1417- NOTE this is already in 11.1 notes, but not 10.x !!!!
1418- Author: Tom Lane <tgl@sss.pgh.pa.us>
1419- Branch: master [003c68a3b] 2018-11-06 13:25:24 -0500
1420- Branch: REL_11_STABLE [1f28ec6be] 2018-11-06 13:25:24 -0500
1421- Branch: REL_10_STABLE [b2e754c14] 2018-11-06 13:25:24 -0500
1422- NOTE this is already in 11.1 notes, but not 10.x !!!!
1423- -->
1424- <para>
1425- Rename red-black tree support functions to use <literal>rbt</literal>
1426- prefix not <literal>rb</literal> prefix (Tom Lane)
1427- </para>
1428-
1429- <para>
1430- This avoids name collisions with Ruby functions, which broke
1431- PL/Ruby. It's hoped that there are no other affected extensions.
1432- </para>
1433- </listitem>
1434-
1435- <listitem>
1436- <!--
14371374Author: Tom Lane <tgl@sss.pgh.pa.us>
14381375Branch: master [d63dc0aa0] 2019-02-05 10:58:53 -0500
14391376Branch: REL_11_STABLE [46b454096] 2019-02-05 10:59:06 -0500