Execute Substrait protobuf or JSON query plans through PostgreSQL functions
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_substrait |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 4 |
| Latest commit | 2025-06-19 |
| Catalogue updated | 2026-08-30 |
| micromanage | example extension to inject plans |
| pgproto | Native Protobuf parsing, mutation, indexing, and JSON conversion support |
| repeater | Demonstration extension for executing serialized raw query plans on a remote PostgreSQL node. |
| pg_no_seqscan | Prevents or reports sequential scans in development and CI by inspecting query plans. |
| pg_repeater | Replicates utility statements and serialized query plans to a remote PostgreSQL node over postgres_fdw. |
| pg_session_trace | Trace session SQL, bind variables, execution plans, and timing metrics |
| pg_query_state | Tool for query progress monitoring in PostgreSQL |
| explanation | EXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree. |
| apg_plan_mgmt | Amazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines. |
| generic_plan | Generate a generic plan for a parameterized SQL statement. |