v0.7
Feature release
- Huge update: Implement pandas resampling for unlimited data analysis — downsample thousands, potentially millions of snapshots (default: to 100 plot points, mean value)
- Add I/O stats from
pg_stat_io
(new in PostgreSQL 16) - Update for upcoming PostgreSQL 17 release (
pg_stat_bgwriter
is broken up!) - Switch
conf
table JSONB from"setting": "blah", "value": "1"
to"blah": "1"
to use approximately half the data on disk
Maintenance
- Switch to using psycopg version 3
- Move
block_size
todb
table where it belongs - Bump argh