Version 4.2 - pgAdmin 4 4.30 documentation
Release date: 2019-02-07
This release contains a number of fixes reported since the release of pgAdmin4 4.1
Bug fixes ¶
Issue #3051
- Replace Bootstrap switch with Bootstrap4 toggle to improve the performance.
Issue #3272
- Replace the PyCrypto module with the cryptography module.
Issue #3453
- Fixed SQL for foreign table options.
Issue #3475
- Fixed execution time to show Hours part for long running queries in Query Tool.
Issue #3608
- Messages tab of Query Tool should be clear on subsequent execution of table/view using View/Edit Data.
Issue #3609
- Clear drop-down menu should be disabled for View/Edit Data.
Issue #3664
- Fixed Statistics panel hang issue for 1000+ tables.
Issue #3693
- Proper error should be thrown when server group is created with existing name.
Issue #3695
- Ensure long string should be wrap in alertify dialogs.
Issue #3697
- Ensure that output of the query should be displayed even if Data Output window is detached from the Query Tool.
Issue #3774
- Proper SQL should be generated when create function with return type as custom type argument.
Issue #3800
- Ensure that database restriction of server dialog should work with special characters.
Issue #3811
- Ensure that Backup/Restore button should work on single click.
Issue #3837
- Fixed SQL for when clause while creating Trigger.
Issue #3838
- Proper SQL should be generated when creating/changing column with custom type argument.
Issue #3840
- Ensure that file format combo box value should be retained when hidden files checkbox is toggled.
Issue #3846
- Proper SQL should be generated when create procedure with custom type arguments.
Issue #3849
- Ensure that browser should warn before close or refresh.
Issue #3850
- Fixed EXEC script for procedures.
Issue #3853
- Proper SQL should be generated when create domain of type interval with precision.
Issue #3858
- Drop-down should be closed when click on any other toolbar button.
Issue #3862
- Fixed keyboard navigation for dialog tabs.
Issue #3865
- Increase frames splitter mouse hover area to make it easier to resize.
Issue #3871
- Fixed alignment of tree arrow icons for Internet Explorer.
Issue #3872
- Ensure object names in external process dialogues are properly escaped.
Issue #3891
- Correct order of Save and Cancel button for json/jsonb editing.
Issue #3897
- Data should be updated properly for FTS Configurations, FTS Dictionaries, FTS Parsers and FTS Templates.
Issue #3899
- Fixed unable to drop multiple Rules and Foreign Tables from properties tab.
Issue #3903
- Fixed Query Tool Initialization Error.
Issue #3908
- Fixed keyboard navigation for Select2 and Privilege cell in Backgrid.
Issue #3916
- Correct schema should be displayed in Materialized View dialog.
Issue #3929
- Fix alignment of help messages in properties panels.
Issue #3932
- Fix alignment of submenu for Internet Explorer.
Issue #3941
- Dashboard graph optimization.
Issue #3954
- Remove Python 2.6 code that’s now obsolete.
Issue #3955
- Expose the bind address in the Docker container via PGADMIN_BIND_ADDRESS.
Issue #3961
- Exclude HTTPExceptions from the all_exception_handler as they should be returned as-is.