Skip to content

Releases: rapidloop/pgmetrics

Release 1.4.2

13 Sep 04:54

Choose a tag to compare

Changelog

3352310 Support SCRAM-SHA-256 authentication

Release 1.4.1

03 Sep 06:03

Choose a tag to compare

Changelog

61cb150 Bug fix: do not fail for lack of permission for pg_publication/pg_subscription
d987bc9 Bug fix: pg_stat_progress_vacuum column values may be null

Built with go v1.11

Release 1.4.0

07 Aug 07:07

Choose a tag to compare

Changelog

61f05fc More table and index attributes, and also publications and subscriptions.
25a1800 Use pgmetrics as a Go library, thanks to Siddharth Karandikar

Release 1.3.0

23 May 06:23

Choose a tag to compare

Changelog

fdf7905 Support pg11: no more secondary checkpoint
428b7c1 Support AWS Aurora
24f261e Don't fail on null query IDs in pg_stat_statements

Release 1.2.0

09 Apr 06:13

Choose a tag to compare

Changelog

ac410c6 Add Travis CI.
2d39b88 Split waiting backends list into locks and other.
e27ad3f Display size and bloat for indexes also.
264a398 Collect and report slow queries from pg_stat_statements.
4e9bfa0 Add option to limit length of SQL queries collected
af79e0e Collect and report notification queue usage.
51462e3 add omit option to omit collection of specified items
13393c2 Show system information earlier on in the output
b38c9ec Options to include and exclude schema and tables with regexps
f7d944f Ignore environment variables we cant/wont handle.
0fc7f0b Merge pull request #3 from girgen/simply-build-on-freebsd
affd0d9 Allow building on FreeBSD
fe2e70a Fix value of maintenance_work_mem setting reported in Vacuum Progress section. Closes #2.

Release 1.1.0

04 Mar 06:20

Choose a tag to compare

Changelog

957d6f1 Handle the case when pg_roles.rolvaliduntil is Infinity
0591a02 Support for temporary replication slots in v10+
2d5ff14 Use .pgpass when entered password is empty

Built with go version go1.10

Release 1.0.0

26 Feb 08:56

Choose a tag to compare

Initial public release.