Software 42739 Published by

pg_stat_kcache is an extension for the PostgreSQL database server, providing real reads and writes statistics. It requires the pg_stat_statements extension and requires PostgreSQL 9.4 or more. New features include track entry creation timestamp, bug fixes, and PostgreSQL 17 compatibility.



pg_stat_kcache 2.3.0 is out!

The PoWA team is pleased to announce the release of the version 2.3.0 ofpg_stat_kcache, an extension that gathers statistics about real reads and writes done by the filesystem layer and CPU usage.
Screenshot_from_2024_09_20_07_52_01

Changelog

New features:

  • Track entry creation timestamp (Julien Rouhaud, thanks to Andrei Zubkov for the feature request)

Bugfix:

  • Fix some issues with tracking nesting level (Julien Rouhaud)
  • Fix the pgsk_counters_hook declaration (Julien Rouhaud)

Miscellaneous:

  • Add postgres 17 compatibility (Georgy Shelkovy)

pg_stat_kcache 2.3.0 is out!