Trace PostgreSQL executor and utility-hook invocations through a preloaded pgrx library
pgext.cloud · Source code · License text · Control file
| Package | pgextmgrext |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 15 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pgx_trace_hooks |
| Stars | 15 |
| Latest commit | 2023-05-31 |
| Catalogue updated | 2026-08-30 |
| supamonitor | Preloaded pgrx query hook that logs query text, query ID, planning time, and execution time as JSON. |
| pg_otel_tracer | Rust based Postgres extension that adds query lifecycle events to OTEL traces. |
| pg_sampletolog | Samples statements or whole transactions into PostgreSQL logs through executor and utility hooks. |
| pgextmgr | pgrx extension manager and hook framework for registering, ordering, enabling, and disabling PostgreSQL extension plugins. |
| pgx_show_hooks | Lists the in-process addresses of PostgreSQL hook functions and PL/pgSQL hook callbacks. |