Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Ilmar Yunusov <tanswis42(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting
Date: 2026-05-11 03:50:05
Message-ID: agFR7W2yJ7p5cnxb@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2026-05-11 04:25:27 Re: DOCS - CREATE PUBLICATION ... EXCEPT has no mention on what happens after drop/create tables
Previous Message JoongHyuk Shin 2026-05-11 03:17:36 Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks