Skip to content

pg_activity 3.4.0

Compare
Choose a tag to compare
@dlax dlax released this 15 May 09:13
· 83 commits to master since this release
v3.4.0
976b332

Added

  • Improve rendering of the client column by possibly abbreviating IP
    addresses.
  • Add support for configuring pg_activity from a configuration file in INI
    format and installed at ${XDG_CONFIG_HOME:~/.config}/pg_activity.conf or
    /etc/pg_activity.conf.
  • Determine which columns to hide from reading the configuration file (hidden = yes|no option).
  • Determine columns width from the configuration file (width = <positive integer> option).

Fixed

  • Fix a crash when trying to reconnect.

Full Changelog: v3.3.0...v3.4.0