Detect drift from approved PostgreSQL 19 plan-advice baselines
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | pg_plan_guard |
|---|---|
| Version | 1.1 |
| PostgreSQL versions | 19 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | plan_guard |
| Stars | 1 |
| Latest commit | 2026-09-16 |
| Latest release | 2026-09-12 |
| Catalogue updated | 2026-09-19 |
| pg_plan_advice | Describe and constrain planner choices with plan advice |
| pg_hint_plan | Give PostgreSQL ability to manually force some decisions in execution plans. |
| plan_filter | filter statements by their execution plans. |
| pg_qualstats | An extension collecting statistics about quals |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| pg_show_plans | show query plans of all currently running SQL statements |
| pg_overexplain | Allow EXPLAIN to dump even more details |
| pg_plan_advice | Describe and constrain planner choices with plan advice |
| pg_stash_advice | Store plan advice by query ID and automatically apply it during PostgreSQL query planning |
| pg_living_assertions | Executable SQL checks with verdict dates and assertion history |