Rust/pgrx companion library that accelerates sql_saga temporal_merge planning and executor introspection.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | sql_saga |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 18 |
| Repository | Unspecified |
| Extension type | No DDL |
| Requires CREATE EXTENSION | No |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | sql_saga |
| Stars | 0 |
| Latest commit | 2026-02-23 |
| Catalogue updated | 2026-08-30 |
| sql_saga | C and PL/pgSQL extension for valid-time temporal tables, temporal foreign keys, history-preserving views, and bulk temporal merge operations. |
| time_for_keys | C and PL/pgSQL helpers that enforce temporal foreign keys between valid-time tables with constraint triggers. |
| temporal | C extension providing a PERIOD type over timestamp-with-time-zone values, temporal relation operators and functions, plus GiST indexing support. |
| pg_table_range | Planning-time partition pruning by per-partition data ranges, including non-key columns. |
| planinstr | Planner hook for measuring PostgreSQL planning time, intended mainly for debugging. |
| pg_stash_advice | Store plan advice by query ID and automatically apply it during PostgreSQL query planning |
| range_agg | range_agg: merge adjacent or overlapping PostgreSQL range values |
| pgsfti | PostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations. |
| mv_rewrite | Query rewriting extension that transparently rewrites queries to use lower-cost materialized views. |
| sql_saga | C and PL/pgSQL extension for valid-time temporal tables, temporal foreign keys, history-preserving views, and bulk temporal merge operations. |