CHANGELOG.md in pgdexter-0.3.5 vs CHANGELOG.md in pgdexter-0.3.6
- old
+ new
@@ -1,89 +1,93 @@
-## 0.3.5
+## 0.3.6 (2020-03-30)
+- Fixed warning with Ruby 2.7
+
+## 0.3.5 (2018-04-30)
+
- Added `sql` input format
- Fixed error for queries with double dash comments
- Fixed connection threading issue with `--pg-stat-activity` option
-## 0.3.4
+## 0.3.4 (2018-04-09)
- Fixed `--username` option
- Fixed `JSON::NestingError`
- Added `--pg-stat-activity` option
-## 0.3.3
+## 0.3.3 (2018-02-22)
- Added support for views and materialized views
- Better handle case when multiple indexes are found for a query
- Added `--min-cost-savings-pct` option
-## 0.3.2
+## 0.3.2 (2018-01-04)
- Fixed parsing issue with named prepared statements
- Fixed parsing issue with multiline queries in csv format
- Better explanations for indexing decisions
-## 0.3.1
+## 0.3.1 (2017-12-28)
- Added support for queries with bind variables
- Fixed error with streaming logs as csv format
- Handle malformed CSV gracefully
-## 0.3.0
+## 0.3.0 (2017-12-22)
- Added support for schemas
- Added support for csv format
- Added `--analyze` option and do not analyze by default
- Added `--min-calls` option
- Fixed debug output when indexes not found
-## 0.2.1
+## 0.2.1 (2017-09-02)
- Fixed bad suggestions
- Improved debugging output
-## 0.2.0
+## 0.2.0 (2017-08-27)
- Added same connection options as `psql`
- Added support for multiple files
- Added `error` log level
- Better error messages when cannot connect
Breaking
- `-h` option changed to `--host` instead of `--help` for consistency with `psql`
-## 0.1.6
+## 0.1.6 (2017-08-26)
- Significant performance improvements
- Added `--include` option
-## 0.1.5
+## 0.1.5 (2017-08-14)
- Added support for non-`SELECT` queries
- Added `--pg-stat-statements` option
- Added advisory locks
- Added support for running as a non-superuser
-## 0.1.4
+## 0.1.4 (2017-07-02)
- Added support for multicolumn indexes
-## 0.1.3
+## 0.1.3 (2017-06-30)
- Fixed error with non-lowercase columns
- Fixed error with `json` columns
-## 0.1.2
+## 0.1.2 (2017-06-26)
- Added `--exclude` option
- Added `--log-sql` option
-## 0.1.1
+## 0.1.1 (2017-06-25)
- Added `--interval` option
- Added `--min-time` option
- Added `--log-level` option
-## 0.1.0
+## 0.1.0 (2017-06-24)
- Launched