pgAdmin 4 commit: Fixed Statistics panel hang issue for 1000+ tables.F

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed Statistics panel hang issue for 1000+ tables.F
Дата
Msg-id E1gp8cW-0006Rn-5M@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: Remove hacky way to open/close the dropdown-submenu
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 3664 - Statistic panel hangs when 1000+ tables