Skip to content

Releases: dalibo/pg_activity

pg_activity 3.0.2

17 Jan 10:05
Compare
Choose a tag to compare
  • Fix a regression where pg_activity would crash if the pidfile could not be read.
  • Fix compatibility problems with mypy, flake8 and python 3.11

pg_activity 3.0.1

27 Sep 07:40
Compare
Choose a tag to compare
  • Fix a division by zero where there is no swap (#318) (Reported by
    @iuridiniz)

pg_activity 3.0.0

16 Sep 09:51
Compare
Choose a tag to compare

Breaking change:

  • Drop support for Python 3.6
  • Attr 18.1 is required

Change log:

  • Add more information to the header (instance and process stats) (Tests
    by @Krysztophe)
  • Add the --refresh option to the cli to set the refresh rate (#293)
    (Requested by @crysman)
  • Add the --debug-file option to enable logging (still mostly unused)
  • Add hints about runtime disabled features (#300) (Reported by @rutchkiwi)
  • The SUPERUSER privilege is not longer required (#277) (Requested by
    @Raymondmax)
  • Replace --query-display-mode option by --wrap-query flag

Bug fixes:

  • Add the --no-walreceiver to disable wal receiver stats for Aurora
    (#301) (Reported by @grutz)
  • Add the --no-tempfiles option to disable temp file statistics and
    add it to the --rds command (#303) (Reported by @adityabaradwaj)
  • Fix server information queries for v12/v13 (Reported and fixed by
    @kmoppel-cognite)
  • Fix InvalidTextRepresentation errors (#275) (Fix proposed by
    @ssharunas)
  • Fix sort order for parallel queries (#297) (Reported and fixed by
    @kmoppel-cognite)
  • Doc fixes and packaging improvements (@kianmeng, @Vampouille)

Full Changelog: v2.3.1...v3.0.0

pg_activity 2.3.1

28 Apr 08:50
v2.3.1
4e9e643
Compare
Choose a tag to compare

Fixed

  • compatibility with attrs older than 18.1 #285

pg_activity 2.3.0

09 Feb 08:46
v2.3.0
88ef27e
Compare
Choose a tag to compare

Fixed

  • Fix encoding errors when some database encoding is not UTF-8 #212
  • Fix blocking the query tab for multiple blockers #241
  • Avoid refreshing the header in pause/interractive #248
  • Fix various scrolling issues #247
  • Improve performance during refresh #249
  • Fix IOW status #252
  • Fix typo in manpage #238

Added

  • Handle scrolling with PAGE_UP/PAGE_DOWN and HOME/END #251
  • Introduce a new --filter option #256

Changed

  • Remove trailing commas after system information in header #255
  • Document authentication #254
  • Add missing colum qualifier for dbname #263

Deprecated

  • Support for Python 3.6 will be dropped in next release.

Full Changelog: v2.2.1...v2.3.0

pg_activity 2.2.0

05 Aug 09:14
9142796
Compare
Choose a tag to compare

Change log

  • Display the wait_event, when available, in running and blocking queries
  • Display virtualxid locks in blocking queries
  • Gracefully handle keyboard interrupt (SIGINT)
  • Rename --verbose-mode option as -w/--query-display-mode (#189)

Bug fixes

  • Remove random spaces from queries that wrap (#208)
  • Fix a possibly TypeError when computing size growth (#233)
  • Fix version decoding for pg >= 10 (#200)

Misc

  • Rework the header part of the UI (more compact and extensible)
  • Update the man page
  • Let the man page be installed by pip
  • Prevent usage of attrs version 21.1 package

pg_activity 2.1.5

19 Apr 08:05
v2.1.5
dcd5730
Compare
Choose a tag to compare
  • Fix tests for Python 3.10a7 (#205)
  • Use GH actions for CI

pg_activity 2.1.4

02 Apr 14:19
v2.1.4
db3b6de
Compare
Choose a tag to compare

Changes:

  • Produce nicer error messages for DSN syntax errors
  • Handle replication connection (with a NULL datname) correctly (#203)

pg_activity 2.1.3

16 Mar 15:35
v2.1.3
95faf1e
Compare
Choose a tag to compare

Bug fixes:

  • Define pg_activity script as an entry point, fixing installation in virtualenvs and /usr/local in particular (#197, #196)

Changes:

  • Add support for running as python -m pgactivity

pg_activity 2.1.2

12 Mar 10:35
v2.1.2
4ad400e
Compare
Choose a tag to compare
  • Fix test issues with Python 3.10 (#194)
  • Add python-3.10-dev to travis test matrix