select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

dsef

DiffStats and ExplainFull: detailed SQL reports for third party help & support

pgext.cloud · Source code · Documentation · Control file · PGXN

Overview

Packagedsef
Version2024.4.9
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars52
Latest commit2024-04-09
Latest release2024-04-09
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

explanationEXPLAIN plan parser that returns plan nodes as relational rows organized as a proximity tree.
generic_planGenerate a generic plan for a parameterized SQL statement.
pg_query_stateTool for query progress monitoring in PostgreSQL
pg_logqueryidLogs pg_stat_statements query IDs alongside auto_explain output.
pg_session_traceTrace session SQL, bind variables, execution plans, and timing metrics
pg_overexplainAllow EXPLAIN to dump even more details
pg_plan_advsrAutomated execution plan tuning extension
pg_no_seqscanPrevents or reports sequential scans in development and CI by inspecting query plans.
repeaterDemonstration extension for executing serialized raw query plans on a remote PostgreSQL node.
pg_substraitExecute Substrait protobuf or JSON query plans through PostgreSQL functions