From 9893d5124b1a0a2d84fb8038bde3bf11491abf7a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Jul 2021 18:59:19 -0400 Subject: [PATCH] doc: minor PG 14 relnote changes Backpatch-through: 14 only --- doc/src/sgml/release-14.sgml | 88 ++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 491d4c4447a..cfee1d48efd 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -1421,7 +1421,7 @@ Author: Michael Paquier --> - Add view pg_stat_progress_copy to report COPY progress (Josef Šimánek, Matthias van de Meent) @@ -1431,6 +1431,49 @@ Author: Michael Paquier + + + Add system view pg_stat_wal + which reports WAL activity (Masahiro Ikeda) + + + + + + + + Add system view pg_stat_replication_slots + to report replication slot activity (Sawada Masahiko, Amit Kapila, + Vignesh C) + + + + The function pg_stat_reset_replication_slot() + resets slot statistics. + + + + + - - - Add system view pg_stat_wal - which reports WAL activity (Masahiro Ikeda) - - - - - - - - Add system view pg_stat_replication_slots - to report replication slot activity (Sawada Masahiko, Amit Kapila, - Vignesh C) - - - - The function pg_stat_reset_replication_slot() - resets slot statistics. - - - - - -- 2.39.5