mfvanek/pg-index-health
pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.
JavaApache-2.0
Issues
- 0
- 6
Add detailed information for each check
#419 opened by SButterfly - 0
Take a close look at SchemaCrawler and its linters
#550 opened by mfvanek - 1
Migrate nullability annotations to JSpecify
#430 opened by mfvanek - 0
- 8
Retest all table checks with partitioned tables
#467 opened by mfvanek - 0
- 3
- 0
Rename all ofPublic methods to ofDefault
#542 opened by mfvanek - 1
- 1
- 1
- 0
- 2
- 3
[pg-index-health-test-starter] Add ability to customize name of dataSource bean and databaseUrl
#521 opened by mfvanek - 0
- 0
- 0
Add support for PostgreSQL 17
#449 opened by mfvanek - 0
Consider to refactor Exclusions and ExclusionsBuilder to usage of nested class
#481 opened by mfvanek - 0
- 1
Fix crosslinks in javadoc
#503 opened by mfvanek - 0
- 1
Get rid of SimpleLoggingKey
#452 opened by mfvanek - 5
Refactor packages structure
#465 opened by mfvanek - 0
- 0
Migration generator. Try to handle duplicated objects
#497 opened by mfvanek - 1
- 0
- 2
- 1
- 0
- 3
- 0
Extend DatabaseCheckOnHost with overloaded method for public schema with predicate
#479 opened by mfvanek - 0
Add check "The type of the foreign key must match the type of column in the target table"
#388 opened by mfvanek - 0
Add check "Tables are not linked to other tables"
#448 opened by mfvanek - 0
- 0
Add filters by Predicate<> to DatabaseCheckOnHost
#454 opened by mfvanek - 1
Add static/runtime mark to each diagnostic
#456 opened by mfvanek - 3
Add check "Duplicated foreign keys"
#390 opened by mfvanek - 0
Add check "Intersected foreign keys"
#391 opened by mfvanek - 0
Add Micronaut integration
#415 opened by mfvanek - 0
Add Spring R2DBC integration
#416 opened by mfvanek - 0
- 16
- 0
Update readme.md and information about checks (divide all checks into static and runtime)
#405 opened by mfvanek - 1
Get rid of AdditionalValidators and code duplication
#402 opened by mfvanek - 0
Add check "Multicolumn foreign keys with nulls"
#389 opened by mfvanek - 0
Add check for indexes "timestamp in the middle"
#387 opened by mfvanek - 3
Release new 0.11.0 version
#384 opened by mfvanek - 0
Upgrade PostgreSQL versions in tests
#378 opened by mfvanek