[pgadmin-hackers] PATCH: pgAdmin III hangs - it try to close debugger when some query is already in progress

2010-03-10 Thread Ashesh Vashi
Hi, Please find the patch for the same. We found this issue from long time, but did not have time to resolve it. -- Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company FB12446_v1.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pga

Re: [pgadmin-hackers] New minor release?

2010-03-10 Thread Dave Page
On Tue, Mar 9, 2010 at 11:18 PM, Guillaume Lelarge wrote: > Le 08/03/2010 22:33, Guillaume Lelarge a écrit : >> Le 08/03/2010 19:24, Dave Page a écrit : >>> If u can finalise, stamp and tag today, that would be extremely >>> helpful. I'll build tomorrow then. >>> >> >> Stamped and tagged. I still

[pgadmin-hackers] SVN Commit by dpage: r8218 - trunk/pgadmin3/pgadmin/debugger

2010-03-10 Thread svn
Author: dpage Date: 2010-03-10 09:07:06 + (Wed, 10 Mar 2010) New Revision: 8218 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8218&view=rev Log: Don't crash if debugging a null procedure. [Ashesh Vashi] Modified: trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp --

[pgadmin-hackers] Re: PATCH: pgAdmin III hangs - it try to close debugger when some query is already in progress

2010-03-10 Thread Ashesh Vashi
Sorry previous patch has one 'fprintf'. Please find the updated patch. On Wed, Mar 10, 2010 at 1:11 PM, Ashesh Vashi wrote: > Hi, > > Please find the patch for the same. > We found this issue from long time, but did not have time to resolve it. > > -- > Ashesh Vashi > EnterpriseDB INDIA: Enterpr

[pgadmin-hackers] SVN Commit by dpage: r8219 - trunk/pgadmin3

2010-03-10 Thread svn
Author: dpage Date: 2010-03-10 09:10:12 + (Wed, 10 Mar 2010) New Revision: 8219 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8219&view=rev Log: Update the changelog. Modified: trunk/pgadmin3/CHANGELOG -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@post

[pgadmin-hackers] SVN Commit by dpage: r8220 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/debugger

2010-03-10 Thread svn
Author: dpage Date: 2010-03-10 09:12:14 + (Wed, 10 Mar 2010) New Revision: 8220 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8220&view=rev Log: Don't crash if debugging a null procedure. [Ashesh Vashi] Modified: branches/REL-1_10_0_PATCHES/pgadmin3/CHANGELOG bra

Re: [pgadmin-hackers] Re: PATCH: pgAdmin III hangs - it try to close debugger when some query is already in progress

2010-03-10 Thread Dave Page
For the benefit of the list, I've asked Ashesh to do some additional testing on this before we commit, as the debugger code can be quite finicky, with the threading behaving subtly differently on each of Win32, GTK and Mac. On Wed, Mar 10, 2010 at 8:42 AM, Ashesh Vashi wrote: > Sorry previous pat

Re: [pgadmin-hackers] New minor release?

2010-03-10 Thread Guillaume Lelarge
Le 10/03/2010 09:29, Dave Page a écrit : > On Tue, Mar 9, 2010 at 11:18 PM, Guillaume Lelarge > wrote: >> Le 08/03/2010 22:33, Guillaume Lelarge a écrit : >>> Le 08/03/2010 19:24, Dave Page a écrit : If u can finalise, stamp and tag today, that would be extremely helpful. I'll build tomo

Re: [pgadmin-hackers] New minor release?

2010-03-10 Thread Dave Page
Whenever u like :-) On 3/10/10, Guillaume Lelarge wrote: > Le 10/03/2010 09:29, Dave Page a écrit : >> On Tue, Mar 9, 2010 at 11:18 PM, Guillaume Lelarge >> wrote: >>> Le 08/03/2010 22:33, Guillaume Lelarge a écrit : Le 08/03/2010 19:24, Dave Page a écrit : > If u can finalise, stamp an

[pgadmin-hackers] Ticket 135: Support for the new CREATE TABLE OF syntax

2010-03-10 Thread Guillaume Lelarge
Hi, You'll find attached a patch that allows a user to specify a composite type in the table dialog to create a new table. It uses the "CREATE TABLE tablename OF typename" syntax. One restriction: the user can't change some column's properties (default value for example). The user has to create t

[pgadmin-hackers] SVN Commit by guillaume: r8221 - in trunk/www: . download

2010-03-10 Thread svn
Author: guillaume Date: 2010-03-10 18:57:47 + (Wed, 10 Mar 2010) New Revision: 8221 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8221&view=rev Log: Website update for 1.10.2 release. Modified: trunk/www/download/macosx.php trunk/www/download/source.php trunk

Re: [pgadmin-hackers] New minor release?

2010-03-10 Thread Guillaume Lelarge
Le 10/03/2010 19:28, Dave Page a écrit : > Whenever u like :-) > Done, thanks :) -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pg

[pgadmin-hackers] SVN Commit by guillaume: r8222 - in trunk/www/locale: cs_CZ/LC_MESSAGES fr_FR/LC_MESSAGES zh_CN/LC_MESSAGES

2010-03-10 Thread svn
Author: guillaume Date: 2010-03-10 18:58:49 + (Wed, 10 Mar 2010) New Revision: 8222 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8222&view=rev Log: Automatic stringmerge using merge script. Modified: trunk/www/locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo trunk/w

[pgadmin-hackers] SVN Commit by guillaume: r8223 - trunk/www/advocacy

2010-03-10 Thread svn
Author: guillaume Date: 2010-03-10 19:05:06 + (Wed, 10 Mar 2010) New Revision: 8223 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8223&view=rev Log: Fix a sentence. Modified: trunk/www/advocacy/index.php -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@p

[pgadmin-hackers] SVN Commit by guillaume: r8224 - in trunk/www/locale: cs_CZ/LC_MESSAGES fr_FR/LC_MESSAGES zh_CN/LC_MESSAGES

2010-03-10 Thread svn
Author: guillaume Date: 2010-03-10 19:05:47 + (Wed, 10 Mar 2010) New Revision: 8224 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8224&view=rev Log: Automatic stringmerge using merge script. Modified: trunk/www/locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo trunk/w

[pgadmin-hackers] SVN Commit by guillaume: r8225 - trunk/www/locale/fr_FR/LC_MESSAGES

2010-03-10 Thread svn
Author: guillaume Date: 2010-03-10 19:08:02 + (Wed, 10 Mar 2010) New Revision: 8225 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8225&view=rev Log: Update website french translation. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/loc

Re: [pgadmin-hackers] New minor release?

2010-03-10 Thread Dave Page
Thanks :-) On 3/10/10, Guillaume Lelarge wrote: > Le 10/03/2010 19:28, Dave Page a écrit : >> Whenever u like :-) >> > > Done, thanks :) > > > -- > Guillaume. > http://www.postgresqlfr.org > http://dalibo.com > -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com PG East Conference: htt