select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

pgx_trace_hooks

Trace PostgreSQL executor and utility-hook invocations through a preloaded pgrx library

pgext.cloud · Source code · License text · Control file

Overview

Packagepgextmgrext
Version0.0.0
PostgreSQL versions15
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespgx_trace_hooks
Stars15
Latest commit2023-05-31
Catalogue updated2026-08-30

Related extensions

See also

supamonitorPreloaded pgrx query hook that logs query text, query ID, planning time, and execution time as JSON.
pg_otel_tracerRust based Postgres extension that adds query lifecycle events to OTEL traces.
pg_sampletologSamples statements or whole transactions into PostgreSQL logs through executor and utility hooks.

Same project

pgextmgrpgrx extension manager and hook framework for registering, ordering, enabling, and disabling PostgreSQL extension plugins.
pgx_show_hooksLists the in-process addresses of PostgreSQL hook functions and PL/pgSQL hook callbacks.