Pg Index Health Versions Save

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.

v.0.9.1

1 year ago

What's Changed

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.9.0...v.0.9.1

v.0.9.0

1 year ago

Breaking changes

  • Project has been split into modules
  • Removed some methods from PgHostImpl and PgConnectionImpl

What's Changed

New Contributors

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.8.0...v.0.9.0

v.0.8.0

1 year ago

Breaking changes

  • JDK 11 is now a minimally supported JDK

What's Changed

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.7.0...v.0.8.0

v.0.7.0

1 year ago

Breaking changes

  • Refactored and renamed packages (io.github.mfvanek.pg.model.column, io.github.mfvanek.pg.model.constraint and othes)
  • Added common DbObject interface

What's Changed

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.6.3...v.0.7.0

v.0.6.3

1 year ago

What's Changed

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.6.2...v.0.6.3

v.0.6.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.6.1...v.0.6.2

v.0.6.1

1 year ago

Added check for columns of json type.

What's Changed

New Contributors

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.6.0...v.0.6.1

v.0.6.0

1 year ago

Contains breaking changes!

Codebase of all checks migrated to Command pattern. See AbstractCheckOnHost and AbstractCheckOnCluster.

Removed classes: DatabaseHealth, DatabaseHealthFactory, IndexesHealthAware, TablesHealthAware, IndexesMaintenanceOnHost, TablesMaintenanceOnHost

Added two completely new checks:

  1. TablesWithoutDescriptionCheckOnHost
  2. ColumnsWithoutDescriptionCheckOnHost

Changed SimpleLoggingKey

Renamed enum Diagnostics to Diagnostic

What's Changed

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.5.0...v.0.6.0

v.0.5.0

1 year ago

Breaking changes

  • ForeignKey
  • IndexWithNulls

What's Changed

New Contributors

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.4.0...v.0.5.0

v.0.4.0

2 years ago
  • Renamed SimpleHealthLogger to KeyValueFileHealthLogger. Breaking changes!
  • Added default and pretty simple StandardHealthLogger

What's Changed

Full Changelog: https://github.com/mfvanek/pg-index-health/compare/v.0.3.2...v.0.4.0