2021-08-17 06:52:08 -05:00
***** ***** **
Version 5.7
***** ***** **
Release date: 2021-09-09
This release contains a number of bug fixes and new features since the release of pgAdmin4 5.6.
New features
***** ***** **
2021-08-23 05:46:20 -05:00
| `Issue #4264 <https://redmine.postgresql.org/issues/4264> `_ - Make code folding case insensitive in the code mirror.
2021-08-24 06:40:16 -05:00
| `Issue #4629 <https://redmine.postgresql.org/issues/4629> `_ - Added database and server information on the Maintenance process watcher dialog.
2021-08-24 07:49:03 -05:00
| `Issue #6495 <https://redmine.postgresql.org/issues/6495> `_ - Allow the referenced table to be the same as the local table in one to many relationship for ERD Tool.
2021-08-23 05:49:01 -05:00
| `Issue #6691 <https://redmine.postgresql.org/issues/6691> `_ - Set PSQLRC and PSQL_HISTORY env vars to apt. user storage path in the server mode.
2021-08-17 06:52:08 -05:00
Housekeeping
***** ***** **
Bug fixes
***** *** *
2021-08-24 07:53:32 -05:00
| `Issue #5849 <https://redmine.postgresql.org/issues/5849> `_ - Ensure that trigger function SQL should have 'create or replace function' instead of 'create function' only.
2021-08-24 06:35:23 -05:00
| `Issue #6531 <https://redmine.postgresql.org/issues/6531> `_ - Fixed the export image issue where relation lines are over the nodes.
2021-08-23 05:53:30 -05:00
| `Issue #6544 <https://redmine.postgresql.org/issues/6544> `_ - Fixed width limitation issue in PSQL tool window.
2021-08-18 09:03:01 -05:00
| `Issue #6564 <https://redmine.postgresql.org/issues/6564> `_ - Fixed an issue where columns with sequences get altered unnecessarily with a schema diff tool.
2021-08-25 00:35:28 -05:00
| `Issue #6570 <https://redmine.postgresql.org/issues/6570> `_ - Ensure that the lock panel should not be blocked for larger records.
2021-08-17 07:45:23 -05:00
| `Issue #6572 <https://redmine.postgresql.org/issues/6572> `_ - Partially fixes the data output panel display issue.
2021-08-24 06:31:06 -05:00
| `Issue #6641 <https://redmine.postgresql.org/issues/6641> `_ - Enables pgAdmin to retrieve user permissions in case of nested roles which helps to terminate the session for AWS RDS.
2021-08-20 02:21:33 -05:00
| `Issue #6663 <https://redmine.postgresql.org/issues/6663> `_ - Fixed no attribute '_asdict' error when connecting the database server.
2021-08-19 04:36:16 -05:00
| `Issue #6671 <https://redmine.postgresql.org/issues/6671> `_ - Fixed UnboundLocalError where local variable 'user_id' referenced before assignment.
2021-08-19 05:00:58 -05:00
| `Issue #6682 <https://redmine.postgresql.org/issues/6682> `_ - Renamed 'Auto rollback?' to 'Auto rollback on error?'.
2021-08-20 03:17:09 -05:00
| `Issue #6684 <https://redmine.postgresql.org/issues/6684> `_ - Fixed the JSON editor issue of hiding the first record.