Skip to content

Releases: CHERTS/pgscv

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

v0.8.5

05 Jul 12:36
Compare
Choose a tag to compare

Changelog

v0.8.4

27 Jun 12:36
Compare
Choose a tag to compare

Changelog

  • fd298ba Do not request the query text in no_track_mode (#24)
  • 0d450be Update go module

v0.8.3

26 Jun 13:39
Compare
Choose a tag to compare

Changelog

  • 09d01e2 Added isvalid indexes metrics (#23)
  • 1e2f97c Update docker image version (alpine, postgres, go-lang, etc) (#22)

v0.8.2

23 Apr 13:01
Compare
Choose a tag to compare

Changelog

  • e36ed2e Added support collect Patroni metrics (#12)
  • f3e3964 Fixed get app version name (#16)
  • 2a5d073 Fixed get replication stat (#2)
  • 261b9be Added support merging configuration from environment variables and configuration file (#15), big thanks @sstolbov