pgAdmin 4 commit: Fixed Statistics panel hang issue for 1000+ tables.F - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed Statistics panel hang issue for 1000+ tables.F
Date
Msg-id E1gp8cW-0006Rn-5M@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed Statistics panel hang issue for 1000+ tables. Fixes #3664

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6244463ac1f0bc5e9d6ce53f60855dc0cb94da9b
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |  1 +
web/pgadmin/browser/static/js/collection.js        |  2 +-
.../misc/statistics/static/js/statistics.js        | 28 +++++++++++++++++++---
3 files changed, 27 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: Remove hacky way to open/close the dropdown-submenu
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables