Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 326dc2bbcc6e8c923f8eca2d823a17259b5d3fa4
https://github.com/pgadmin-org/pgadmin4/commit/326dc2bbcc6e8c923f8eca2d823a17259b5d3fa4
Author: Khushboo Vashi <[email protected]>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M docs/en_US/release_notes_7_4.rst
M docs/en_US/release_notes_7_5.rst
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/sqleditor/command.py
M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx
M web/pgadmin/tools/sqleditor/tests/execute_query_test_utils.py
M web/pgadmin/tools/sqleditor/tests/test_download_csv_query_tool.py
M web/pgadmin/tools/sqleditor/tests/test_encoding_charset.py
M web/pgadmin/tools/sqleditor/tests/test_explain_plan.py
M web/pgadmin/tools/sqleditor/tests/test_poll_query_tool.py
M web/pgadmin/tools/sqleditor/tests/test_sql_ascii_encoding.py
M web/pgadmin/tools/sqleditor/tests/test_view_data.py
M web/pgadmin/tools/sqleditor/utils/start_running_query.py
M web/pgadmin/tools/sqleditor/utils/tests/test_save_changed_uuid_data.py
M web/pgadmin/tools/sqleditor/utils/tests/test_start_running_query.py
M web/pgadmin/utils/driver/psycopg3/connection.py
Log Message:
-----------
Fix an issue where queries longer than 1 minute get stuck - Container 7.1.
#6317 (#6491)
Fix an issue where queries longer than 1 minute get stuck - Container 7.1. #6317
Fix an issue where queries get stuck with auto-completion enabled. #6356
Fix an issue where queries can't complete execution. #6163