Extensions / Procedural languages
server-side support for debugging PL/pgSQL functions
pgext.cloud · Source code · Control file
| Package | pldebugger |
|---|---|
| Version | 1.10 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PGDG |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | $libdir/plugin_debugger |
| Stars | 94 |
| Latest commit | 2026-08-25 |
| Latest release | 2026-05-11 |
| Catalogue updated | 2026-08-30 |
| plpgsql_check | Additional validation, profiling, and diagnostics for PL/pgSQL functions |
| plprofiler | server-side support for profiling PL/pgSQL functions |
| pglinter | PostgreSQL Linting and Analysis Extension |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| auto_explain | Provides a means for logging execution plans of slow statements automatically |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_show_plans | show query plans of all currently running SQL statements |
| pg_store_plans | track plan statistics of all SQL statements executed |
| hypopg | Hypothetical indexes for PostgreSQL |
| index_advisor | Query index advisor |