-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
41 lines (27 loc) · 833 Bytes
/
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
35
36
37
38
39
40
41
pg_analyse changelog
====================
v0.5.0 [2020-04-28]
-------------------
+ Now supported passing common inspections params (see #2).
* Fixed wrong detection of Duplicated indexes with different collations.
v0.4.0 [2020-04-11]
-------------------
+ Added exception handling.
+ Added Slowest queries [q_slowest] inspection.
+ CLI. Added indent to inspection tables.
* Updated `index_health` contrib.
v0.3.0 [2020-03-13]
-------------------
+ Added basic protection from SQL-injections.
v0.2.2 [2020-03-12]
-------------------
* Fix. Repack with SQLs previously missing.
v0.2.1 [2020-03-12]
-------------------
* CLI. Fixed 'run' command without --args option.
v0.2.0 [2020-03-11]
-------------------
+ Added support to pass arguments to inspections.
v0.1.0 [2020-03-10]
-------------------
+ Basic functionality.