select open change scope Open full search

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

Extensions / Time series

timetravel

TencentDB for PostgreSQL provider extension named timetravel, available as version 1.0 on PostgreSQL 10 and 11.

pgext.cloud · Website · Documentation

Overview

Packagetimetravel
Version1.0
PostgreSQL versions10 · 11
RepositoryUnspecified
Extension typeStandard
Project statusActive
Distributiontencentdb-postgresql
VendorTencent Cloud
Requires CREATE EXTENSIONYes
Catalogue updated2026-07-30

Related extensions

See also

pg_timelordProof-of-concept time-travel queries using commit timestamps and a custom MVCC snapshot.
emajEnables fine-grained write logging and time travel on subsets of the database.
temporal_tablestemporal tables
temporalC extension providing a PERIOD type over timestamp-with-time-zone values, temporal relation operators and functions, plus GiST indexing support.
time_for_keysC and PL/pgSQL helpers that enforce temporal foreign keys between valid-time tables with constraint triggers.
bitemp_retrievalRetrieval, coalescing, and join helpers for bitemporal tables created by pg_bitemporal.
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.
sql_sagaC and PL/pgSQL extension for valid-time temporal tables, temporal foreign keys, history-preserving views, and bulk temporal merge operations.