Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ilmar Yunusov <tanswis42@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2026-05-11T03:50:05Z
Lists: pgsql-hackers
On Sat, May 09, 2026 at 04:22:30AM +0500, Ilmar Yunusov wrote: > This RFC prototype adds `EXPLAIN (ANALYZE, WAITS)`, which reports > completed wait intervals observed through `pgstat_report_wait_start/end()`. > The option is named `WAITS` in this RFC to match the short style of > `BUFFERS`, `WAL`, `IO`, and `MEMORY`. I am not attached to the exact name; > `WAIT_EVENTS` may be clearer but is more verbose. Rather than sending one email for each patch sent, the usual practice on the Postgres community lists to send a series of patches in a single email. -- Michael