select open change scope Open full search

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

Extensions / Monitoring

pathprobe

PostgreSQL planner path probing extension for planner-aware SQL agents

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepathprobe
Version1.1
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2026-07-07
Catalogue updated2026-08-30

Related extensions

See also

planinstrPlanner hook for measuring PostgreSQL planning time, intended mainly for debugging.
optpathsPlanner hook extension for adding paths and removing self joins
pg_bofhRejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries.
saioExperimental load-only planner hook that searches PostgreSQL join orders with simulated annealing as an alternative to GEQO
mv_rewriteQuery rewriting extension that transparently rewrites queries to use lower-cost materialized views.
pargresPrototype parallel query execution module for shared-nothing PostgreSQL clusters
pg_stash_adviceStore plan advice by query ID and automatically apply it during PostgreSQL query planning
pg_table_rangePlanning-time partition pruning by per-partition data ranges, including non-key columns.