diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 66fd016257..953271862c 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -127,15 +127,18 @@ Author: Alvaro Herrera --> - Prevent display of auxiliary processes in and + Prevent display of auxiliary processes in + pg_stat_ssl + and + pg_stat_gssapi system views (Euler Taveira) - Queries that join these views to and wish to see auxiliary processes - will need to use left joins. + Queries that join these views to + + pg_stat_activity and wish to + see auxiliary processes will need to use left joins. @@ -951,8 +954,10 @@ Author: Michael Paquier --> - Add leader_pid to to report parallel worker ownership + Add leader_pid to + + pg_stat_activity + to report parallel worker ownership (Julien Rouhaud) @@ -992,7 +997,7 @@ Author: Amit Kapila Add columns to the pg_stat_replication + linkend="monitoring-pg-stat-replication-view">pg_stat_replication system view to report how much logical decoding information has been spilled to disk (Tomas Vondra) @@ -1019,7 +1024,7 @@ Author: Tomas Vondra Create pg_stat_slru + linkend="monitoring-pg-stat-slru-view">pg_stat_slru system view to monitor internal SLRU caches (Tomas Vondra)