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.
pgext.cloud · Source code · Documentation · Control file
| Package | tablelog |
|---|---|
| Version | 0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2019-02-12 |
| Catalogue updated | 2026-08-30 |
| pgmemento | Transaction-based audit trail with schema versioning |
| table_log_pl | PL/pgSQL drop-in replacement for the table_log trigger-based DML auditing extension. |
| table_log | record table modification logs and PITR for table/row |
| cyanaudit | Cyan Audit core extension |
| tcn_json | C trigger function that sends primary-key change notifications through LISTEN/NOTIFY. |
| rppd | Trigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service. |
| audit | Audits insert, update, and delete operations on PostgreSQL tables. |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |
| log_entries | Row trigger that records who changed a row and when |
| pgaudit | provides auditing functionality |