Logs table data changes and reconstructs rows as they existed in the past.
pgext.cloud · Source code · Documentation · Control file
| Package | flux |
|---|---|
| Version | 0.3 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | _flux |
| Stars | 2 |
| Latest commit | 2018-03-27 |
| Catalogue updated | 2026-08-30 |
| hstore | data type for storing sets of (key, value) pairs |
| pgmemento | Transaction-based audit trail with schema versioning |
| recall | Tracks table changes in per-table _log tables for timestamp-based history queries. |
| table_log | record table modification logs and PITR for table/row |
| hstore | data type for storing sets of (key, value) pairs |
| pg_audit | An extension for creating audit tables |
| istoria | Table history management with non-linear undo/redo |
| pgaudit | provides auditing functionality |
| 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. |
| pg_dbo_timestamp | PostgreSQL extension for storing time and author of database structure modification. |