Amazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines.
pgext.cloud · Website · Documentation
| Package | apg_plan_mgmt |
|---|---|
| Version | 3.0 |
| PostgreSQL versions | 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Distribution | amazon-aurora-postgresql |
| Vendor | AWS |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Latest release | 2026-06-10 |
| Catalogue updated | 2026-07-30 |
| generic_plan | Generate a generic plan for a parameterized SQL statement. |
| sr_plan | Planner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates. |
| pg_query_state | Tool for query progress monitoring in PostgreSQL |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |
| repeater | Demonstration extension for executing serialized raw query plans on a remote PostgreSQL node. |
| pg_repeater | Replicates utility statements and serialized query plans to a remote PostgreSQL node over postgres_fdw. |
| pg_substrait | Execute Substrait protobuf or JSON query plans through PostgreSQL functions |
| pg_no_seqscan | Prevents or reports sequential scans in development and CI by inspecting query plans. |