[pgadmin-org/pgadmin4] 1a7a23: Added WAL option to EXPLAIN ANALYZE command. #6382

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 1a7a23: Added WAL option to EXPLAIN ANALYZE command. #6382
Date: 2023-08-03 10:27:33
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/59c4a0-1a7a23@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: 1a7a23de3fe06dd843a9edae5a5e5371972d9476
https://github.com/pgadmin-org/pgadmin4/commit/1a7a23de3fe06dd843a9edae5a5e5371972d9476
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-08-03 (Thu, 03 Aug 2023)

Changed paths:
M docs/en_US/images/preferences_sql_explain.png
M docs/en_US/images/query_toolbar_explain.png
M docs/en_US/preferences.rst
M docs/en_US/query_tool_toolbar.rst
M docs/en_US/release_notes_7_6.rst
M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx
A web/pgadmin/tools/sqleditor/templates/sqleditor/sql/13_plus/explain_plan.sql
M web/pgadmin/tools/sqleditor/tests/test_explain_plan_templates.py
M web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py

Log Message:
-----------
Added WAL option to EXPLAIN ANALYZE command. #6382

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2023-08-03 10:39:27 [pgadmin-org/pgadmin4] 48bfc6: Generate software bill of materials as part of the...
Previous Message Aditya Toshniwal 2023-08-03 06:39:11 [pgadmin-org/pgadmin4] 59c4a0: Fix an issue where query tool on shared server is ...