- Fixed bug that was truncating index names to only 63 characters
- Updated various sql statement to match heroku's version (thanks @mantrala)
- Added a CLI option. Original idea for this came from Marek Wywiał.
- Remove commas from integer output so no additional parsing is needed if someone wants to store the results.
- Make API more consistent by not raising an exception when the "pg_stat_statement" module is not installed. Instead a list with a single namedtuple containing the error message is returned.
- updated documentation
- increased test coverage
- First release on PyPI.