[pgAdmin4][Patch] Grid on the dashboard is not getting refresh after killing the session

2019-01-18 Thread Murtuza Zabuawala
Hi, PFA minor patch to fix the regression issue where a user kills the session from the dashboard grid, but the grid was not getting refreshed and the killed session was not getting removed from it. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL

pgAdmin 4 commit: Correct order of Save and Cancel button for json/json

2019-01-18 Thread Akshay Joshi
Correct order of Save and Cancel button for json/jsonb editing. Fixes #3891 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27cdb835cb2f40f873bd09de1c352c4d519c8b57 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_not

pgAdmin 4 commit: Handle text wrapping in alertify dialog only when it

2019-01-18 Thread Akshay Joshi
Handle text wrapping in alertify dialog only when it is required. Regression of #3695 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=06ae799d0285dca9f5bdb0e01d4f4b6f48bfa7f1 Author: Aditya Toshniwal Modified Files -- web/pgadmin

[pgAdmin][RM3891]json/jsonb editing Save and Cancel buttons Reversed

2019-01-18 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix correct the buttons for json/jsonb type column data editing. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB Software Solutions | Pune "Don't Complain about Heat, Plant a tree" RM3891.patch Description: Binary da

Re: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group

2019-01-18 Thread Aditya Toshniwal
Hi Hackers, Attached is the revised patch. The previous patch may affect changes at unwanted places. The revised patch has limited scope and will affect only where required. Kindly review. On Tue, Jan 15, 2019 at 6:24 PM Akshay Joshi wrote: > Thanks patch applied. > > On Tue, Jan 15, 2019 at

pgAdmin 4 commit: Proper SQL should be generated when create function w

2019-01-18 Thread Akshay Joshi
Proper SQL should be generated when create function with return type as custom type argument. Fixes #3774 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69f689522446c3581a80e198736deeea6d0cc488 Modified Files -- docs/en_US/releas