[pgadmin-org/pgadmin4] 326dc2: Fix an issue where queries longer than 1 minute ge...

From: Khushboo Vashi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 326dc2: Fix an issue where queries longer than 1 minute ge...
Date: 2023-07-04 05:14:59
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/cba689-326dc2@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 326dc2bbcc6e8c923f8eca2d823a17259b5d3fa4
https://github.com/pgadmin-org/pgadmin4/commit/326dc2bbcc6e8c923f8eca2d823a17259b5d3fa4
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2023-07-04 06:23:38 [pgadmin-org/pgadmin4] d09c3b: Update release notes.
Previous Message Khushboo Vashi 2023-07-04 05:00:34 Re: Regarding feature #642