Skip to content

Releases: vyruss/pg_statviz

v0.7

21 Jul 23:16
Compare
Choose a tag to compare

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 to db table where it belongs
  • Bump argh

v0.6

07 Sep 00:52
Compare
Choose a tag to compare

v0.6

Feature release

  • Transaction count / rate analysis module added
  • Python regression tests added

v0.5

23 Aug 21:13
Compare
Choose a tag to compare

v0.5

Bug fix release

v0.4

19 Aug 13:57
Compare
Choose a tag to compare

v0.4

Bug fix for cache hit ratio calc

v0.3

16 Aug 22:13
Compare
Choose a tag to compare

v0.3

Added lock analysis, updated for Python 3.11, bug fixes.
Code is currently at "beta testing" maturity level.

v0.1

20 Apr 18:05
Compare
Choose a tag to compare

v0.1

Initial release.
Code is currently at "feature-complete alpha" maturity level.