Skip to content

pg_activity 2.1.0

Compare
Choose a tag to compare
@dlax dlax released this 08 Mar 15:17
· 308 commits to master since this release
v2.1.0
e22cce9

Bug fixes:

  • Update man page to mention <connection string> argument
  • Try to reconnect indefinitely when connection is lost

Changes:

  • Use yellow instead of orange for PAUSE
  • Move SQL queries from Python code to individual SQL files
  • Truncate long database names on Python side
  • Do not display IDLE queries as None for old postgresql versions
  • Let libpq handle default values for connection options (hostname, port, database name and user name)
  • Set application_name='pg_activity' for client connections
  • Add a --hide-queries-in-logs option to hide pg_activity's queries from server logs