pg_activity 2.0.0 released

From: Dalibo via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_activity 2.0.0 released
Date: 2021-01-21 13:59:32
Message-ID: 161123757297.478.7111152376905973303@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pg_activity v2.0.0 has been released on January, 7th 2021 under the PostgreSQL
license.

pg_activity is an interactive terminal application for PostgreSQL server activity monitoring.

Version 2.0.0 is a complete rewrite of the user interface code of the program.
Apart from many cleanups and QA improvements, this release includes the following
user-noticeable changes:

* Passing a connection string as an argument is now possible, thus adding
support for SSL connections.
* New `k`/`j` key bindings to navigate the process list in interactive mode have
been added.
* Key binding for cancel (resp. terminate) action in interactive mode has been changed to `C` (resp. `K`).
* The confirmation dialog for interactive actions has been improved.
* Columns "user" and "client" in blocking and waiting queries mode have been
added.
* A new `--no-pid` option flag has been added.
* Support for Python versions older than 3.6 has been dropped.
* Support for color de-activation (`-C`/`--no-color` option) has been dropped.

<https://github.com/dalibo/pg_activity/>

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-01-25 13:30:44 PostgreSQL Weekly News - January 24, 2021
Previous Message Toshiba via PostgreSQL Announce 2021-01-19 06:16:10 InfluxDB fdw 0.3 released