Contents
- Getting Started
- External database for pgAdmin user settings
- Connecting To A Server
- Managing Cluster Objects
- Managing Database Objects
- Creating or Modifying a Table
- Management Basics
- Backup and Restore
- Developer Tools
- Processes
- pgAgent
- pgAdmin Project Contributions
- Release Notes
- Version 8.12
- Version 8.11
- Version 8.10
- Version 8.9
- Version 8.8
- Version 8.7
- Version 8.6
- Version 8.5
- Version 8.4
- Version 8.3
- Version 8.2
- Version 8.1
- Version 8.0
- Version 7.8
- Version 7.7
- Version 7.6
- Version 7.5
- Version 7.4
- Version 7.3
- Version 7.2
- Version 7.1
- Version 7.0
- Version 6.21
- Version 6.20
- Version 6.19
- Version 6.18
- Version 6.17
- Version 6.16
- Version 6.15
- Version 6.14
- Version 6.13
- Version 6.12
- Version 6.11
- Version 6.10
- Version 6.9
- Version 6.8
- Version 6.7
- Version 6.6
- Version 6.5
- Version 6.4
- Version 6.3
- Version 6.2
- Version 6.1
- Version 6.0
- Version 5.7
- Version 5.6
- Version 5.5
- Version 5.4
- Version 5.3
- Version 5.2
- Version 5.1
- Version 5.0
- Version 4.30
- Version 4.29
- Version 4.28
- Version 4.27
- Version 4.26
- Version 4.25
- Version 4.24
- Version 4.23
- Version 4.22
- Version 4.21
- Version 4.20
- Version 4.19
- Version 4.18
- Version 4.17
- Version 4.16
- Version 4.15
- Version 4.14
- Version 4.13
- Version 4.12
- Version 4.11
- Version 4.10
- Version 4.9
- Version 4.8
- Version 4.7
- Version 4.6
- Version 4.5
- Version 4.4
- Version 4.3
- Version 4.2
- Version 4.1
- Version 4.0
- Version 3.6
- Version 3.5
- Version 3.4
- Version 3.3
- Version 3.2
- Version 3.1
- Version 3.0
- Version 2.1
- Version 2.0
- Version 1.6
- Version 1.5
- Version 1.4
- Version 1.3
- Version 1.2
- Version 1.1
- Version 1.0
- Licence
Version 8.0¶
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: 12, 13, 14, 15, and 16
EDB Advanced Server: 12, 13, 14, 15, and 16
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.Issue #6850 - Upgrade Flask, Werkzeug and other modules depends on the latest version of Flask.
Bug fixes¶
Issue #2986 - Fix an issue where the scroll position of panels was not remembered on Firefox.Issue #5770 - Add DROP SQL for foreign keys in SQL generated by ERD when using WITH DROP option.Issue #5807 - Fixed an issue where psql was not taking the role used to connect in server properties.Issue #6017 - Fixed an issue where Geometry Viewer renders geometry incorrectly after trying to view 3D or non-4326 SRID geometry.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 #6769 - Server config information in the about dialog should be only visible to admin users.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 #6817 - Fixed the query generated when creating subscription where copy_data parameter was missing.Issue #6820 - Ensure backup/restore/maintenance works with invalid pgpass file parameter.Issue #6835 - Fix an issue where OAUTH_ADDITIONAL_CLAIMS does not recognise AzureAD with > 150 groups.Issue #6840 - Fixed circular import error occurring while deploying cloud PostgreSQL instance from pgAdmin.Issue #6874 - Fix an issue where the browser window stuck on spinning with an Oauth user without email.Issue #6875 - Fix an issue where import/export data is not working for shared servers.Issue #6877 - Remove the max length of 255 from password exec command in server configuration dialog.Issue #6884 - Remove gettext from empty strings in the title of the storage graph.Issue #6902 - Fixed an issue where the change server password is not working in desktop mode.Issue #6904 - Fix a crash issue occurring when debugging a function with arguments when using pgAdmin with external config database.Issue #6920 - Fix an issue in ERD tool where SQL generated is missing columns for the table.Issue #6934 - Clear the password field in the config database on clear saved server password.Issue #6962 - Fixed an issue where the data type of the array type was not visible for the column in the Foreign Table dialog.