select open change scope Open full search

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

Extensions / Administration

pg_pathcheck

Validate planner Path trees for freed or corrupt memory

pgext.cloud · Source code · License text · PGXN

Overview

Packagepg_pathcheck
Version0.9.1
PostgreSQL versions17 · 18
RepositoryPIGSTY
Extension typeNo DDL
Requires CREATE EXTENSIONNo
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespg_pathcheck
Stars13
Latest commit2026-08-08
Latest release2026-04-29
Catalogue updated2026-08-30

Related extensions

See also

pg_show_plansshow query plans of all currently running SQL statements
pg_overexplainAllow EXPLAIN to dump even more details
pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.
auto_explainProvides a means for logging execution plans of slow statements automatically
explain_uieasily jump into a visual plan UI for any SQL query
pg_hint_planGive PostgreSQL ability to manually force some decisions in execution plans.
plan_filterfilter statements by their execution plans.