mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
326dc2bbcc
Fix an issue where queries longer than 1 minute get stuck - Container 7.1. #6317 Fix an issue where queries get stuck with auto-completion enabled. #6356 Fix an issue where queries can't complete execution. #6163
47 lines
2.9 KiB
ReStructuredText
47 lines
2.9 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.
|
|
| `Issue #6371 <https://github.com/pgadmin-org/pgadmin4/issues/6371>`_ - Added security_invoker option while creating a view.
|
|
|
|
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 #6352 <https://github.com/pgadmin-org/pgadmin4/issues/6352>`_ - Fix an issue where explain plan details is showing HTML escaped characters.
|
|
| `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.
|
|
| `Issue #6435 <https://github.com/pgadmin-org/pgadmin4/issues/6435>`_ - Fix an issue where all the menus are enabled when pgAdmin is opened and no object is selected in the object explorer.
|