select open change scope Open full search

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

Extensions / Monitoring

query_recorder

query_recorder: record executed SQL queries to rotating files for later analysis or replay

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

Overview

Packagequery_recorder
Version1.0.1
RepositoryUnspecified
Extension typePreloaded
Project statusPreview
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariesquery_recorder
Stars9
Latest commit2012-10-05
Latest release2012-10-05
Catalogue updated2026-08-30

Related extensions

See also

pg_querylogCaptures current and recently completed backend queries in shared memory for SQL inspection.
pg_log_userqueriesModule to log user queries
loginfoFunctions and views for PostgreSQL to query the postgres log
tablelogTrigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL.
pg_turretCapture PostgreSQL logs and export structured events to HTTP, Kafka, or Sentry
pg_loggingCaptures PostgreSQL log records in a shared-memory ring buffer and exposes them through SQL functions.
pg_log_statementsEnables log_statement=all selectively for chosen PostgreSQL backend processes or newly started backends matching connection filters.
log_functionsModule to log functions