Commit graph

2 commits

Author SHA1 Message Date
Palle Girgensohn
a6a34c2ed2 Update to 2.0.3
Add PG 9.6 compatibility

Fix issues in shared memory estimation, which could prevent starting postgres
or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the
report)

Add hint of possible reasons pgss.max could not be retrieved, which could
prevent starting postgres

Make portlint happy
2016-10-04 09:55:54 +00:00
Palle Girgensohn
11e3178e4d Add pg_stat_kcache module
Gathers statistics about real reads and writes done by the filesystem layer. It
is provided in the form of an extension for PostgreSQL >= 9.4., and requires
pg_stat_statements extension to be installed. PostgreSQL 9.4 or more is
required as previous version of provided pg_stat_statements didn't expose the
queryid field.

WWW:	https://github.com/dalibo/pg_stat_kcache
2016-05-28 18:26:33 +00:00