@@ -762,6 +762,33 @@ mode; tracking must be enabled with the server variable track_cost_delay_timing.
762
762
</para>
763
763
</listitem>
764
764
765
+ <!--
766
+ Author: Masahiko Sawada <msawada@postgresql.org>
767
+ 2024-08-13 [4c1b4cdb8] Add resource statistics reporting to ANALYZE VERBOSE.
768
+ Author: Masahiko Sawada <msawada@postgresql.org>
769
+ 2024-09-09 [bb7775234] Add WAL usage reporting to ANALYZE VERBOSE output.
770
+ -->
771
+
772
+ <listitem>
773
+ <para>
774
+ Add WAL, CPU, and average read statistics output to ANALYZE VERBOSE (Anthonin Bonnefoy)
775
+ <ulink url="&commit_baseurl;4c1b4cdb8">§</ulink>
776
+ <ulink url="&commit_baseurl;bb7775234">§</ulink>
777
+ </para>
778
+ </listitem>
779
+
780
+ <!--
781
+ Author: Michael Paquier <michael@paquier.xyz>
782
+ 2025-02-17 [6a8a7ce47] Add information about WAL buffers full to VACUUM/ANALYZE
783
+ -->
784
+
785
+ <listitem>
786
+ <para>
787
+ Add full WAL buffer count to VACUUM/ANALYZE (VERBOSE) and autovacuum log output (Bertrand Drouvot)
788
+ <ulink url="&commit_baseurl;6a8a7ce47">§</ulink>
789
+ </para>
790
+ </listitem>
791
+
765
792
<!--
766
793
Author: Michael Paquier <michael@paquier.xyz>
767
794
2024-12-19 [9aea73fc6] Add backend-level statistics to pgstats
@@ -1740,33 +1767,15 @@ Automatically include BUFFERS output in EXPLAIN ANALYZE (Guillaume Lelarge, Davi
1740
1767
</para>
1741
1768
</listitem>
1742
1769
1743
- <!--
1744
- Author: Masahiko Sawada <msawada@postgresql.org>
1745
- 2024-08-13 [4c1b4cdb8] Add resource statistics reporting to ANALYZE VERBOSE.
1746
- Author: Masahiko Sawada <msawada@postgresql.org>
1747
- 2024-09-09 [bb7775234] Add WAL usage reporting to ANALYZE VERBOSE output.
1748
- -->
1749
-
1750
- <listitem>
1751
- <para>
1752
- Add WAL, CPU, and average read statistics output to EXPLAIN ANALYZE VERBOSE (Anthonin Bonnefoy)
1753
- <ulink url="&commit_baseurl;4c1b4cdb8">§</ulink>
1754
- <ulink url="&commit_baseurl;bb7775234">§</ulink>
1755
- </para>
1756
- </listitem>
1757
-
1758
1770
<!--
1759
1771
Author: Michael Paquier <michael@paquier.xyz>
1760
1772
2025-02-17 [320545bfc] Add information about WAL buffers being full to EXPLAIN
1761
- Author: Michael Paquier <michael@paquier.xyz>
1762
- 2025-02-17 [6a8a7ce47] Add information about WAL buffers full to VACUUM/ANALYZE
1763
1773
-->
1764
1774
1765
1775
<listitem>
1766
1776
<para>
1767
- Add full WAL buffer count to EXPLAIN (WAL), VACUUM/ANALYZE (VERBOSE), and autovacuum log output (Bertrand Drouvot)
1777
+ Add full WAL buffer count to EXPLAIN (WAL) output (Bertrand Drouvot)
1768
1778
<ulink url="&commit_baseurl;320545bfc">§</ulink>
1769
- <ulink url="&commit_baseurl;6a8a7ce47">§</ulink>
1770
1779
</para>
1771
1780
</listitem>
1772
1781