select open change scope Open full search

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

Extensions / Features

pg_plan_advsr

Automated execution plan tuning extension

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_plan_advsr
Version0.1
PostgreSQL versions12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_hint_plan, pg_plan_advsr, pg_store_plans
Schemaplan_repo
Stars121
Latest commit2024-05-27
Catalogue updated2026-08-30

Related extensions

Requires

pg_hint_planGive PostgreSQL ability to manually force some decisions in execution plans.
pg_store_planstrack plan statistics of all SQL statements executed

See also

apg_plan_mgmtAmazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines.
generic_planGenerate a generic plan for a parameterized SQL statement.
explanationEXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree.
pg_py_plan_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks
pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.
sr_planPlanner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates.
pg_session_traceTrace session SQL, bind variables, execution plans, and timing metrics
pg_no_seqscanPrevents or reports sequential scans in development and CI by inspecting query plans.