Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRVYR-0020vf-Pd for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 10:27:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qRVYQ-00CMRQ-8G for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 10:27:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRVYP-00CMRI-WD for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 10:27:38 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRVYN-000JUT-OJ for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 10:27:37 +0000 Received: from github.com (hubbernetes-node-84b385b.va3-iad.github.net [10.48.210.33]) by smtp.github.com (Postfix) with ESMTPA id BAB5C8C11C2 for ; Thu, 3 Aug 2023 03:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691058453; bh=sbViRDqFfD0rAS4z6NICYAMpGnLVhqw/8oPWdOou/7Q=; h=Date:From:To:Subject:From; b=bI0aTwwHC7Eyq5SrMYdR17jgdu9a78CzYEEf1bwZ9Z0mFpMEAPbq+h1TSW3WGoy/a ZyaIdp2tQjKZnRKAV/M7HktMyaE8S3J8hmyoWgEw60aSeSaIlCxaoR2Y1Tk74X2VCW jYQFA3ZZ2OCrew3f4S9Sy4YvznlbdFmrmwEuE+ls= Date: Thu, 03 Aug 2023 03:27:33 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 1a7a23: Added WAL option to EXPLAIN ANALYZE command. #6382 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 1a7a23de3fe06dd843a9edae5a5e5371972d9476 https://github.com/pgadmin-org/pgadmin4/commit/1a7a23de3fe06dd843a9edae5a5e5371972d9476 Author: Akshay Joshi 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