mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
doc PG 18 relnotes: move ANALYZE item,split ANALYZE/EXPLAIN item
Reported-by: Yugo Nagata Author: Yugo Nagata Discussion: https://postgr.es/m/20250528232503.7db770f651c2c821c0e3c1df@sraoss.co.jp
This commit is contained in:
@ -762,6 +762,33 @@ mode; tracking must be enabled with the server variable track_cost_delay_timing.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Masahiko Sawada <msawada@postgresql.org>
|
||||
2024-08-13 [4c1b4cdb8] Add resource statistics reporting to ANALYZE VERBOSE.
|
||||
Author: Masahiko Sawada <msawada@postgresql.org>
|
||||
2024-09-09 [bb7775234] Add WAL usage reporting to ANALYZE VERBOSE output.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add WAL, CPU, and average read statistics output to ANALYZE VERBOSE (Anthonin Bonnefoy)
|
||||
<ulink url="&commit_baseurl;4c1b4cdb8">§</ulink>
|
||||
<ulink url="&commit_baseurl;bb7775234">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2025-02-17 [6a8a7ce47] Add information about WAL buffers full to VACUUM/ANALYZE
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add full WAL buffer count to VACUUM/ANALYZE (VERBOSE) and autovacuum log output (Bertrand Drouvot)
|
||||
<ulink url="&commit_baseurl;6a8a7ce47">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2024-12-19 [9aea73fc6] Add backend-level statistics to pgstats
|
||||
@ -1740,33 +1767,15 @@ Automatically include BUFFERS output in EXPLAIN ANALYZE (Guillaume Lelarge, Davi
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Masahiko Sawada <msawada@postgresql.org>
|
||||
2024-08-13 [4c1b4cdb8] Add resource statistics reporting to ANALYZE VERBOSE.
|
||||
Author: Masahiko Sawada <msawada@postgresql.org>
|
||||
2024-09-09 [bb7775234] Add WAL usage reporting to ANALYZE VERBOSE output.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add WAL, CPU, and average read statistics output to EXPLAIN ANALYZE VERBOSE (Anthonin Bonnefoy)
|
||||
<ulink url="&commit_baseurl;4c1b4cdb8">§</ulink>
|
||||
<ulink url="&commit_baseurl;bb7775234">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2025-02-17 [320545bfc] Add information about WAL buffers being full to EXPLAIN
|
||||
Author: Michael Paquier <michael@paquier.xyz>
|
||||
2025-02-17 [6a8a7ce47] Add information about WAL buffers full to VACUUM/ANALYZE
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add full WAL buffer count to EXPLAIN (WAL), VACUUM/ANALYZE (VERBOSE), and autovacuum log output (Bertrand Drouvot)
|
||||
Add full WAL buffer count to EXPLAIN (WAL) output (Bertrand Drouvot)
|
||||
<ulink url="&commit_baseurl;320545bfc">§</ulink>
|
||||
<ulink url="&commit_baseurl;6a8a7ce47">§</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user