2020-09-17 14:40:01 +00:00
***** ***** **
Version 4.27
***** ***** **
Release date: 2020-10-15
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.26.
New features
***** ***** **
2020-09-28 09:56:45 +00:00
| `Issue #1402 <https://redmine.postgresql.org/issues/1402> `_ - Added Macro support.
2020-10-01 07:59:00 +00:00
| `Issue #3794 <https://redmine.postgresql.org/issues/3794> `_ - Allow user to change the database connection from an open query tool tab.
2020-09-28 09:52:46 +00:00
| `Issue #5200 <https://redmine.postgresql.org/issues/5200> `_ - Added support to ignore the owner while comparing objects in the Schema Diff tool
2020-09-17 14:40:01 +00:00
Housekeeping
***** ***** **
2020-09-22 09:13:46 +00:00
| `Issue #5330 <https://redmine.postgresql.org/issues/5330> `_ - Improve code coverage and API test cases for Functions.
2020-10-01 07:23:45 +00:00
| `Issue #5497 <https://redmine.postgresql.org/issues/5497> `_ - Merged the latest code of 'pgcli' used for the autocomplete feature.
2020-09-17 14:40:01 +00:00
Bug fixes
***** *** *
2020-09-28 12:21:59 +00:00
| `Issue #4806 <https://redmine.postgresql.org/issues/4806> `_ - Added useful message when the explain plan is not used and empty.
2020-09-29 05:33:38 +00:00
| `Issue #4855 <https://redmine.postgresql.org/issues/4855> `_ - Fixed an issue where file extension is stripped on renaming a file.
2020-09-29 05:26:57 +00:00
| `Issue #5131 <https://redmine.postgresql.org/issues/5131> `_ - Ensure that 'ctrl + a' shortcut does not move the cursor in SQL editor.
2020-09-17 14:51:00 +00:00
| `Issue #5417 <https://redmine.postgresql.org/issues/5417> `_ - Fixed and improve API test cases for the schema diff tool.
2020-09-22 04:10:59 +00:00
| `Issue #5739 <https://redmine.postgresql.org/issues/5739> `_ - Ensure that the import/export feature should work with SSH Tunnel.
2020-09-21 04:10:45 +00:00
| `Issue #5802 <https://redmine.postgresql.org/issues/5802> `_ - Remove maximum length on the password field in the server dialog.
2020-09-21 04:39:41 +00:00
| `Issue #5807 <https://redmine.postgresql.org/issues/5807> `_ - Fixed an issue where a column is renamed and then removed, then the drop SQL query takes the wrong column name.
2020-09-24 07:54:25 +00:00
| `Issue #5826 <https://redmine.postgresql.org/issues/5826> `_ - Fixed an issue where schema diff is showing identical table as different due to default vacuum settings.
2020-09-21 05:35:56 +00:00
| `Issue #5830 <https://redmine.postgresql.org/issues/5830> `_ - Fixed reverse engineering SQL where parenthesis is not properly arranged for View/MView definition.
2020-09-21 10:06:19 +00:00
| `Issue #5839 <https://redmine.postgresql.org/issues/5839> `_ - Ensure that multiple extensions can be dropped from the properties tab.
2020-09-22 07:44:40 +00:00
| `Issue #5841 <https://redmine.postgresql.org/issues/5841> `_ - Fixed an issue where the server is not able to connect using the service.
2020-09-23 07:51:50 +00:00
| `Issue #5843 <https://redmine.postgresql.org/issues/5843> `_ - Fixed an issue where the 'PARALLEL UNSAFE' option is missing from reverse engineering SQL of function/procedure.
2020-09-24 05:28:30 +00:00
| `Issue #5845 <https://redmine.postgresql.org/issues/5845> `_ - Fixed an issue where the query tool is not fetching more than 1000 rows for the table does not have any primary key.
2020-10-05 11:08:16 +00:00
| `Issue #5855 <https://redmine.postgresql.org/issues/5855> `_ - Ensure that the user should be able to change the start value of the existing sequence.
2020-09-30 06:59:59 +00:00
| `Issue #5861 <https://redmine.postgresql.org/issues/5861> `_ - Ensure that the 'Remove Server' option should be visible in the context menu.
2020-10-05 09:10:21 +00:00
| `Issue #5867 <https://redmine.postgresql.org/issues/5867> `_ - Fixed an issue where some properties are not being updated correctly for the shared server.
2020-10-05 12:23:47 +00:00
| `Issue #5882 <https://redmine.postgresql.org/issues/5882> `_ - Fixed invalid literal issue when fetching dependencies for Materialized View.
2020-10-05 09:10:21 +00:00
| `Issue #5885 <https://redmine.postgresql.org/issues/5885> `_ - Fixed an issue where the user is unable to change the macro name.