@@ -1374,35 +1374,6 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
13741374
13751375 <listitem>
13761376<!--
1377- Author: Fujii Masao <fujii@postgresql.org>
1378- 2020-08-19 [3e98c0baf] Add pg_backend_memory_contexts system view.
1379- Author: Fujii Masao <fujii@postgresql.org>
1380- 2020-08-26 [29dd6d8bc] Prevent non-superusers from reading pg_backend_memory_co
1381- -->
1382-
1383- <para>
1384- Add system view <link
1385- linkend="view-pg-backend-memory-contexts"><structname>pg_backend_memory_contexts</structname></link>
1386- to report session memory usage (Atsushi Torikoshi, Fujii Masao)
1387- </para>
1388- </listitem>
1389-
1390- <listitem>
1391- <!--
1392- Author: Fujii Masao <fujii@postgresql.org>
1393- 2021-04-06 [43620e328] Add function to log the memory contexts of specified bac
1394- -->
1395-
1396- <para>
1397- Add function <link
1398- linkend="functions-admin-signal"><function>pg_log_backend_memory_contexts()</function></link>
1399- to output the memory contexts of arbitrary backends (Atsushi
1400- Torikoshi)
1401- </para>
1402- </listitem>
1403-
1404- <listitem>
1405- <!--
14061377Author: Stephen Frost <sfrost@snowman.net>
140713782021-03-16 [94d13d474] Improve logging of auto-vacuum and auto-analyze
14081379-->
@@ -1459,6 +1430,35 @@ Author: Michael Paquier <michael@paquier.xyz>
14591430
14601431 <listitem>
14611432<!--
1433+ Author: Fujii Masao <fujii@postgresql.org>
1434+ 2020-08-19 [3e98c0baf] Add pg_backend_memory_contexts system view.
1435+ Author: Fujii Masao <fujii@postgresql.org>
1436+ 2020-08-26 [29dd6d8bc] Prevent non-superusers from reading pg_backend_memory_co
1437+ -->
1438+
1439+ <para>
1440+ Add system view <link
1441+ linkend="view-pg-backend-memory-contexts"><structname>pg_backend_memory_contexts</structname></link>
1442+ to report session memory usage (Atsushi Torikoshi, Fujii Masao)
1443+ </para>
1444+ </listitem>
1445+
1446+ <listitem>
1447+ <!--
1448+ Author: Fujii Masao <fujii@postgresql.org>
1449+ 2021-04-06 [43620e328] Add function to log the memory contexts of specified bac
1450+ -->
1451+
1452+ <para>
1453+ Add function <link
1454+ linkend="functions-admin-signal"><function>pg_log_backend_memory_contexts()</function></link>
1455+ to output the memory contexts of arbitrary backends (Atsushi
1456+ Torikoshi)
1457+ </para>
1458+ </listitem>
1459+
1460+ <listitem>
1461+ <!--
14621462Author: Magnus Hagander <magnus@hagander.net>
146314632021-01-17 [960869da0] Add pg_stat_database counters for sessions and session t
14641464-->