<listitem>
<!--
-Author: Fujii Masao <fujii@postgresql.org>
-2020-08-19 [3e98c0baf] Add pg_backend_memory_contexts system view.
-Author: Fujii Masao <fujii@postgresql.org>
-2020-08-26 [29dd6d8bc] Prevent non-superusers from reading pg_backend_memory_co
--->
-
- <para>
- Add system view <link
- linkend="view-pg-backend-memory-contexts"><structname>pg_backend_memory_contexts</structname></link>
- to report session memory usage (Atsushi Torikoshi, Fujii Masao)
- </para>
- </listitem>
-
- <listitem>
-<!--
-Author: Fujii Masao <fujii@postgresql.org>
-2021-04-06 [43620e328] Add function to log the memory contexts of specified bac
--->
-
- <para>
- Add function <link
- linkend="functions-admin-signal"><function>pg_log_backend_memory_contexts()</function></link>
- to output the memory contexts of arbitrary backends (Atsushi
- Torikoshi)
- </para>
- </listitem>
-
- <listitem>
-<!--
Author: Stephen Frost <sfrost@snowman.net>
2021-03-16 [94d13d474] Improve logging of auto-vacuum and auto-analyze
-->
<listitem>
<!--
+Author: Fujii Masao <fujii@postgresql.org>
+2020-08-19 [3e98c0baf] Add pg_backend_memory_contexts system view.
+Author: Fujii Masao <fujii@postgresql.org>
+2020-08-26 [29dd6d8bc] Prevent non-superusers from reading pg_backend_memory_co
+-->
+
+ <para>
+ Add system view <link
+ linkend="view-pg-backend-memory-contexts"><structname>pg_backend_memory_contexts</structname></link>
+ to report session memory usage (Atsushi Torikoshi, Fujii Masao)
+ </para>
+ </listitem>
+
+ <listitem>
+<!--
+Author: Fujii Masao <fujii@postgresql.org>
+2021-04-06 [43620e328] Add function to log the memory contexts of specified bac
+-->
+
+ <para>
+ Add function <link
+ linkend="functions-admin-signal"><function>pg_log_backend_memory_contexts()</function></link>
+ to output the memory contexts of arbitrary backends (Atsushi
+ Torikoshi)
+ </para>
+ </listitem>
+
+ <listitem>
+<!--
Author: Magnus Hagander <magnus@hagander.net>
2021-01-17 [960869da0] Add pg_stat_database counters for sessions and session t
-->