Collects exact table row counts and modification timing through SQL objects and a companion libpq process.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | dbstat |
|---|---|
| Version | 0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | dbstat |
| Stars | 1 |
| Latest commit | 2018-01-16 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgmonitor | Collector-friendly metric views and background refresh worker |
| query_histogram | Collects shared-memory histograms of statement and transaction runtimes through executor and utility hooks. |
| pgsampler | Experimental PostgreSQL background worker that collects time-series status and performance metrics. |
| pg_sessions | Tracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory. |
| pg_statviz | Capture PostgreSQL statistics snapshots for time-series analysis and visualization |
| pg_grab_statement | Record detailed SQL statements from successfully committed transactions. |
| memstat | Memory context statistics for local and instance backends |
| pg_mon | PostgreSQL extension for query monitoring with execution-time histograms and plan information in a shared view |