Add support in query history to show internal queries generated by pgAdmin during save data operations. Fixes #4612

This commit is contained in:
Yosry Muhammad
2019-08-16 17:17:12 +05:30
committed by Akshay Joshi
parent 4403f326e9
commit 687204771c
17 changed files with 712 additions and 363 deletions

View File

@@ -17,6 +17,7 @@ New features
| `Issue #4566 <https://redmine.postgresql.org/issues/4566>`_ - Allow enhanced cookie protection to be disabled for compatibility with dynamically addressed hosting environments.
| `Issue #4570 <https://redmine.postgresql.org/issues/4570>`_ - Add an optimisation to the internal code responsible for searching for treeview nodes.
| `Issue #4574 <https://redmine.postgresql.org/issues/4574>`_ - Display the row count in the popup message when counting table rows, not just in the properties list.
| `Issue #4612 <https://redmine.postgresql.org/issues/4612>`_ - Add support in query history to show internal queries generated by pgAdmin during save data operations.
Housekeeping
************