Extensions / Procedural languages
Additional validation, profiling, and diagnostics for PL/pgSQL functions
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | plpgsql_check |
|---|---|
| Version | 2.10.10 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Shared libraries | plpgsql_check |
| Stars | 778 |
| Latest commit | 2026-08-30 |
| Latest release | 2026-08-01 |
| Catalogue updated | 2026-09-19 |
| plpgsql | PL/pgSQL procedural language |
| pldbgapi | server-side support for debugging 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 |