2021-09-09 02:54:55 -05:00
***** ***** **
Version 6.0
***** ***** **
Release date: 2021-10-07
This release contains a number of bug fixes and new features since the release of pgAdmin4 5.7.
New features
***** ***** **
| `Issue #4211 <https://redmine.postgresql.org/issues/4211> `_ - Added support for OWNED BY Clause for sequences.
Housekeeping
***** ***** **
| `Issue #5741 <https://redmine.postgresql.org/issues/5741> `_ - Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'.
2021-09-27 06:14:26 -05:00
| `Issue #6129 <https://redmine.postgresql.org/issues/6129> `_ - Port browser tree to React.
2021-09-09 02:54:55 -05:00
| `Issue #6588 <https://redmine.postgresql.org/issues/6588> `_ - Port object nodes and properties dialogs to React.
2021-09-20 02:32:41 -05:00
| `Issue #6687 <https://redmine.postgresql.org/issues/6687> `_ - Port Grant Wizard to react.
2021-09-09 02:54:55 -05:00
| `Issue #6692 <https://redmine.postgresql.org/issues/6692> `_ - Remove GPDB support completely.
Bug fixes
***** *** *
2021-09-20 02:32:41 -05:00
| `Issue #2097 <https://redmine.postgresql.org/issues/2097> `_ - Fixed an issue where grant wizard is unresponsive if the database size is huge.
2021-09-09 06:00:31 -05:00
| `Issue #2546 <https://redmine.postgresql.org/issues/2546> `_ - Added support to create the Partitioned table using COLLATE and opclass.
2021-09-17 10:31:24 -05:00
| `Issue #3827 <https://redmine.postgresql.org/issues/3827> `_ - Ensure that in the Query History tab, query details should be scrollable.
2021-09-09 05:34:59 -05:00
| `Issue #6712 <https://redmine.postgresql.org/issues/6712> `_ - Fixed an issue where collapse and expand arrows mismatch in case of nested IF.
2021-09-17 10:14:57 -05:00
| `Issue #6713 <https://redmine.postgresql.org/issues/6713> `_ - Fixed an issue where the last message is not visible in the Debugger.
2021-09-17 10:34:49 -05:00
| `Issue #6723 <https://redmine.postgresql.org/issues/6723> `_ - Updated query error row selection color as per dark theme style guide.
2021-09-10 07:57:16 -05:00
| `Issue #6724 <https://redmine.postgresql.org/issues/6724> `_ - Fixed an issue where the drop cascade button enables for Databases.
2021-09-21 06:18:10 -05:00
| `Issue #6736 <https://redmine.postgresql.org/issues/6736> `_ - Fixed an issue where Refresh view options are not working for materialized view.
2021-09-28 04:33:28 -05:00
| `Issue #6755 <https://redmine.postgresql.org/issues/6755> `_ - Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter.
2021-09-27 00:27:08 -05:00
| `Issue #6759 <https://redmine.postgresql.org/issues/6759> `_ - Ensure that RLS names should not be editable in the collection node of properties tab.
2021-10-06 06:35:28 -05:00
| `Issue #6798 <https://redmine.postgresql.org/issues/6798> `_ - Fixed an issue where Execute button of the query tool gets disabled once we change anything in the data grid.
2021-10-06 04:19:56 -05:00
| `Issue #6834 <https://redmine.postgresql.org/issues/6834> `_ - Ensure that SQL help should work for EPAS servers.