Version 4.0 - pgAdmin 4 4.13 documentation
Release date: 2019-01-10
This release contains a number of features and fixes reported since the release of pgAdmin4 3.6
Features ¶
Issue #3589
- Allow query plans to be downloaded as an SVG file.
Issue #3692
- New UI design.
Issue #3801
- Allow servers to be pre-loaded into container deployments.
Bug fixes ¶
Issue #3083
- Increase the size of the resize handle of the edit grid text pop-out.
Issue #3354
- Fix handling of array types as inputs to the debugger.
Issue #3433
- Fix an issue that could cause the Query Tool to fail to render.
Issue #3559
- Further improvements to treeview restoration.
Issue #3599
- Run Postfix in the container build so passwords can be reset etc.
Issue #3619
- Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them.
Issue #3679
- Fix a webpack issue that could cause the Query Tool to fail to render.
Issue #3702
- Ensure we display the relation name (and not the OID) in the locks table wherever possible.
Issue #3711
- Fix an encoding issue in the Query Tool.
Issue #3726
- Include the WHERE clause on EXCLUDE constraints in RE-SQL.
Issue #3753
- Fix an issue when user define Cast from smallint->text is created.
Issue #3757
- Hide Radio buttons that should not be shown on the maintenance dialogue.
Issue #3780
- Ensure that null values handled properly in CSV download.
Issue #3796
- Tweak the wording on the Grant Wizard.
Issue #3797
- Prevent attempts to bulk-drop schema objects.
Issue #3798
- Ensure the browser toolbar buttons work in languages other than English.
Issue #3805
- Allow horizontal sizing of the edit grid text pop-out.
Issue #3809
- Ensure auto complete should works when first identifier in the FROM clause needs quoting.
Issue #3810
- Ensure auto complete should works for columns from a schema-qualified table.
Issue #3821
- Ensure identifiers are properly displayed in the plan viewer.
Issue #3830
- Make the setup process more robust against aborted executions.
Issue #3856
- Fixed an issue while creating export job.