query_recorder: record executed SQL queries to rotating files for later analysis or replay
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | query_recorder |
|---|---|
| Version | 1.0.1 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Preview |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | query_recorder |
| Stars | 9 |
| Latest commit | 2012-10-05 |
| Latest release | 2012-10-05 |
| Catalogue updated | 2026-08-30 |
| pg_querylog | Captures current and recently completed backend queries in shared memory for SQL inspection. |
| pg_log_userqueries | Module to log user queries |
| loginfo | Functions and views for PostgreSQL to query the postgres log |
| tablelog | Trigger-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_turret | Capture PostgreSQL logs and export structured events to HTTP, Kafka, or Sentry |
| pg_logging | Captures PostgreSQL log records in a shared-memory ring buffer and exposes them through SQL functions. |
| pg_log_statements | Enables log_statement=all selectively for chosen PostgreSQL backend processes or newly started backends matching connection filters. |
| log_functions | Module to log functions |