Skip to content

Releases: CHERTS/pgscv

v0.9.6

26 Nov 14:06
Compare
Choose a tag to compare

Changelog

  • 411433d Added collect Log stat if the service is remote (#58)
  • 0aa535e Added collect Tempfile stat if the service is remote (#59)
  • 74d3b13 Added collect WAL stat if the service is remote (#57)
  • ffff9da Added support new metrics from pg_stat_database_conflicts (#56)
  • a982902 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#54)
  • 54ddf12 Update docker-compose.yml and k8s deployment examples
  • 2e35adf Updated pgscv.yaml example file

v0.9.5

22 Nov 08:20
Compare
Choose a tag to compare

Changelog

This is a technical release, there are no improvements in it.

Please note that the name of the archive files with pgSCV builds for different platforms has been changed.

v0.9.4

11 Nov 08:34
Compare
Choose a tag to compare

Changelog

  • d79e854 Removed sensitive information from log files (#53)

v0.9.3

08 Nov 11:01
Compare
Choose a tag to compare

Changelog

v0.9.2

11 Sep 14:36
Compare
Choose a tag to compare

Changelog

v0.9.1

03 Sep 12:21
Compare
Choose a tag to compare

Changelog

v0.9.0

08 Aug 12:37
Compare
Choose a tag to compare

Changelog

  • 2d625f5 Added 3 new parameters (collect_top_query, collect_top_table and collect_top_index) to collect statistics only for TOP k queries, tables or indexes. By enabling these parameters you can reduce the amount of data collected and lower the load on the database and increase the performance of pgSCV. These parameters can be useful for databases with many tables, indexes or high query rate. Big thanks @dbulashev See a detailed description of the new parameters in Wiki. (#31 #34)

v0.8.8

30 Jul 13:35
Compare
Choose a tag to compare

Changelog

  • 17bb003 Segmentation fault fixed if temp files stat is empty (#32)

v0.8.7

26 Jul 13:10
Compare
Choose a tag to compare

Changelog

v0.8.6

05 Jul 13:56
Compare
Choose a tag to compare

Changelog

  • 187ac5a Added support detect synchronous mode in Patroni configuration (#27)
  • af50901 Update Grafana dashboard