Forward PostgreSQL planner and executor data to embedded Python callbacks
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_py_plan_forwarding |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_py_plan_forwarding |
| Stars | 0 |
| Latest commit | 2022-03-31 |
| Catalogue updated | 2026-08-30 |
| sr_plan | Planner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates. |
| micromanage | example extension to inject plans |
| geqo_extension | Load-only extraction of PostgreSQL's Genetic Query Optimizer with a planner hook and configurable GEQO behavior. |
| saio | Experimental load-only planner hook that searches PostgreSQL join orders with simulated annealing as an alternative to GEQO |
| rppd | Trigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service. |
| audit_stream | Postgres extension that emits audit-stream-py-compatible governance events on watched table CRUD via pg notify, plus a Python LISTEN bridge daemon. The database-tier governance producer for the Kinetic Gain Protocol Suite. |
| pgtime | Temporal 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. |
| multicorn | Fetch foreign data in Python in your PostgreSQL server. |