Planner hook for measuring PostgreSQL planning time, intended mainly for debugging.
pgext.cloud · Documentation · PGXN
| Package | planinstr |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Catalogue updated | 2026-07-30 |
| optpaths | Planner hook extension for adding paths and removing self joins |
| pg_bofh | Rejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries. |
| pathprobe | PostgreSQL planner path probing extension for planner-aware SQL agents |
| pg_table_range | Planning-time partition pruning by per-partition data ranges, including non-key columns. |
| pg_stash_advice | Store plan advice by query ID and automatically apply it during PostgreSQL query planning |
| mv_rewrite | Query rewriting extension that transparently rewrites queries to use lower-cost materialized views. |
| pargres | Prototype parallel query execution module for shared-nothing PostgreSQL clusters |
| sql_saga_native | Rust/pgrx companion library that accelerates sql_saga temporal_merge planning and executor introspection. |