select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Time series

istoria

Table history management with non-linear undo/redo

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packageistoria
Version1.1
RepositoryUnspecified
Extension typeSQL only
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars4
Latest commit2026-05-26
Latest release2016-01-15
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pgmementoTransaction-based audit trail with schema versioning
table_logrecord table modification logs and PITR for table/row
recallTracks table changes in per-table _log tables for timestamp-based history queries.
fluxLogs table data changes and reconstructs rows as they existed in the past.
pg_auditAn extension for creating audit tables
pgauditprovides auditing functionality
emajEnables fine-grained write logging and time travel on subsets of the database.
temporal_tablestemporal tables
pgtimeTemporal 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.