Load-only extraction of PostgreSQL's Genetic Query Optimizer with a planner hook and configurable GEQO behavior.
pgext.cloud · Source code · Documentation · Control file
| Package | geqo |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | No DDL |
| Requires CREATE EXTENSION | No |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | geqo_extension |
| Stars | 3 |
| Latest commit | 2015-08-09 |
| Catalogue updated | 2026-08-30 |
| saio | Experimental load-only planner hook that searches PostgreSQL join orders with simulated annealing as an alternative to GEQO |
| optpaths | Planner hook extension for adding paths and removing self joins |
| 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. |
| pg_orca | ORCA query optimizer as a PostgreSQL extension |
| 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. |
| pathprobe | PostgreSQL planner path probing extension for planner-aware SQL agents |