A native PostgreSQL extension for automatic table auditing. It mirrors table columns into audit tables and automatically keeps them in sync when the source table structure changes.
pgext.cloud · Source code · Documentation · Control file
| Package | pgaudix |
|---|---|
| Version | 0.2.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pgaudix |
| Stars | 0 |
| Latest commit | 2026-06-21 |
| Latest release | 2026-06-21 |
| Catalogue updated | 2026-08-30 |
| pgaudit | provides auditing functionality |
| pg_auditor | Audit data changes and provide flashback ability |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pgmemento | Transaction-based audit trail with schema versioning |
| verisql | Audit-grade verification gateway for AI-generated SQL — catches silently wrong queries before they hit your dashboard, keeps tamper-evident audit trails, verifies migration equivalence. Zero LLM tokens for 90% of checks. |
| pg_credereum | Cryptographically verifiable database auditing backed by blockchain-style transaction blocks. |
| pgauditlogtofile | pgAudit addon to redirect audit log to an independent file |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |