| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pg_activity 3.5.0 source code.tar.gz | 2024-03-01 | 436.7 kB | |
| pg_activity 3.5.0 source code.zip | 2024-03-01 | 473.8 kB | |
| README.md | 2024-03-01 | 1.4 kB | |
| Totals: 3 Items | 911.9 kB | 0 | |
Added
- The rollback ratio is now displayed in the "global" header (#385).
- Make header's sections display configurable through the
[header]section of the configuration file. - Configuration profiles can now be defined at
${XDG_CONFIG_HOME:~/.config}/pg_activity/<profile>.confor/etc/pg_activity/<profile>.confas selected from the command line through--profile <profile>. Some built-in profiles are distributed with pg_activity.
Changed
- The help text for
Kaction, displayed in the footer, has been rephrased as "terminate underlying session". - Rephrase the help text of
--no-{inst,sys,proc}-infooptions and group them into a dedicated section of--helpoutput.
Fixed
- At startup, do not show a traceback upon failure to connect to PostgreSQL.
- Fix password prompt not shown with psycopg2 backend.
- Fix retrieval of I/O statistics on BSD systems (#393).
- Fix spelling mistakes in the man page.
Removed
- Python 3.7 is no longer supported.
Misc
- Document how to hack on pg_activity in the
README. - Add a pre-commit configuration.
- Require psycopg >= 3.1 (when using the psycopg backend) to get a more robust detection of connection password need.
Full Changelog: https://github.com/dalibo/pg_activity/compare/v3.4.2...v3.5.0