Validate planner Path trees for freed or corrupt memory
pgext.cloud · Source code · License text · PGXN
| Package | pg_pathcheck |
|---|---|
| Version | 0.9.1 |
| PostgreSQL versions | 17 · 18 |
| Repository | PIGSTY |
| Extension type | No DDL |
| Requires CREATE EXTENSION | No |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pg_pathcheck |
| Stars | 13 |
| Latest commit | 2026-08-08 |
| Latest release | 2026-04-29 |
| Catalogue updated | 2026-08-30 |
| pg_show_plans | show query plans of all currently running SQL statements |
| pg_overexplain | Allow EXPLAIN to dump even more details |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| explain_ui | easily jump into a visual plan UI for any SQL query |
| pg_hint_plan | Give PostgreSQL ability to manually force some decisions in execution plans. |
| plan_filter | filter statements by their execution plans. |