Transaction-based audit trail with schema versioning
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | pgmemento |
|---|---|
| Version | 0.7.4 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pgmemento |
| Stars | 411 |
| Latest commit | 2026-04-27 |
| Latest release | 2022-10-31 |
| Catalogue updated | 2026-08-30 |
| table_log | record table modification logs and PITR for table/row |
| pgaudit | provides auditing functionality |
| table_version | PostgreSQL table versioning extension |
| data_historization | PLPGSQL Script to historize data in partitionned table |
| ddl_historization | Historize the ddl changes inside PostgreSQL database |
| pg_drop_events | logs transaction ids of drop table, drop column, drop materialized view statements |
| periods | Provide Standard SQL functionality for PERIODs and SYSTEM VERSIONING |
| temporal_tables | temporal tables |
| emaj | Enables fine-grained write logging and time travel on subsets of the database. |
| pgelog | Extended logging via pseudo-autonomous transactions |