DiffStats and ExplainFull: detailed SQL reports for third party help & support
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | dsef |
|---|---|
| Version | 2024.4.9 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 52 |
| Latest commit | 2024-04-09 |
| Latest release | 2024-04-09 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| explanation | EXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree. |
| generic_plan | Generate a generic plan for a parameterized SQL statement. |
| pg_query_state | Tool for query progress monitoring in PostgreSQL |
| pg_logqueryid | Logs pg_stat_statements query IDs alongside auto_explain output. |
| pg_session_trace | Trace session SQL, bind variables, execution plans, and timing metrics |
| pg_overexplain | Allow EXPLAIN to dump even more details |
| pg_plan_advsr | Automated execution plan tuning extension |
| pg_no_seqscan | Prevents or reports sequential scans in development and CI by inspecting query plans. |
| repeater | Demonstration extension for executing serialized raw query plans on a remote PostgreSQL node. |
| pg_substrait | Execute Substrait protobuf or JSON query plans through PostgreSQL functions |