pgAdmin 4 commit: Backend changes to fetch the statistics for the datab

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Backend changes to fetch the statistics for the datab
Date: 2016-04-14 11:17:01
Message-ID: E1aqfGf-0000Ne-07@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Backend changes to fetch the statistics for the database and server
nodes, along with the front-end changes for those node.

NOTE:
We've not yet added the support to show them on the front-end.

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/__init__.py | 27 ++++++++++++-
.../server_groups/servers/databases/__init__.py | 47 +++++++++++++---------
.../databases/templates/databases/js/databases.js | 4 +-
.../templates/databases/sql/9.1_plus/nodes.sql | 6 ++-
.../databases/sql/9.1_plus/properties.sql | 14 +++----
.../templates/databases/sql/9.1_plus/stats.sql | 29 +++++++++----
.../templates/databases/sql/9.2_plus/nodes.sql | 10 +++--
.../databases/sql/9.2_plus/properties.sql | 12 +++---
.../templates/databases/sql/9.2_plus/stats.sql | 34 ++++++++++++----
.../templates/databases/sql/9.3_plus/nodes.sql | 8 ++--
.../databases/sql/9.3_plus/properties.sql | 12 +++---
.../templates/databases/sql/9.3_plus/stats.sql | 34 ++++++++++++----
.../servers/templates/servers/servers.js | 2 +
.../browser/templates/browser/js/collection.js | 11 ++++-
14 files changed, 179 insertions(+), 71 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-14 11:37:22 pgAdmin 4 commit: Fix various issues with Types, per discussion
Previous Message Arun Kollan 2016-04-14 10:51:07 Styling error panel on dialogues