Skip to content

Releases: liciomatos/pgdba

v0.5.0

Choose a tag to compare

@liciomatos liciomatos released this 21 Jul 03:18
feddfe4

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:54
d653eab

Changelog

New Features

  • 9294835: feat: dashboard sections, unified dev env, pub/sub fixes for v0.4.0 (@liciomatos)
  • b7fbb8b: feat: htop bars on dashboard, freeze bar chart, pub/sub monitoring screen (@liciomatos)
  • 9d611a7: feat: pub/sub table drill-down with stats (enter to expand) (@liciomatos)

Bug Fixes

  • c7e9836: fix: NULL subslotname scan error and nil slice returns in FetchPublications/FetchSubscriptions (@liciomatos)
  • b085590: fix: footer position broken when one pub/sub section is empty (@liciomatos)
  • da2f45c: fix: pub/sub label alignment, Columns column width, sub detail table columns (@liciomatos)
  • 74ff9a1: fix: pub/sub table rows not visible — SetHeight must include header lines (@liciomatos)
  • 658f6dd: fix: pubgencols gate was PG17 but column only exists on PG18+ (@liciomatos)
  • 1ec8dd0: fix: remove ANSI from sub table cells; enforce ColorizeTable convention in CLAUDE.md (@liciomatos)
  • 7ba1ce8: fix: remove constant false from GROUP BY in FetchPublications (@liciomatos)

Other

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 03:11
a1f5ea3

Changelog

New Features

Bug Fixes

  • 589fa5c: fix: PostgreSQL 13-18 compatibility for replication slots and memory stats (@liciomatos)
  • 7410c59: fix: freeze monitor UX, table selection color, replication slot config (@liciomatos)
  • 11a6d67: fix: navigator key conflicts, freeze monitor UX, replication slots navigation (@liciomatos)
  • 706bbc9: fix: preload pg_stat_statements in integration test container (@liciomatos)

Other

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 14:16

Changelog

New Features

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 12:38

Changelog

New Features

Bug Fixes

Other