doc: PG 14 relnote, move system view items to the proper sect.

Backpatch-through: 14 only
This commit is contained in:
Bruce Momjian 2021-07-08 13:08:09 -04:00
parent 049d3617a3
commit 6f566f0e9b
1 changed files with 29 additions and 29 deletions

View File

@ -1374,35 +1374,6 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
<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
-->
@ -1459,6 +1430,35 @@ Author: Michael Paquier <michael@paquier.xyz>
<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
-->