Skip to content

pg_activity 3.2.0

Compare
Choose a tag to compare
@dlax dlax released this 15 Mar 13:55
· 112 commits to master since this release
v3.2.0
ce0059d

Fixed

  • Handle conversion between PostgreSQL encoding names and Python ones while
    decoding the query column from pg_stat_activity with
    pg_database.encoding (#348).

  • Fix typos in man pages, spotted by codespell.

Added

  • When using the psycopg backend, set client_encoding to auto if unspecified
    in the connection string. This will help getting the appropriate client
    encoding from locale settings, even if the connection database has a different
    one.

  • Fall back to a permissive-but-hopefully-more-robust loader for character type
    values if client encoding is really ascii, when using the psycopg backend.

Misc.

  • Add compatibility with old humanize (>= 0.5.1), to make packaging easier on
    old platforms such as RHEL 8.

  • Adjust log messages prefix, removing the "Hint" word and adding the level
    name, as we now emit messages for different purposes.