Fork me on GitHub

This page in other versions: Latest (9.3)

This document in other formats: PDF | ePub | Tarball

Navigation

Contents

Version 9.3

Release date: 2025-04-30

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

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 #2256 - Add support for type constructors for PostGIS spatial types.
Issue #2767 - Added ability to use SQL in the “DB Restriction” field.
Issue #7310 - Add support for custom roles and role permissions management in pgAdmin.
Issue #8629 - Added support for font ligatures.

Housekeeping

Bug fixes

Issue #3688 - Add Cache-Control no-cache,no-store,must-revalidate header to dynamically generated utils.js file.
Issue #5266 - Fixed an issue where shift + click on rows/columns for range selection did not work in the query tool data output window.
Issue #8443 - Fixed an issue where the debugger hangs when stepping into nested function/procedure.
Issue #8497 - Fixed an issue where the scroll position in the Object Explorer was not retained when switching workspaces.
Issue #8556 - Ensure that graph data is updated even when the Dashboard tab is inactive.
Issue #8572 - Fixed an issue where Ctrl/Cmd+A in cell editor would select all rows.
Issue #8613 - Fixed an issue where drag and drop function with no parameters does not work.
Issue #8627 - Fixed an issue where changes to foreign key constraints were not detected in the schema diff.
Issue #8628 - Change the shortcut for canceling a running query as it conflicts with the shortcut to open a new query tool.
Issue #8630 - Fixed an issue where filtering on a view caused an error.
Issue #8632 - Fixed an issue where the query tool went blank when converting history dates to the appropriate locale format.
Issue #8636 - Ensure that the server list is alphabetically sorted in the Query Tool/PSQL workspace.
Issue #8651 - Fixed an issue where the user management tab is not opening in the classic layout.
Issue #8652 - Allow OAuth 2 login using the username claim if the email is absent from the user profile.