select open change scope Open full search

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

Extensions / Time series

pg_timelord

Proof-of-concept time-travel queries using commit timestamps and a custom MVCC snapshot.

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

Overview

Packagepg_timelord
Version0.0.1
RepositoryUnspecified
Extension typePreloaded
Project statusUnmaintained
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_timelord
Stars1
Latest commit2023-01-14
Catalogue updated2026-08-30

Related extensions

See also

emajEnables fine-grained write logging and time travel on subsets of the database.
timetravelTencentDB for PostgreSQL provider extension named timetravel, available as version 1.0 on PostgreSQL 10 and 11.
temporalC extension providing a PERIOD type over timestamp-with-time-zone values, temporal relation operators and functions, plus GiST indexing support.
temporal_tablestemporal tables
pgsftiPostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations.
pg_debug_scanDebug PostgreSQL table scans with custom MVCC snapshot definitions.
timeqlNative temporal history tracking and point-in-time queries using PostgreSQL range types and GiST indexes.
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.