Version 4.11 - pgAdmin 4 4.30 documentation
Release date: 2019-07-25
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.10.
New features ¶
Issue #1760
- Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable.
Issue #4318
- Set the mouse cursor appropriately based on the layout lock state.
Issue #4335
- Add EXPLAIN options for SETTINGS and SUMMARY.
Housekeeping ¶
Issue #4415
- Add Reverse Engineered SQL tests for Roles and Resource Groups.
Issue #4441
- Add Reverse Engineered SQL tests for FDWs.
Issue #4452
- Add Reverse Engineered SQL tests for Languages.
Issue #4453
- Add Reverse Engineered SQL tests for Extensions.
Issue #4454
- Add Reverse Engineered SQL tests for FTS Configurations.
Issue #4456
- Add Reverse Engineered SQL tests for Packages.
Issue #4460
- Add Reverse Engineered SQL tests for FTS Dictionaries.
Issue #4463
- Add Reverse Engineered SQL tests for Domains.
Issue #4464
- Add Reverse Engineered SQL tests for Collations.
Issue #4468
- Add Reverse Engineered SQL tests for Types.
Issue #4469
- Add Reverse Engineered SQL tests for Sequences.
Issue #4471
- Add Reverse Engineered SQL tests for FTS Parsers.
Issue #4475
- Add Reverse Engineered SQL tests for Constraints.
Bug fixes ¶
Issue #3919
- Allow keyboard navigation of all controls on subnode grids.
Issue #3996
- Fix dropping of pgAgent schedules through the Job properties.
Issue #4224
- Prevent flickering of large tooltips on the Graphical EXPLAIN canvas.
Issue #4389
- Fix an error that could be seen when editing column privileges.
Issue #4393
- Ensure parameter values are quoted when needed when editing roles.
Issue #4395
- EXPLAIN options should be Query Tool instance-specific.
Issue #4427
- Fix an error while retrieving json data from the table.
Issue #4428
- Fix ‘malformed array literal’ error when updating a pgAgent job.
Issue #4429
- Ensure drag/drop from the treeview works as expected on Firefox.
Issue #4437
- Fix table icon issue when updating any existing field.
Issue #4442
- Ensure browser should not be started by Selenium when feature tests are excluded from a test run.
Issue #4446
- Use ROLE consistently when generating RE-SQL for roles, not USER.
Issue #4448
- Fix an error seen when updating a connection string in a pgAgent job step.
Issue #4462
- Fix some minor UI issues on IE11.
Issue #4470
- Fix sequence reverse engineered SQL generation with quoted names on PG 10+.
Issue #4484
- Fix an issue where Explain and Explain Analyze are not working, it’s regression of #1760.
Issue #4485
- Fix an issue where Filter toolbar button is not working in view/edit data, it’s regression of keyboard navigation.