select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

geqo_extension

Load-only extraction of PostgreSQL's Genetic Query Optimizer with a planner hook and configurable GEQO behavior.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagegeqo
Version0.0.1
RepositoryUnspecified
Extension typeNo DDL
Requires CREATE EXTENSIONNo
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariesgeqo_extension
Stars3
Latest commit2015-08-09
Catalogue updated2026-08-30

Related extensions

See also

saioExperimental load-only planner hook that searches PostgreSQL join orders with simulated annealing as an alternative to GEQO
optpathsPlanner hook extension for adding paths and removing self joins
pg_py_plan_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks
sr_planPlanner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates.
pg_orcaORCA query optimizer as a PostgreSQL extension
planinstrPlanner hook for measuring PostgreSQL planning time, intended mainly for debugging.
pg_bofhRejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries.
pathprobePostgreSQL planner path probing extension for planner-aware SQL agents