pgAdmin 4 commit: Add support for Trigger and JIT stats in the graphica

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for Trigger and JIT stats in the graphica
Date: 2018-07-06 12:13:18
Message-ID: E1fbPby-0002Hw-VR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for Trigger and JIT stats in the graphical query plan viewer. Fixes #3397

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2b20b387e2b2ff2cf20e3806248b6ad5ccd22365
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 2 +-
web/pgadmin/feature_tests/query_tool_tests.py | 63 +++++++++++++++
web/pgadmin/misc/static/explain/css/explain.css | 22 +++++-
web/pgadmin/misc/static/explain/js/explain.js | 38 ++++++++-
.../misc/static/explain/js/explain_statistics.js | 90 ++++++++++++++++++++++
.../misc/explain/explain_statistics_spec.js | 87 +++++++++++++++++++++
6 files changed, 296 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-06 12:14:42 Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11
Previous Message Akshay Joshi 2018-07-06 05:44:25 Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11