Changelog
- edcb68c Add PostgreSQL 15-18 support and release infrastructure for v0.10.0
- cbfa0a4 Check pg_stat_statements is enabled in shared_preload_libraries to avoid stuck when PGSS is not enabled in configuration, but installed on database; #104.
- 0ab88ee Code quality: linting, CI improvements, error wrapping, PG 14-17 testing
- 9f09649 Do not truncate long values of pg_stat_activity.application_name. Fix docs.
- c131a56 Fix linting issue.
- eb47c5b Fix little typo on help page of top command.
- 33f83d4 Fix mistype affected stats reset in 'top' utility.
- 4c21a77 Run CI on all branches
- 8d82349 Run CI on push only (to prevent starting simultaneous jobs on push request)
- f656577 Update Changelog, remove old and unnecessary comments.
- 0b8564c Update gopkg.in/yaml.v2 to 2.2.8 (fix security issue)
- 18d45b6 Update modules and golang version in order to resolve CVEs.
- 80ddab9 Update packages: go, golangci-lint, gosec, lesovsky/pgcenter-testing.
- edd3cd2 Update the queries for postgresql 17 compatibility
- b25dea3 Upgrade Go 1.25.10, migrate pgx/v5, close all CVEs
- 89eb21b Wrap pg_stat_activity.client_addr and pg_stat_replication.client_addr into host() function to avoid netmask output; #103.