Skip to content

Releases: mfvanek/pg-index-health-sql

v.0.11.0

03 May 06:12
0292369
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.10.3...v.0.11.0

v.0.10.3

01 Jan 10:55
93e888e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.9.5...v.0.10.3

v.0.9.5

28 Sep 18:03
8aeeb73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.8.0...v.0.9.5

v.0.8.0

12 Dec 19:55
c1d19e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.7.0...v.0.8.0

v.0.7.0

12 Nov 20:16
dd5eae5
Compare
Choose a tag to compare

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