Table history management with non-linear undo/redo
pgext.cloud · Source code · Documentation · License text · Control file
| Package | istoria |
|---|---|
| Version | 1.1 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2026-05-26 |
| Latest release | 2016-01-15 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgmemento | Transaction-based audit trail with schema versioning |
| 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. |
| pg_audit | An extension for creating audit tables |
| pgaudit | provides auditing functionality |
| emaj | Enables fine-grained write logging and time travel on subsets of the database. |
| temporal_tables | temporal tables |
| pgtime | Temporal tables extension for PostgreSQL. Automatically tracks Transaction Time (system time) on any table using range types and a high-performance C-based AFTER ROW trigger. |