pgAdmin 4 commit: 1) Ensure that the Owner should not be disabled while

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure that the Owner should not be disabled while
Date: 2021-12-09 11:30:04
Message-ID: E1mvHci-0002NZ-El@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Ensure that the Owner should not be disabled while creating the procedure. Fixes #7064
2) Fixed an issue where Explain Analyze shows negative exclusive time. Fixes #7003

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ec8d05a64a17462b02a924dc8e2d516462189d8
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/query_tool.rst | 2 +-
docs/en_US/release_notes_6_3.rst | 2 ++
.../databases/schemas/functions/static/js/function.ui.js | 8 +++++++-
.../servers/databases/schemas/functions/static/js/procedure.js | 2 +-
web/pgadmin/misc/static/explain/js/explain.js | 10 +++++++---
5 files changed, 18 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-09 11:30:28 Re: [pgAdmin][RM-7003]: Explain Analyze shows negative exclusive time
Previous Message Nikhil Mohite 2021-12-09 07:49:24 [pgAdmin][RM-7064]: Owner is disabled while creating procedure.