Version 7.9¶
Release date: 2023-11-23
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v7.8.
Supported Database Servers¶
PostgreSQL: 11, 12, 13, 14, 15, and 16
EDB Advanced Server: 11, 12, 13, 14 and 15
Bundled PostgreSQL Utilities¶
psql, pg_dump, pg_dumpall, pg_restore: 16.0
New features¶
Issue #2821 - Have close buttons on individual panel tabs instead of common.Issue #4733 - Allow closing all the tabs, including SQL and Properties.Issue #5394 - Changes in the context menu on panel tabs - Add close, close all and close others menu items.
Housekeeping¶
Issue #6441 - Update app bundle built to use notarytool instead of altool.Issue #6479 - Replace the current layout library wcDocker with ReactJS based rc-dock.
Bug fixes¶
Issue #2986 - Fix an issue where the scroll position of panels was not remembered on Firefox.Issue #5807 - Fixed an issue where psql was not taking the role used to connect in server properties.Issue #6459 - Fix the sorting of size on the statistics panel.Issue #6487 - Fixed restoration of query tool database connection after dropping and re-creating the database with the same name.Issue #6602 - Fix an issue where the default server-group is being deleted if the load-server json file contains no servers.Issue #6720 - Fix an issue of the incorrect format (no indent) of SQL stored functions/procedures.Issue #6784 - Fixed an issue where Schema Diff does not work when the user language is set to any language other than English in Preferences.Issue #6874 - Fix an issue where the browser window stuck on spinning with an Oauth user without email.