[pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric) numbers are sometimes rounded up when displayed

2016-12-23 Thread Surinder Kumar
Hi, Added 'numeric' type into string typecaster to prevent python from rounded up. Please find attached patch and review. Thanks, Surinder Kumar RM2039.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscriptio

[pgadmin-hackers] PATCH: Table dialogue column specification issues (pgAdmin4)

2016-12-23 Thread Murtuza Zabuawala
Hi, PFA patch to fix one last pending issue from RM#1394, Now user can change the value of SwitchCell when they goto SwitchCell using Tab key press, earlier it was not working as expected when user presses Tab key and user come to Switchcell for user input. RM#1394 -- Regards, Murtuza Zabuawala

[pgadmin-hackers] [pgAdmin4][patch]: RM#2026 - Debugger enabled when pldbgapi extension not loaded

2016-12-23 Thread Neel Patel
Hi, Please find attached patch file with the fix of RM #2026. *Issue :- * When debugger plugin is configured but doesn't have extension loaded in database then user allowed to launch the debugger. *Solution:-* Retrieve debugger plugin loaded information from database and return appropriate messa

[pgadmin-hackers] PATCH: Table dialogue column specification issues (pgAdmin4)

2016-12-23 Thread Murtuza Zabuawala
Hi, PFA patch to fix one last pending issue from RM#1394, Now user can change the value of SwitchCell when they goto SwitchCell using Tab key press, earlier it was not working as expected when user presses Tab key and user come to Switchcell for user input. RM#1394 -- Regards, Murtuza Zabuawala

[pgadmin-hackers] [pgAdmin4][Patch]: RM 2012 - Disable Save button if name is empty in Server-group

2016-12-23 Thread Surinder Kumar
Hi, The issue is with validation which is now fixed. Please find attached patch and review. Thanks, Surinder Kumar RM2012.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/

[pgadmin-hackers] [pgAdmin4][patch]: RM #1745 - Fixed Clear breakpoint issue

2016-12-23 Thread Neel Patel
Hi, Please find attached patch file for the fix of RM #1745. *Issue:-* Line number was set properly when user set the breakpoint so clear breakpoint was not working properly. Do review it and let us know for comments. Thanks, Neel Patel RM_1745.patch Description: Binary data -- Sent via pga

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1807 Query Tool Does Not Recognize When File Changes Have Been Saved

2016-12-23 Thread Akshay Joshi
Hi Dave I have fixed all the comments given by you. Attached is the modified patch file. Please review it. On Fri, Dec 16, 2016 at 7:08 PM, Dave Page wrote: > > > On Fri, Dec 16, 2016 at 1:24 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> On Fri, Dec 16, 2016 at 6:28 PM,

[pgadmin-hackers] [pgAdmin4][Patch]: RM2000 - Add support for "effective_io_concurrency" tablespace option under parameter tab in tablespace

2016-12-23 Thread Surinder Kumar
Hi, As per docs, for postgres version 9.5 , only two tablespaces options are supported "*seq_page_cost and random_page_cost*" And for 9.6 , the support for "*effective_io_concurrency*" is also added. The required changes are implemented in code and tested against postgresql-9.5, 9.6 & edb-ppas 9