mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-24 09:40:21 -06:00
45 lines
2.4 KiB
ReStructuredText
45 lines
2.4 KiB
ReStructuredText
***********
|
|
Version 7.4
|
|
***********
|
|
|
|
Release date: 2023-06-29
|
|
|
|
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v7.3.
|
|
|
|
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.3
|
|
|
|
|
|
New features
|
|
************
|
|
|
|
| `Issue #6367 <https://github.com/pgadmin-org/pgadmin4/issues/6367>`_ - Added support to drop databases using the 'WITH (FORCE)' option.
|
|
| `Issue #6368 <https://github.com/pgadmin-org/pgadmin4/issues/6368>`_ - Add "[ NULLS [ NOT ] DISTINCT ]" option while creating an Index.
|
|
| `Issue #6370 <https://github.com/pgadmin-org/pgadmin4/issues/6370>`_ - Added 'OR REPLACE' clause while creating trigger.
|
|
|
|
Housekeeping
|
|
************
|
|
|
|
|
|
Bug fixes
|
|
*********
|
|
|
|
| `Issue #5306 <https://github.com/pgadmin-org/pgadmin4/issues/5306>`_ - Fix an issue where object explorer tree crashes occasionally.
|
|
| `Issue #6065 <https://github.com/pgadmin-org/pgadmin4/issues/6065>`_ - Ensure that query tool shortcuts are working properly.
|
|
| `Issue #6258 <https://github.com/pgadmin-org/pgadmin4/issues/6258>`_ - Add Password exec command and Expiration time to server export JSON and also allow them to import.
|
|
| `Issue #6266 <https://github.com/pgadmin-org/pgadmin4/issues/6266>`_ - When opening pgAdmin the layout should be auto reset if it is corrupted. Reset layout menu should work if layout is corrupted while using pgAdmin.
|
|
| `Issue #6291 <https://github.com/pgadmin-org/pgadmin4/issues/6291>`_ - Fix an issue where loading more rows indicator will not disappear if connection is lost.
|
|
| `Issue #6340 <https://github.com/pgadmin-org/pgadmin4/issues/6340>`_ - Fix an encoding error when connecting through Pgbouncer.
|
|
| `Issue #6354 <https://github.com/pgadmin-org/pgadmin4/issues/6354>`_ - Fixed an issue where queries with temporary tables in the same transaction is not working.
|
|
| `Issue #6363 <https://github.com/pgadmin-org/pgadmin4/issues/6363>`_ - Fixed an issue where preview images for themes were not loading.
|
|
| `Issue #6420 <https://github.com/pgadmin-org/pgadmin4/issues/6420>`_ - Fix raise notice from func/proc or code blocks are no longer displayed live.
|
|
| `Issue #6431 <https://github.com/pgadmin-org/pgadmin4/issues/6431>`_ - Fix an issue where PSQL is not working if the database name have quotes or double quotes.
|
|
|