PostgreSQL table versioning extension
pgext.cloud · Source code · License text · Control file · PGXN
| Package | table_version |
|---|---|
| Version | 1.11.1 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | Multiple repositories |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | table_version |
| Stars | 68 |
| Latest commit | 2024-11-08 |
| Latest release | 2024-11-08 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| data_historization | PLPGSQL Script to historize data in partitionned table |
| pgmemento | Transaction-based audit trail with schema versioning |
| table_log | record table modification logs and PITR for table/row |
| ddl_historization | Historize the ddl changes inside PostgreSQL database |
| 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. |
| pgaudit | provides auditing functionality |
| pg_drop_events | logs transaction ids of drop table, drop column, drop materialized view statements |
| pgauditlogtofile | pgAudit addon to redirect audit log to an independent file |