EXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree.
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | explanation |
|---|---|
| Version | 0.3.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 13 |
| Latest commit | 2020-10-18 |
| Latest release | 2011-04-30 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| dsef | DiffStats and ExplainFull: detailed SQL reports for third party help & support |
| generic_plan | Generate a generic plan for a parameterized SQL statement. |
| pg_substrait | Execute Substrait protobuf or JSON query plans through PostgreSQL functions |
| micromanage | example extension to inject plans |
| pg_store_plans | track plan statistics of all SQL statements executed |
| jx_io | Extension to export and import json and xml from/to postgres |
| pg_overexplain | Allow EXPLAIN to dump even more details |
| fhirbase | Incomplete PostgreSQL extension scaffold for a FHIR database. |
| xnode | Implementation of XML using DOM. |