Captures PostgreSQL log records in a shared-memory ring buffer and exposes them through SQL functions.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_logging |
|---|---|
| Version | 0.2 |
| PostgreSQL versions | 10 · 11 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_logging |
| Stars | 15 |
| Latest commit | 2018-12-27 |
| Catalogue updated | 2026-08-30 |
| pgmemento | Transaction-based audit trail with schema versioning |
| logging | Administrative C function to enable or disable logging mode on relations. |
| table_log | record table modification logs and PITR for table/row |
| 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_logfebe | log via febe framing protocol to a unix socket |
| pg_log_statements | Enables log_statement=all selectively for chosen PostgreSQL backend processes or newly started backends matching connection filters. |
| logfmt | logfmt log collector |