select open change scope Open full search

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

Extensions / Time series

sql_saga

C and PL/pgSQL extension for valid-time temporal tables, temporal foreign keys, history-preserving views, and bulk temporal merge operations.

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

Overview

Packagesql_saga
Version1.0
PostgreSQL versions18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemasql_saga
Stars0
Latest commit2026-02-23
Catalogue updated2026-08-30

Related extensions

Requires

btree_gistsupport for indexing common datatypes in GiST
plpgsqlPL/pgSQL procedural language

Required by

sql_saga_nativeRust/pgrx companion library that accelerates sql_saga temporal_merge planning and executor introspection.

See also

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

Same project

sql_saga_nativeRust/pgrx companion library that accelerates sql_saga temporal_merge planning and executor introspection.