Bug Fixes
- Fixed TUI panic when navigating up/down with many processes (#2542).
- Fixed exec readiness probes not inheriting the process environment (e.g.
PGDATA,PGHOST), causing probes to always fail.
Improvements
- TUI now displays the readiness probe type when a process is in the starting state (e.g.
starting (exec: pg_isready)orstarting (http: localhost:8080/health)).