Cyan Audit core extension
pgext.cloud · Source code · Documentation · PGXN
| Package | CyanAudit |
|---|---|
| Version | 2.2.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Catalogue updated | 2026-07-30 |
| pgmemento | Transaction-based audit trail with schema versioning |
| 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. |
| 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 |
| pgaudit | provides auditing functionality |
| pg_sampletolog | Samples statements or whole transactions into PostgreSQL logs through executor and utility hooks. |
| pg_audit | An extension for creating audit tables |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pg-audit-json | Trigger-based PostgreSQL table auditing with JSONB row snapshots and recursive change diffs. |