Re: [pgadmin-hackers] Review patches regarding memory leaks in pgadmin fat client

2014-12-18 Thread Dave Page
Thanks - patch applied. On Thu, Dec 18, 2014 at 1:32 PM, Sanket Mehta wrote: > > Hi Akshay, > > PFA the patch to resolve memory leaks in pgadmin desktop client. > > Below are the files modified and scenario in which this memory leak will > occur. > > *1. pgadmin/dlg/dlgProperty.cpp:* > *scenario

[pgadmin-hackers] pgAdmin III commit: Update xrcDialogs.cpp

2014-12-18 Thread Dave Page
Update xrcDialogs.cpp Branch -- REL-1_20_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=43b774150c16386489304e680ff1e921a8e29c0f Modified Files -- pgadmin/ui/xrcDialogs.cpp | 6792 ++--- 1 file chang

[pgadmin-hackers] pgAdmin III commit: Update xrcDialogs.cpp

2014-12-18 Thread Dave Page
Update xrcDialogs.cpp Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4bf6ed8b02a9324ebd4ee51fdb4e06442e3aa73d Modified Files -- pgadmin/ui/xrcDialogs.cpp | 6792 ++--- 1 file changed, 3396 ins

[pgadmin-hackers] pgAdmin III commit: Fix the astyle invocation for moder releases and ru

2014-12-18 Thread Dave Page
Fix the astyle invocation for moder releases and run "make style" Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cc9b71b9654d96add774089547b704fe6c2a7ff9 Modified Files -- Makefile.am|4 +

[pgadmin-hackers] pgAdmin III commit: Fix the astyle invocation for moder releases and ru

2014-12-18 Thread Dave Page
Fix the astyle invocation for moder releases and run "make style" Branch -- REL-1_20_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d85089a93d82a48811d302b5d1f7288279e64f39 Modified Files -- Makefile.am

[pgadmin-hackers] pgAdmin III commit: Fix various memory leaks:

2014-12-18 Thread Dave Page
Fix various memory leaks: 1. pgadmin/dlg/dlgProperty.cpp: scenario 1: In table property dialog, memory leak occurs while filling the owner's combo box in properties tab as in dlgProperty::FillComboBox() function set was not being deleted. scenario 2: in Database property window, memory leak o

[pgadmin-hackers] pgAdmin III commit: Fix various memory leaks:

2014-12-18 Thread Dave Page
Fix various memory leaks: 1. pgadmin/dlg/dlgProperty.cpp: scenario 1: In table property dialog, memory leak occurs while filling the owner's combo box in properties tab as in dlgProperty::FillComboBox() function set was not being deleted. scenario 2: in Database property window, memory leak o

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

2014-12-18 Thread Dave Page
Tag REL-1_20_0 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=tag;h=refs/tags/REL-1_20_0 Log Message --- Tag 1.20.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpre

[pgadmin-hackers] Review patches regarding memory leaks in pgadmin fat client

2014-12-18 Thread Sanket Mehta
Hi Akshay, PFA the patch to resolve memory leaks in pgadmin desktop client. Below are the files modified and scenario in which this memory leak will occur. *1. pgadmin/dlg/dlgProperty.cpp:* *scenario 1:* In table property dialog, memory leak occurs while filling the owner's combo box in propert

[pgadmin-hackers] Feature request: option to highlight function calls in the SQL editor.

2014-12-18 Thread sunset9002
Hello: I don't know if this is the appropriate place to do a feature request, so excuse me if I'm wrong. I believe that it would be very useful to have an option to highlight or colour the calls to functions in the SQL editor. One tries to structure the queries so that they're as much readable as