| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
pg_qualstat-1.0.6
pg_stat_kcache-2.1.1
powa-archvist-3.2.0
Release notes: https://github.com/powa-team/powa-archivist/blob/REL_3_2_0/CHANGELOG.md
https://github.com/powa-team/pg_qualstats/blob/1.0.6/CHANGELOG
https://github.com/powa-team/pg_stat_kcache/blob/REL2_1_1/CHANGELOG.md
Notes:
svn path=/head/; revision=484367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=423248
|
|
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
Notes:
svn path=/head/; revision=416058
|