Experimental load-only planner hook that searches PostgreSQL join orders with simulated annealing as an alternative to GEQO
pgext.cloud · Source code · Website · Documentation · Control file · PGXN
| Package | saio |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | No DDL |
| Project status | Preview |
| Requires CREATE EXTENSION | No |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | saio |
| Stars | 10 |
| Latest commit | 2011-11-04 |
| Latest release | 2011-05-20 |
| Catalogue updated | 2026-08-30 |
| geqo_extension | Load-only extraction of PostgreSQL's Genetic Query Optimizer with a planner hook and configurable GEQO behavior. |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |
| sr_plan | Planner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates. |
| pathprobe | PostgreSQL planner path probing extension for planner-aware SQL agents |
| optpaths | Planner hook extension for adding paths and removing self joins |
| google_plan_management | Preview AlloyDB extension for tracking, approving, denying, and consistently selecting query plans. |
| planinstr | Planner hook for measuring PostgreSQL planning time, intended mainly for debugging. |
| pg_bofh | Rejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries. |