Releases: mfvanek/pg-index-health-sql
Releases · mfvanek/pg-index-health-sql
v.0.14.4
v.0.14.3
What's Changed
- [PRIMARY_KEYS_WITH_SERIAL_TYPES] ERROR: permission denied for schema by @mfvanek in #62
- [TABLES_WITHOUT_DESCRIPTION] Consider to skip partitions of table by @mfvanek in #64
- [TABLES_NOT_LINKED_TO_OTHERS] Decide how to handle partitioned tables by @mfvanek in #65
- [INDEXES_WITH_NULL_VALUES] Enhance support for partitioned tables/indexes by @mfvanek in #66
Full Changelog: v.0.14.0...v.0.14.3
v.0.14.0
v.0.13.3
v.0.13.2
What's Changed
- Rename files and add description by @mfvanek in #52
- Add a check for identifiers with maximum length by @mfvanek in #53
- Reduce number of parameters by @mfvanek in #54
- Add check "Tables are not linked to other tables" by @mfvanek in #55
- PostgreSQL 17 by @mfvanek in #56
- Add check "The type of the foreign key must match the type of column in the target table" by @mfvanek in #57
Full Changelog: v.0.13.1...v.0.13.2
v.0.13.1
What's Changed
- Query to check sequence overflow sql by @BLoHny in #42
- Rename file and update README.md by @mfvanek in #44
- Optimize bloat queries by @mfvanek in #45
- Query to find primary keys with serial types by @mfaulther in #46
- Add ordering to the query by @mfvanek in #47
- Bump github/super-linter from 6 to 7 by @dependabot in #48
- Query to find duplicated foreign keys by @mfvanek in #50
- Add check to find intersected foreign keys by @mfvanek in #51
Full Changelog: v.0.11.0...v.0.13.1
v.0.11.0
What's Changed
- Add dependabot schedule day by @mfvanek in #29
- Bump actions/checkout from 3 to 4 by @dependabot in #30
- Indexes with boolean values by @Evreke in #31
- Query to check not valid constraints by @BLoHny in #34
- Query to find B-tree indexes on array columns by @mfaulther in #35
- Add ordering to check_not_valid_constraints.sql by @mfvanek in #37
- Add index_size to the query results by @mfvanek in #38
- Remove tokei badges by @mfvanek in #39
- Added index_size to btree_indexes_on_array_columns.sql by @mfaulther in #40
- Update README.md by @mfvanek in #41
New Contributors
- @dependabot made their first contribution in #30
- @Evreke made their first contribution in #31
- @BLoHny made their first contribution in #34
- @mfaulther made their first contribution in #35
Full Changelog: v.0.10.3...v.0.11.0