Releases: mfvanek/pg-index-health-sql
Releases · mfvanek/pg-index-health-sql
v.0.7.0
What's Changed
- Excluded materialized views from check on primary key existence by @mfvanek in #3
- Added a short description into each sql script. by @mfvanek in #5
- Added query to find the slowest queries by total execution time. by @mfvanek in #6
- Wrong detection of Duplicated indexes with different collation by @mfvanek in #7
- Updated copyright by @mfvanek in #9
- Objects without description by @mfvanek in #10
- Added query to find columns of json type. Use jsonb instead. by @mfvanek in #11
- Updated README.md by @mfvanek in #12
- Added super-linter by @mfvanek in #14
- Do not use serial types for non primary key columns by @mfvanek in #13
- Changed to 'left join' of 'pg_constraint' by @mfvanek in #16
- Fixed wrong detection for columns with multiple constraints by @mfvanek in #17
- Added query to find functions and procedures that don't have a description by @mfvanek in #18
- Updated README.md by @mfvanek in #19
- Added support for PostgreSQL 15 by @mfvanek in #20
- Upgraded action by @mfvanek in #21
New Contributors
Full Changelog: https://github.com/mfvanek/pg-index-health-sql/commits/v.0.7.0