2018-11-27 05:18:47 -06:00
***** ***** *
2019-01-07 04:44:58 -06:00
Version 4.0
2018-11-27 05:18:47 -06:00
***** ***** *
Release date: 2019-01-10
This release contains a number of features and fixes reported since the release of pgAdmin4 3.6
Features
***** ***
2018-12-13 04:49:56 -06:00
| `Feature #3589 <https://redmine.postgresql.org/issues/3589> `_ - Allow query plans to be downloaded as an SVG file.
2019-01-04 07:11:20 -06:00
| `Feature #3692 <https://redmine.postgresql.org/issues/3692> `_ - New UI design.
2018-12-13 04:49:56 -06:00
| `Feature #3801 <https://redmine.postgresql.org/issues/3801> `_ - Allow servers to be pre-loaded into container deployments.
2018-11-27 05:18:47 -06:00
Bug fixes
***** *** *
2018-12-13 04:56:45 -06:00
| `Bug #3083 <https://redmine.postgresql.org/issues/3083> `_ - Increase the size of the resize handle of the edit grid text pop-out.
2018-11-27 05:18:47 -06:00
| `Bug #3354 <https://redmine.postgresql.org/issues/3354> `_ - Fix handling of array types as inputs to the debugger.
2018-12-13 05:15:55 -06:00
| `Bug #3433 <https://redmine.postgresql.org/issues/3433> `_ - Fix an issue that could cause the Query Tool to fail to render.
2019-01-04 07:06:45 -06:00
| `Bug #3549 <https://redmine.postgresql.org/issues/3549> `_ - Display event trigger functions correctly on EPAS.
2018-12-21 05:36:11 -06:00
| `Bug #3559 <https://redmine.postgresql.org/issues/3559> `_ - Further improvements to treeview restoration.
2018-12-05 08:44:23 -06:00
| `Bug #3599 <https://redmine.postgresql.org/issues/3599> `_ - Run Postfix in the container build so passwords can be reset etc.
2018-12-04 11:04:27 -06:00
| `Bug #3619 <https://redmine.postgresql.org/issues/3619> `_ - Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them.
2019-01-03 08:43:45 -06:00
| `Bug #3679 <https://redmine.postgresql.org/issues/3679> `_ - Fix a webpack issue that could cause the Query Tool to fail to render.
2019-01-04 08:45:28 -06:00
| `Bug #3702 <https://redmine.postgresql.org/issues/3702> `_ - Ensure we display the relation name (and not the OID) in the locks table wherever possible.
2018-12-04 11:04:27 -06:00
| `Bug #3711 <https://redmine.postgresql.org/issues/3711> `_ - Fix an encoding issue in the query tool.
2018-12-18 07:37:04 -06:00
| `Bug #3726 <https://redmine.postgresql.org/issues/3726> `_ - Include the WHERE clause on EXCLUDE constraints in RE-SQL.
2018-12-19 06:32:04 -06:00
| `Bug #3753 <https://redmine.postgresql.org/issues/3753> `_ - Fix an issue when user define Cast from smallint->text is created.
2018-12-10 03:37:27 -06:00
| `Bug #3757 <https://redmine.postgresql.org/issues/3757> `_ - Hide Radio buttons that should not be shown on the maintenance dialogue.
2019-01-01 03:44:32 -06:00
| `Bug #3780 <https://redmine.postgresql.org/issues/3780> `_ - Ensure that null values handled properly in CSV download.
2018-12-20 04:17:00 -06:00
| `Bug #3796 <https://redmine.postgresql.org/issues/3796> `_ - Tweak the wording on the Grant Wizard.
2018-12-13 05:51:57 -06:00
| `Bug #3797 <https://redmine.postgresql.org/issues/3797> `_ - Prevent attempts to bulk-drop schema objects.
2018-12-13 04:56:45 -06:00
| `Bug #3798 <https://redmine.postgresql.org/issues/3798> `_ - Ensure the browser toolbar buttons work in languages other than English.
2018-12-20 04:09:11 -06:00
| `Bug #3805 <https://redmine.postgresql.org/issues/3805> `_ - Allow horizontal sizing of the edit grid text pop-out.
2019-01-03 05:52:42 -06:00
| `Bug #3809 <https://redmine.postgresql.org/issues/3809> `_ - Ensure auto complete should works when first identifier in the FROM clause needs quoting.
2019-01-03 07:29:57 -06:00
| `Bug #3810 <https://redmine.postgresql.org/issues/3810> `_ - Ensure auto complete should works for columns from a schema-qualified table.
2018-12-21 04:30:49 -06:00
| `Bug #3821 <https://redmine.postgresql.org/issues/3821> `_ - Ensure identifiers are properly displayed in the plan viewer.
2019-01-08 01:32:29 -06:00
| `Bug #3830 <https://redmine.postgresql.org/issues/3830> `_ - Make the setup process more robust against aborted executions.
| `Bug #3856 <https://redmine.postgresql.org/issues/3856> `_ - Fixed an issue while creating export job.