Gilles Darold
Gilles Darold
Yes but it will not have escaped you that Apt and RPM packages are maintained by the PGDG or any Linux distribution that want to include the badger. Perhaps one...
Thanks @jcarnu for the test to reproduce. Actually I would prefer to force the output to utf8 using: ``` use utf8; binmode STDIN, ':utf8'; binmode STDOUT, ':utf8'; binmode STDERR, ':utf8';...
Commit 332a155 change the submit method to POST, please give it a try and let me know the result.
Commit c3ad6ab fixes the second issue, I'm working on the first one.
Commit 7b8b28a might fix this issue.
I agree that having percentile reported would be useful, but may increase the time to generate reports. Must be evaluated.
Commit 3e27abb should fix the INTO clause by moving it in the final SELECT of the CTE. About the alias for the subquery it will not be fixed at least...
For pgbadger you can use the dedicated command line option to obfuscate the values: ``` --anonymize : obscure all literals in queries, useful to hide confidential data. ``` In PostgreSQL...
Commit a5ae177 might fix this issue.
Does it works if you use https://explain.dalibo.com/ instead of your local installation?