Summary
The view pg_wait_events provides description about the wait events.
(Description quoted from the official PostgreSQL documentation.)
Columns
The pg_wait_events system view exposes the following columns (names, types and descriptions are taken verbatim from the PostgreSQL documentation):
typetext
Wait event typenametext
Wait event namedescriptiontext
Wait event description
Version applicability
Present in PostgreSQL 17, 18, 19 (verified against each release’s documentation). This is a long-standing system object that also exists in earlier PostgreSQL releases.
Related & references
Reference: PostgreSQL documentation — pg_wait_events.