select open change scope Open full search

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

Extensions / Data types

pg_temporal

PostgreSQL extension adding Temporal ZonedDateTime support.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_temporal
Version1.0.0
PostgreSQL versions12 · 13 · 14 · 15 · 16 · 17
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2025-02-25
Catalogue updated2026-08-30

Related extensions

See also

temporalC extension providing a PERIOD type over timestamp-with-time-zone values, temporal relation operators and functions, plus GiST indexing support.
temporal_tablestemporal tables
emajEnables fine-grained write logging and time travel on subsets of the database.
temporal_rtreeExperimental temporal R-tree access method implemented as a PostgreSQL extension.
sql_sagaC and PL/pgSQL extension for valid-time temporal tables, temporal foreign keys, history-preserving views, and bulk temporal merge operations.
pgsftiPostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations.
time_for_keysC and PL/pgSQL helpers that enforce temporal foreign keys between valid-time tables with constraint triggers.
timeqlNative temporal history tracking and point-in-time queries using PostgreSQL range types and GiST indexes.