Skip to content

pg_activity 1.6.0

Compare
Choose a tag to compare
@blogh blogh released this 06 May 09:13
· 731 commits to master since this release
ac31e50

Change log:

  • Add the --min-duration flag to only show laggy queries (@kmoppel)
  • Add the --duration-mode and the shortcut (T) to choose the duration modes: query, transaction, backend (@nilshamerlinck )
  • Move to dalibo labs (@daamien)
  • Expand current 1-3s refresh interval to 0.5-5s (@kmoppel)
  • Add a refresh dbsize interative action shortcut (D) (Fabio Renato Geiss)
  • Add --verbose-mode in man page (@julmon)

Bug fixes:

  • Fix #130: change the handling of parallel workers and fix a problem with PoWA (fix: @blogh @julmon, report: @debnet)
  • Fix #118: psycopg2 has to be installed manually before pg_activity (fix: @blogh, report: @kmoppel)
  • Fix issue with undefined debug variable (@pensnarik)
  • Fix #119: some columns have been shifted in Waiting / Blocking views (fix: @julmon, report: @kmoppel)
  • Fix #113: Do not try to display query duration if not there (fix: @julmon, report: @pmpetit)