[pgadmin-hackers] SVN Commit by dpage: r7050 - in trunk/pgadmin3: . pgadmin/debugger

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 22:30:58 + (Mon, 04 Feb 2008) New Revision: 7050 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7050&view=rev Log: Allow non-superusers to debug their own functions. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/debugger/

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

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 22:30:19 + (Mon, 04 Feb 2008) New Revision: 7049 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7049&view=rev Log: Allow non-superusers to debug their own functions. Modified: branches/REL-1_8_0_PATCHES/pgadmin3/CHANGELOG branches/RE

[pgadmin-hackers] pgadmin using pg_dump 8.3beta2

2008-02-04 Thread Erik
Hello, I installed (windows) pgadmin 1.8.2 (on top of 1.8.1), and I noticed it intends to make a database dump with a pg_dump which is 8.3beta2 I don't know if this is intentional, just thought I'd mention it, I expected it to be at least 8.3rc2 (or even newer). I suppose there will be a new pga

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-04 Thread Robins Tharakan
Hi Dave, Thanks for the feedback. A positive note certainly helps :) I've tried to work on the things mentioned and although I can think of a few more additions, I think I'd work on them separately once this gets through. A few updates: 1. Replaced all SQL related _() with wxT() 2. Created a sep

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-04 Thread Robins Tharakan
Hi Dave, Thanks for the feedback. A positive note certainly helps :) I've tried to work on the things mentioned and although I can think of a few more additions, I think I'd work on them separately once this gets through. A few updates: 1. Replaced all SQL related _() with wxT() 2. Created a sep

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

2008-02-04 Thread svn
Author: guillaume Date: 2008-02-04 15:43:12 + (Mon, 04 Feb 2008) New Revision: 7048 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7048&view=rev Log: Update website french translation. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/loc

[pgadmin-hackers] SVN Commit by dpage: r7047 - in trunk/pgadmin3/pgadmin: . db debugger dlg

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 13:51:49 + (Mon, 04 Feb 2008) New Revision: 7047 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7047&view=rev Log: Missing c_str()'s Modified: trunk/pgadmin3/pgadmin/db/pgConn.cpp trunk/pgadmin3/pgadmin/db/pgSet.cpp trunk/pgadmin

[pgadmin-hackers] SVN Commit by dpage: r7046 - in branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin: . db debugger dlg

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 13:50:00 + (Mon, 04 Feb 2008) New Revision: 7046 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7046&view=rev Log: Missing c_str()'s Modified: branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/db/pgConn.cpp branches/REL-1_8_0_PATCHES/pgad

Re: [pgadmin-hackers] Missing ssl test in configure

2008-02-04 Thread Dave Page
On Feb 1, 2008 11:33 AM, Zdenek Kotala <[EMAIL PROTECTED]> wrote: > I attach suggested patch. I add libssl and libkrb5 tests, but maybe it > is not good place put them directly into PostgreSQL test. Please, feel > free to move it to correct place. Thanks, committed to SVN trunk. That code needs so

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

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 12:56:38 + (Mon, 04 Feb 2008) New Revision: 7045 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7045&view=rev Log: Add checks for kerberos and ssl [Zdenek Kotala] Modified: trunk/pgadmin3/acinclude.m4 ---(end o

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-04 Thread Dave Page
Hi, On Feb 1, 2008 4:38 AM, Robins Tharakan <[EMAIL PROTECTED]> wrote: > The good part is that now the patch does the following: > 1. Provide options for 'Filter by Selection' / 'Filter Excluding Selection' > / 'Remove Filter' > 2. Takes care if cells have NULL value > 3. Takes multiple Include /

[pgadmin-hackers] SVN Commit by dpage: r7044 - in branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin: . db debugger dlg

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 10:57:37 + (Mon, 04 Feb 2008) New Revision: 7044 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7044&view=rev Log: Fix some potential causes of crashes. Modified: branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/db/pgConn.cpp branches/REL

[pgadmin-hackers] SVN Commit by dpage: r7043 - in trunk/pgadmin3/pgadmin: . db debugger dlg

2008-02-04 Thread svn
Author: dpage Date: 2008-02-04 10:57:22 + (Mon, 04 Feb 2008) New Revision: 7043 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7043&view=rev Log: Fix some potential causes of crashes. Modified: trunk/pgadmin3/pgadmin/db/pgConn.cpp trunk/pgadmin3/pgadmin/db/pgSet.c