Ensure that the query tool tab should be closed after server disconnection when auto-commit/auto-rollback is set to false. Fixes #5519

This commit is contained in:
Pradip Parkale
2021-04-01 11:58:59 +05:30
committed by Akshay Joshi
parent 07f2df7e66
commit 566f03beca
6 changed files with 89 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
************
Version 5.1
Version 5.2
************
Release date: 2021-04-22
@@ -18,6 +18,7 @@ Housekeeping
Bug fixes
*********
| `Issue #5519 <https://redmine.postgresql.org/issues/5519>`_ - Ensure that the query tool tab should be closed after server disconnection when auto-commit/auto-rollback is set to false.
| `Issue #6293 <https://redmine.postgresql.org/issues/6293>`_ - Fixed an issue where the procedure creation is failed when providing the Volatility option.
| `Issue #6344 <https://redmine.postgresql.org/issues/6344>`_ - Fixed cannot unpack non-iterable response object error when selecting any partition.
| `Issue #6356 <https://redmine.postgresql.org/issues/6356>`_ - Mark the Apache HTTPD config file as such in the web DEB and RPM packages.