-
Notifications
You must be signed in to change notification settings - Fork 49
/
CHANGELOG
35 lines (28 loc) · 1.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Version 1.3.0 (February 10th, 2016):
- show actions for the system PostgreSQL processes (Oleksii Kliukin)
- UI changes: (Oleksandr Shulgin):
- fix USS column alignment
- improve the help screen
- fix the help bar to 80 characters
- show the minor server version
- improve formatting in the connection stats line
- add -U option to specify the PostgreSQL username (David Turoň)
- redefine -h and -p options to specify PostgreSQL host and port to connect
The help and pid options are available with -H and -P (Oleksii Kliukin)
- do not truncate the query text on the '|' character (Oleksii Kliukin)
- change the README file to the reStructuredText (Henning Jacobs, Oleksii Kliukin)
Version 1.2:
- Autodetection code has been revamped for a more
reliable detection of connection parameters.
- Retires unix_socket_directory configuration option,
use host instead.
- Show locks-related information
Version 1.1:
- Minor changes in the UI, aiming for it to be less
obtrusive.
- Run each collector in a separate thread, improving
the overal performance, especially for multiple DBs.
- Add additional controls (no-trim, realtime).
- Lots of bugfixes.
Version 1.0:
- Initial version.