An extension for creating audit tables
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_audit |
|---|---|
| Version | 0.1.3 |
| 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 | 10 |
| Latest commit | 2014-02-18 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgmemento | Transaction-based audit trail with schema versioning |
| pgaudit | provides auditing functionality |
| table_log | record table modification logs and PITR for table/row |
| recall | Tracks table changes in per-table _log tables for timestamp-based history queries. |
| flux | Logs table data changes and reconstructs rows as they existed in the past. |
| istoria | Table history management with non-linear undo/redo |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |
| supa_audit | Trigger-based table audit history with stable UUID record identities and JSONB row versions. |
| audit | Audits insert, update, and delete operations on PostgreSQL tables. |