Logs pg_stat_statements query IDs alongside auto_explain output.
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | pg_logqueryid |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pg_stat_statements, auto_explain, pg_logqueryid |
| Stars | 6 |
| Latest commit | 2025-09-27 |
| Latest release | 2022-11-12 |
| Catalogue updated | 2026-08-30 |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_overexplain | Allow EXPLAIN to dump even more details |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| explanation | EXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree. |
| pg_repeater | Replicates utility statements and serialized query plans to a remote PostgreSQL node over postgres_fdw. |
| pg_query_state | Tool for query progress monitoring in PostgreSQL |
| pg_block_if_slow | Abort queries that are taking too long based on EXPLAIN estimates. |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| dsef | DiffStats and ExplainFull: detailed SQL reports for third party help & support |