Planner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | sr_plan |
|---|---|
| Version | 1.2 |
| PostgreSQL versions | 10 · 11 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | sr_plan |
| Stars | 64 |
| Latest commit | 2022-08-01 |
| Latest release | 2018-12-18 |
| Catalogue updated | 2026-08-30 |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |
| 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 |
| generic_plan | Generate a generic plan for a parameterized SQL statement. |
| apg_plan_mgmt | Amazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines. |
| pg_session_trace | Trace session SQL, bind variables, execution plans, and timing metrics |
| repeater | Demonstration extension for executing serialized raw query plans on a remote PostgreSQL node. |