Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Releases: lesovsky/pgscv

v0.4.20

02 Apr 06:34
Compare
Choose a tag to compare

Changelog

fda7797 Schema collector: fix version check logic.
d673121 WAL archiver collector: 1) calculate archive lag in more simple way using .ready files from archive_status directory; 2) add version check.
c62a861 WAL archiver collector: fix wrong function (pg_ls_waldir can lookup into archive_status directory), raise version check (cannot use pg_ls_dir - it is superuser-only).

v0.4.19-rc4

31 Mar 12:49
Compare
Choose a tag to compare

Changelog

5e7eb6e Choose default user depending on auto-update, use root when enabled, and postgres otherwise.

v0.4.19-rc3

31 Mar 11:34
Compare
Choose a tag to compare

Changelog

69ce414 Add random jitter to update interval.

v0.4.19-rc2

31 Mar 10:52
Compare
Choose a tag to compare

Changelog

e58100d Fix processing auto-update during bootstrap.

v0.4.19

31 Mar 16:41
Compare
Choose a tag to compare

Changelog

2da5adf Update versions in download links.

v0.4.19-rc1

31 Mar 10:38
Compare
Choose a tag to compare
v0.4.19-rc1 Pre-release
Pre-release

Changelog

9efcf85 Add explicit client_encoding=UTF8 when connecting to Postgres using simple protocol.
f7e80c9 Allow auto-update to update from devel or stable releases.
ac3a894 Log tailing: return when got nil from channel; translate log path from relative to an absolute.

v0.4.18

31 Mar 09:17
Compare
Choose a tag to compare

Changelog

1026d88 Add docks about installation using deb/rpm/targz packages.
39145f1 Bootstrap: add explicit chown when writing pgSCV into destination.
cf44bfe Goreleaser: override default bindir destination path.
04e45ac Remove mistakenly forgotten debug messages.

v0.4.17

31 Mar 05:44
Compare
Choose a tag to compare

Changelog

1659737 Add test on getFilesystemStats.
a0c4537 Install into separated owned directory to allow run auto-update under unprivileged users.

v0.4.16

26 Mar 15:44
Compare
Choose a tag to compare

Changelog

0fe074b Add goroutines sync, to avoid data race (TestStart test fails randomly).
540778e Add handling of corner cases when calculating WAL archiving lag.
d5931fa Add metric about wal/log directory files. Replace postgres_directory_size_bytes with set of postgres_*_directory_bytes.
00bf838 Add metrics from '/proc/vmstat'.
d5a8cb3 Add pgbouncer client connections metric.
09513d8 Add support of pg_stat_archiver.
0d8eac7 Add xid limits metric.
0d71956 Adjust exit messages; update project URL in '/' http page.
8401cf7 Doc: add notes related to tracking sensitive information. Fix env vars used at bootstrap.
220d4d8 Doc: fix download links.
a030083 Fix string assert in test.
c5a3907 Fix tests.
2f10424 Fix tests.
ef45e50 Fix tests.
98a1f5d Merge remote-tracking branch 'origin/master'
6d2c55a Postgres storage metric changes: add per-tablespace temp files metric; always return temp files in-flight metrics; minor edits.
d06ad6f Remove _total suffix from database size metric (because it is gauge).
6936940 Reorder labels in pgbouncer pool metrics.
fa2dff6 Update issue templates
f8461d8 Use singular value in label of diskstats metrics
b9094d6 Use unsigned type for BlockSize.

v0.4.15

27 Feb 09:29
Compare
Choose a tag to compare

Changelog

c1a2fab Auto-update: fix version string used when compares with new release. Make service restart step to be the last in update procedure.