| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-05-08 | 790 Bytes | |
| pgcenter_0.10.0_linux_amd64.apk | 2026-05-08 | 8.9 MB | |
| pgcenter_0.10.0_linux_amd64.deb | 2026-05-08 | 8.7 MB | |
| pgcenter_0.10.0_linux_arm64.apk | 2026-05-08 | 8.2 MB | |
| pgcenter_0.10.0_linux_arm64.deb | 2026-05-08 | 8.0 MB | |
| pgcenter_0.10.0_linux_amd64.rpm | 2026-05-08 | 8.7 MB | |
| pgcenter_0.10.0_linux_amd64.tar.gz | 2026-05-08 | 8.7 MB | |
| pgcenter_0.10.0_linux_arm64.rpm | 2026-05-08 | 8.0 MB | |
| pgcenter_0.10.0_linux_arm64.tar.gz | 2026-05-08 | 8.0 MB | |
| README.md | 2026-05-08 | 1.2 kB | |
| v0.10.0 source code.tar.gz | 2026-05-08 | 10.0 MB | |
| v0.10.0 source code.zip | 2026-05-08 | 10.1 MB | |
| Totals: 12 Items | 87.4 MB | 1 | |
Changelog
- [edcb68] Add PostgreSQL 15-18 support and release infrastructure for v0.10.0
- [cbfa0a] 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].
- [0ab88e] Code quality: linting, CI improvements, error wrapping, PG 14-17 testing
- [9f0964] Do not truncate long values of pg_stat_activity.application_name. Fix docs.
- [c131a5] Fix linting issue.
- [eb47c5] Fix little typo on help page of top command.
- [33f83d] Fix mistype affected stats reset in 'top' utility.
- [4c21a7] Run CI on all branches
- [8d8234] Run CI on push only (to prevent starting simultaneous jobs on push request)
- [f65657] Update Changelog, remove old and unnecessary comments.
- [0b8564] Update gopkg.in/yaml.v2 to 2.2.8 (fix security issue)
- [18d45b] Update modules and golang version in order to resolve CVEs.
- [80ddab] Update packages: go, golangci-lint, gosec, lesovsky/pgcenter-testing.
- [edd3cd] Update the queries for postgresql 17 compatibility
- [b25dea] Upgrade Go 1.25.10, migrate pgx/v5, close all CVEs
- [89eb21] Wrap pg_stat_activity.client_addr and pg_stat_replication.client_addr into host() function to avoid netmask output; [#103].