select open change scope Open full search

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

Extensions / Time series

sql_saga_native

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

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

Overview

Packagesql_saga
Version0.1.0
PostgreSQL versions18
RepositoryUnspecified
Extension typeNo DDL
Requires CREATE EXTENSIONNo
Requires preloadNo
TrustedNo
RelocatableNo
Schemasql_saga
Stars0
Latest commit2026-02-23
Catalogue updated2026-08-30

Related extensions

Requires

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

See also

time_for_keysC and PL/pgSQL helpers that enforce temporal foreign keys between valid-time tables with constraint triggers.
temporalC extension providing a PERIOD type over timestamp-with-time-zone values, temporal relation operators and functions, plus GiST indexing support.
pg_table_rangePlanning-time partition pruning by per-partition data ranges, including non-key columns.
planinstrPlanner hook for measuring PostgreSQL planning time, intended mainly for debugging.
pg_stash_adviceStore plan advice by query ID and automatically apply it during PostgreSQL query planning
range_aggrange_agg: merge adjacent or overlapping PostgreSQL range values
pgsftiPostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations.
mv_rewriteQuery rewriting extension that transparently rewrites queries to use lower-cost materialized views.

Same project

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