The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.4. This
release of pgAdmin 4 includes 13 bug fixes and new features. For more details
please see the [release
notes](https://www.pgadmin.org/docs/pgadmin4/6.4/release_notes_6_4.html).
pgAdmin is the leading Open Source graphical management tool for PostgreSQL.
For more information, please see [the website](https://www.pgadmin.org/).
Notable changes in this release include:
### Features:
* Added support to import/export server groups and servers from GUI.
This feature allows the users to export server definitions (and their
groups) to a JSON file and re-imported them to the same or a different system
to enable easy pre-configuration of pgAdmin. Previously this could be done
using the 'setup.py' command-line script but after the implementation of this
new feature, it can be done using the Import/Export Servers Wizard.
### Bugs/Housekeeping:
* Port Maintenance, and Restore dialog in React.
* Fixed an issue where Explain Analyze shows negative exclusive time.
* Fixed an issue where Columns with default value not showing when adding a new
row.
* Fixed an issue where the Owner is not displayed in the reverse engineering
SQL for Procedures.
* Fixed an issue where an operation error message popped up showing the
database object's name incorrectly.
* Fixed an issue where SubPlans may overlap other nodes & make them
inaccessible in Graphical EXPLAIN View.
* Fixed a schema diff issue where the generated script adds unwanted line
endings for Functions/Procedures/Trigger Functions.
Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container, RPM, DEB Package, and source code tarball from the [tarball
area](https://www.pgadmin.org/download/).