Skip to content

pg_activity 3.5.0

Compare
Choose a tag to compare
@dlax dlax released this 01 Mar 13:46
· 31 commits to master since this release
v3.5.0
24c0804

Added

  • The rollback ratio is now displayed in the "global" header (#385).
  • Make header's sections display configurable through the [header] section of the configuration file.
  • Configuration profiles can now be defined at ${XDG_CONFIG_HOME:~/.config}/pg_activity/<profile>.conf or /etc/pg_activity/<profile>.conf as selected from the command line through --profile <profile>.
    Some built-in profiles are distributed with pg_activity.

Changed

  • The help text for K action, displayed in the footer, has been rephrased as "terminate underlying session".
  • Rephrase the help text of --no-{inst,sys,proc}-info options and group them into a dedicated section of --help output.

Fixed

  • At startup, do not show a traceback upon failure to connect to PostgreSQL.
  • Fix password prompt not shown with psycopg2 backend.
  • Fix retrieval of I/O statistics on BSD systems (#393).
  • Fix spelling mistakes in the man page.

Removed

  • Python 3.7 is no longer supported.

Misc

  • Document how to hack on pg_activity in the README.
  • Add a pre-commit configuration.
  • Require psycopg >= 3.1 (when using the psycopg backend) to get a more robust
    detection of connection password need.

Full Changelog: v3.4.2...v3.5.0