Detect Useless UPDATE
pgext.cloud · Source code · License text · Control file · PGXN
| Package | pg_upless |
|---|---|
| Version | 0.0.3 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | Yes |
| Relocatable | No |
| Stars | 2 |
| Latest commit | 2024-12-16 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pg_qualstats | An extension collecting statistics about quals |
| online_advisor | Suggest missing indexes and extended statistics online |
| hypopg | Hypothetical indexes for PostgreSQL |
| pg_relusage | Log all the queries that reference a particular column |
| index_advisor | Query index advisor |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| pg_hint_plan | Give PostgreSQL ability to manually force some decisions in execution plans. |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_track_optimizer | Track planning decisions in comparison with execution reality |
| plan_filter | filter statements by their execution plans. |