Enables log_statement=all selectively for chosen PostgreSQL backend processes or newly started backends matching connection filters.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | pg_log_statements |
|---|---|
| Version | 0.0.2 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pg_log_statements |
| Stars | 12 |
| Latest commit | 2024-02-17 |
| Latest release | 2022-11-06 |
| Catalogue updated | 2026-08-30 |
| pgmemento | Transaction-based audit trail with schema versioning |
| table_log | record table modification logs and PITR for table/row |
| pglog | PostgreSQL log via SQL |
| loginfo | Functions and views for PostgreSQL to query the postgres log |
| pg_logging | Captures PostgreSQL log records in a shared-memory ring buffer and exposes them through SQL functions. |
| pg_logfebe | log via febe framing protocol to a unix socket |
| logfmt | logfmt log collector |
| table_log_pl | PL/pgSQL drop-in replacement for the table_log trigger-based DML auditing extension. |