Fork me on GitHub

This page in other versions: Latest (8.5) | 8.4 | 8.3 | 7.8 | Development

Navigation

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

Contents

Version 7.0

Release date: 2023-04-13

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

Supported Database Servers

PostgreSQL: 11, 12, 13, 14 and 15

EDB Advanced Server: 11, 12, 13, 14 and 15

Bundled PostgreSQL Utilities

psql, pg_dump, pg_dumpall, pg_restore: 15.2

New features

Issue #3298 - Auto expand row edit form when a new row is added for Primary Key, Foreign Key, Unique Constraint and Exclusion Constraint.
Issue #5014 - Added support for mounting shared storage in server mode.
Issue #5022 - Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser.
Issue #5750 - Added capability to deploy PostgreSQL servers on Google Cloud.
Issue #5805 - Added support of BigAnimal v3 API.
Issue #5854 - On pressing Ctrl+C on a tree object, copy the fully qualified name to clipboard.
Issue #5855 - Added option to create unique constraint with nulls not distinct.

Housekeeping

Issue #4734 - Rename the “Properties…” context menu option of the objects to “Edit Object…” and the “Browser” tree to “Object Explorer”.
Issue #5011 - Upgrade from psycopg2 to psycopg3.
Issue #5701 - Remove Bootstrap and jQuery usage.
Issue #5830 - Add .ts and .tsx files under linter and fix linter issues.
Issue #5901 - Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions.

Bug fixes

Issue #4423 - Fixed an issue where list of tables is not displayed in a SQL_ASCII database.
Issue #4784 - Handle errors occurring during decoding UTF-8 encoded query result data which contains ascii characters.
Issue #4884 - Fixed an issue where it is not possible to import csv data to tables having columns with german umlauts in their name.
Issue #4891 - Fixed ‘rawunicodeescape’ codec can’t decode issue in a SQL_ASCII database.
Issue #5504 - Fixed an issue where incorrect view of text[] fields in query and table results when use other then UTF8 (win1251) codepage and symbols.
Issue #5735 - Show appropriate error message when master password is not set instead of ‘Crypt key missing’.
Issue #5775 - Display the ‘No menu available for this object’ message if the selected tree node does not have any options.
Issue #5824 - Ensure that the user’s storage directory is created when the users are created, as well as for those users whose directories have not yet been created.
Issue #5833 - Fixed an issue where user MFA entry was not getting delete after deleting a user.
Issue #5834 - Fixed issue where pgAgent jobs were not getting dropped from properties tab.
Issue #5874 - Make “using” and “with check” fields a textarea in the RLS policy.
Issue #5894 - Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes.
Issue #5904 - Fixed an issue where the count query should not be triggered when the estimated count is less than zero.
Issue #5907 - Validate user inputs provided in configuration files before starting pgadmin server.
Issue #5916 - Fix an issue in search objects where objects were unable to locate occasionally.
Issue #5919 - While restoring the database connections due to lost server connection, ensure that the databases which were previously connected are only reconnected.
Issue #5921 - Ensure that when pasting rows the rows are added right below the selected rows for copying.
Issue #5929 - Dashboard graph Y-axis width should increase with label.
Issue #5934 - Ensure that default values are set only for insert statement if user does not provide any values, in case of updating existing values to blank it should be set to null.
Issue #5941 - Fixed an issue where migration on external database is not working.
Issue #5943 - Use http for SVG namespace URLs which were changed to https for SonarQube fixes.
Issue #5952 - Ensure that the schema diff tool should not allow comparison between Postgres Server and EDB Postgres Advanced Server.
Issue #5953 - Fixed error while executing continue in debugging session after some time of debug execution.
Issue #5955 - Fix an issue where query tool is stuck when running query after discarding changed data.
Issue #5958 - Fix an issue where new dashboard graphs are partially following theme colors.
Issue #5959 - Fix an issue where Backup, Restore, and Maintenance not working if connection timeout is set in the server dialog.
Issue #6018 - Change the foreground color of the code mirror text for Dark Theme.
Issue #6093 - Fix the dependents SQL of Roles which is throwing a type casting error on PostgreSQL 15.
Issue #6100 - Fixed the LDAP authentication issue for the simultaneous login attempts.(CVE-2023-1907)
Issue #6109 - Fixed asyncio random task error messages in Query tool.
Issue #6122 - Fixed CSV export from Query Tool results does not include all columns for multiple CTEs.