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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Include wait information on the activity tab of the d
Дата
Msg-id E1bvCgB-0004GD-K7@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed RM 1603 & RM 1220
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Cleanup the dashboard tables a little for readability