File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.1.1:
2
+ New features:
3
+ - Use locally available info for remote server configuration page when
4
+ possible (Julien Rouhaud)
5
+ Bug fixes:
6
+ - Fix per-query page for queries with identical query identifier executed on
7
+ multiple remote servers (Julien Rouhaud)
8
+ - Properly handle situation where the UI doesn't know the remote server
9
+ PostgreSQL version (Julien Rouhaud)
10
+ - Fix local server detection (Julien Rouhaud, thanks to github user
11
+ alepaes1975 for the report)
1
12
4.1.0:
2
13
New features:
3
14
- Add compatibility with pg_stat_statements 1.8, and expose all new counters
4
15
(Julien Rouhaud)
5
16
- Add compatibility with pg_stat_kcache 2.2 (Julien Rouhaud)
17
+ Performance improvements:
18
+ - General performance improvement of per-database queries (Adrien Nayrat)
6
19
4.0.2:
7
20
New features:
8
21
- Add powa_coaslesce setting on config page (Adrien Nayrat)
Original file line number Diff line number Diff line change 5
5
import os
6
6
import re
7
7
8
- __VERSION__ = '4.1.0 '
8
+ __VERSION__ = '4.1.1 '
9
9
10
10
ver_tmp = re .sub ("(alpha|beta)[0-9]*" , "" , __VERSION__ )
11
11
__VERSION_NUM__ = [int (part ) for part in (ver_tmp .split ('.' ))]
You can’t perform that action at this time.
0 commit comments