Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08a337 commit 191640cCopy full SHA for 191640c
CHANGELOG
@@ -1,3 +1,16 @@
1
+2.0.0(WIP)
2
+ New features:
3
+ - Handle statistics on selectivity estimation errors (Julien Rouhaud, per
4
+ idea from Oleg Bartunov)
5
+ - Add an index advisor feature (Julien Rouhaud)
6
+ Bugfix:
7
+ - Fix handling of quals of the form Constant Operator Val where the
8
+ operator doesn't have a commutator
9
+ - Compute the same identifier whether the operator was commuted or not
10
+ - Correctly discard all quals not referencing a relation
11
+ - Fix (unique)qualid computation to only consider AND-ed quals
12
+ Miscellaneous:
13
+ - Add missing fields description (Julien Rouhaud)
14
1.0.9
15
Bugfix:
16
- Fix constant value truncation when multibyte encoding characters are used
0 commit comments