select open change scope Open full search

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

Extensions / Monitoring

pg_store_plans

track plan statistics of all SQL statements executed

pgext.cloud · Source code · Website · License text · Control file

Overview

Packagepg_store_plans
Version1.10
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryMultiple repositories
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_store_plans
Stars69
Latest commit2026-03-24
Latest release2026-03-24
Catalogue updated2026-08-30

Related extensions

Required by

pg_plan_advsrAutomated execution plan tuning extension

See also

pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.
pg_profilePostgreSQL load profile repository and report builder
pg_stat_monitorThe pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information.
pg_show_plansshow query plans of all currently running SQL statements
pg_stat_statementstrack planning and execution statistics of all SQL statements executed
auto_explainProvides a means for logging execution plans of slow statements automatically
explain_uieasily jump into a visual plan UI for any SQL query
powaPostgreSQL Workload Analyser-core
pg_overexplainAllow EXPLAIN to dump even more details
pg_wait_samplingsampling based statistics of wait events