Skip to content

Release 4.0

Compare
Choose a tag to compare
@NikolayS NikolayS released this 30 Nov 08:40
· 89 commits to master since this release
670651a
  • Changed release numbering schema.
  • Added new report: "e1 – List of extensions installed in the current DB".
  • Added new report: "t1 – Postgres parameters tuning".
  • Added new report: "v1 – Vacuum: Current Activity".
  • Removed "Wide" option. Now it's easy to copy/paste reports from ./sql directory to use them manually in Postgres versions 9.6 and older.
  • Report "b2 – B-tree Indexes Bloat, rough estimation" now works in DBs with custom schemas (bug reported by @sgrinko #21).
  • "i2 – Unused/Redundant Indexes Do & Undo Migration DDL" show all found indexes, limiting was removed
  • In "i2 - Unused/Redundant Indexes Do & Undo Migration DDL" print CONCURRENTLY for CREATE INDEX and DROP INDEX statements.
  • Improved README with installation instructions.
  • Added more information to "0 – Node & Current DB Information: master/replica, lag, DB size, tmp files, etc".
  • Various bugfixes and improvements.