pgAdmin 4 commit: Fixed an issue when the user performs refresh on a la

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue when the user performs refresh on a la
Date: 2020-04-27 13:22:40
Message-ID: E1jT3ia-0006k8-QF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue when the user performs refresh on a large size materialized view. Fixes #5213

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76eb3e9b67d70baca69bc6e4711033ffdc52274c
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../servers/databases/schemas/views/__init__.py | 186 +++++++++++++++++++--
.../databases/schemas/views/static/js/mview.js | 104 +++++++++---
.../schemas/views/tests/test_mviews_refresh.py | 149 +++++++++++++++++
4 files changed, 407 insertions(+), 33 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-27 13:23:20 Re: [pgAdmin4][Patch] - Improve LDAP Error messages
Previous Message Abhilasha Narendra 2020-04-27 13:18:22 Re: [pgAdmin][RM5348]LDAP Authentication Support