Re: [pgadmin-hackers] Bug in the graphical explain

2013-08-20 Thread Ashesh Vashi
On Fri, Jul 19, 2013 at 1:58 AM, Dave Page wrote: > Ashesh; do we have any capacity in the team to spend a little time on > this at the moment? It'll affect the PEM SQL Profiler as well of > course... > First of all apology for very late reply. Here is the patch which resolves this problem. > >

Re: [pgadmin-hackers] Fixed one minor issue related to "Reassign objects to"

2013-08-20 Thread Akshay Joshi
On Mon, Aug 5, 2013 at 5:29 PM, Dave Page wrote: > Hi > > On Fri, Aug 2, 2013 at 8:53 AM, Akshay Joshi > wrote: > > Hi Dave > > > > I have fixed one minor issue when user right click on any login role and > > select "Reassign/Drop Owned..." context menu. When user click on "OK" > > button, but t

[pgadmin-hackers] pgAdmin III commit: Ensure VALID UNTIL isn't inadvertently set to the e

2013-08-20 Thread Dave Page
Ensure VALID UNTIL isn't inadvertently set to the epoch. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f885020f34194a1103abd14635d8dc905186d0db Author: Dinesh Kumar Modified Files -- pgadmin/dlg/dlgRole.cpp |2 +- 1 file chang

[pgadmin-hackers] pgAdmin III commit: Support updated flags for foreign keys in PG 9.3.

2013-08-20 Thread Dave Page
Support updated flags for foreign keys in PG 9.3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=19c88bcccb2322bcd49f9f7b70fb724a12e0bbdb Modified Files -- pgadmin/schema/pgForeignKey.cpp |1 + 1 file changed, 1 insertion(+) -

[pgadmin-hackers] pgAdmin III commit: Fix a layout bug in the graphical explain renderer

2013-08-20 Thread Dave Page
Fix a layout bug in the graphical explain renderer that could render nodes on top of each other. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5895bcfad68862cb8ac9a3fddffb42ef1aa573ab Author: Ashesh Vashi Modified Files -- CHANG

Re: [pgadmin-hackers] Bug in the graphical explain

2013-08-20 Thread Dave Page
Works nicely - not entirely sure I understand how, but it does the job!! Nice work - committed. Thanks! On Tue, Aug 20, 2013 at 8:15 AM, Ashesh Vashi wrote: > On Fri, Jul 19, 2013 at 1:58 AM, Dave Page wrote: > >> Ashesh; do we have any capacity in the team to spend a little time on >> this

[pgadmin-hackers] pgAdmin III commit: Tidy up the DROP/REASSIGN dialogue.

2013-08-20 Thread Dave Page
Tidy up the DROP/REASSIGN dialogue. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c50c7114eda7119d09d3b2ea0bf7586d6e7ddbdd Author: Akshay Joshi Modified Files -- pgadmin/dlg/dlgReassignDropOwned.cpp |3 + pgadmin/ui/dlgReassig

Re: [pgadmin-hackers] Fixed one minor issue related to "Reassign objects to"

2013-08-20 Thread Dave Page
Thanks - applied. On Tue, Aug 20, 2013 at 8:19 AM, Akshay Joshi wrote: > > > > On Mon, Aug 5, 2013 at 5:29 PM, Dave Page wrote: >> >> Hi >> >> On Fri, Aug 2, 2013 at 8:53 AM, Akshay Joshi >> wrote: >> > Hi Dave >> > >> > I have fixed one minor issue when user right click on any login role and >

[pgadmin-hackers] pgAdmin III commit: Bump version for RC

2013-08-20 Thread Dave Page
Bump version for RC Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5130e870c709223d32553cd742e9768ae7e63fe8 Modified Files -- pgadmin/include/version.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via pg

Re: [pgadmin-hackers] Bug in the graphical explain

2013-08-20 Thread Ashesh Vashi
On Tue, Aug 20, 2013 at 1:15 PM, Dave Page wrote: > Works nicely - not entirely sure I understand how, but it does the job!! > :-) The position of the shapes were calculated based on the root-shape. As we do have multiple plans in a single explain query, the position of the shapes of the start f

Re: [pgadmin-hackers] Bug in the graphical explain

2013-08-20 Thread Dave Page
On Tue, Aug 20, 2013 at 8:57 AM, Ashesh Vashi wrote: > On Tue, Aug 20, 2013 at 1:15 PM, Dave Page wrote: > >> Works nicely - not entirely sure I understand how, but it does the job!! >> > :-) > > The position of the shapes were calculated based on the root-shape. > As we do have multiple plans i

[pgadmin-hackers] pgAdmin III commit: Tag REL-1_18_0-RC1 has been created.

2013-08-20 Thread Dave Page
Tag REL-1_18_0-RC1 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=tag;h=refs/tags/REL-1_18_0-RC1 Log Message --- Tag 1.18.0 RC1 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql

Re: [pgadmin-hackers] Bug in the graphical explain

2013-08-20 Thread Guillaume Lelarge
On Tue, 2013-08-20 at 08:58 +0100, Dave Page wrote: > On Tue, Aug 20, 2013 at 8:57 AM, Ashesh Vashi > wrote: > > > On Tue, Aug 20, 2013 at 1:15 PM, Dave Page wrote: > > > >> Works nicely - not entirely sure I understand how, but it does the job!! > >> > > :-) > > > > The position of the shapes w

Re: [pgadmin-hackers] Bug in the graphical explain

2013-08-20 Thread Ashesh Vashi
On Tue, Aug 20, 2013 at 6:59 PM, Guillaume Lelarge wrote: > On Tue, 2013-08-20 at 08:58 +0100, Dave Page wrote: > > On Tue, Aug 20, 2013 at 8:57 AM, Ashesh Vashi < > ashesh.va...@enterprisedb.com > > > wrote: > > > > > On Tue, Aug 20, 2013 at 1:15 PM, Dave Page wrote: > > > > > >> Works nicely -