pgAdmin 4 commit: Include wait information on the activity tab of the d

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Include wait information on the activity tab of the d
Date: 2016-10-15 00:18:23
Message-ID: E1bvCgB-0004GD-K7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Include wait information on the activity tab of the dashboards. Fixes #1859

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=faf517e12bf1f0558360c77e8fcc7f365617a128

Modified Files
--------------
web/pgadmin/dashboard/__init__.py | 21 +++++++--
.../templates/dashboard/database_dashboard.html | 2 +-
.../dashboard/templates/dashboard/js/dashboard.js | 50 +++++++++++++++++++++-
.../templates/dashboard/server_dashboard.html | 2 +-
.../templates/dashboard/sql/9.1_plus/activity.sql | 3 +-
.../templates/dashboard/sql/9.6_plus/activity.sql | 15 +++++++
.../templates/dashboard/sql/9.6_plus/bio_stats.sql | 3 ++
.../templates/dashboard/sql/9.6_plus/config.sql | 10 +++++
.../templates/dashboard/sql/9.6_plus/locks.sql | 23 ++++++++++
.../templates/dashboard/sql/9.6_plus/prepared.sql | 12 ++++++
.../dashboard/sql/9.6_plus/session_stats.sql | 4 ++
.../templates/dashboard/sql/9.6_plus/ti_stats.sql | 4 ++
.../templates/dashboard/sql/9.6_plus/to_stats.sql | 3 ++
.../templates/dashboard/sql/9.6_plus/tps_stats.sql | 4 ++
14 files changed, 148 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-15 00:42:34 pgAdmin 4 commit: Cleanup the dashboard tables a little for readability
Previous Message Dave Page 2016-10-14 23:47:19 Re: [pgAdmin4][Patch]: Fixed RM 1603 & RM 1220