Fork me on GitHub

This page in other versions: Development

Navigation

Warning: This documentation is for a pre-release version of pgAdmin 4

Contents

Version 9.2

Release date: 2025-04-03

This release contains a number of bug fixes and new features since the release of pgAdmin 4 v9.1.

Supported Database Servers

PostgreSQL: 13, 14, 15, 16 and 17

EDB Advanced Server: 13, 14, 15, 16 and 17

Bundled PostgreSQL Utilities

psql, pg_dump, pg_dumpall, pg_restore: 17.2

New features

Issue #4194 - Added support to automatically open a file after it is downloaded in the desktop mode.
Issue #4503 - Added support for post-connection SQL execution, which will be run automatically on each connection made to any database of the server.
Issue #5871 - Add support for restoring plain SQL database dumps.
Issue #8034 - Added support for creating Directory nodes in EPAS.
Issue #8449 - Change icon buttons to show tooltip even when disabled.
Issue #8540 - Add an option to load/replace the servers.json file on each container startup.

Housekeeping

Bug fixes

Issue #8006 - Removed the pre-install script from the Red Hat build function as it was causing a No such file or directory warning during the update.
Issue #8316 - Ensure that modal dialogs are not triggered more than once to avoid duplicates.
Issue #8355 - Change session files garbage collection strategy.
Issue #8437 - Fixed an issue where the PSQL terminal displays keyname for non alphanumeric keys.
Issue #8462 - Fixed an issue where geometries in the geometry viewer will render partially when the container was resized.
Issue #8473 - Change the stop/terminate icon at all the places for better UX.
Issue #8479 - Fixed an issue where the Schema Diff was not displaying the difference query when a table had a UNIQUE NULLS NOT DISTINCT constraint.
Issue #8514 - Ensure the newly added parameters in the server dialog are incorporated into the Import/Export Servers functionality.
Issue #8546 - Fixed an issue where updating the grantee was not correctly applying the privileges.