[pgadmin-hackers] SVN Commit by dpage: r5757 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/schema

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 08:42:46 + (Thu, 07 Dec 2006) New Revision: 5757 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5757&view=rev Log: Add '...' to truncated column comments in table SQL, per Erwin Brandstetter. Modified: branches/REL-1_6_0_PATCHES/pgadmin

[pgadmin-hackers] SVN Commit by dpage: r5758 - in trunk/pgadmin3: . src/schema

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 08:43:05 + (Thu, 07 Dec 2006) New Revision: 5758 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5758&view=rev Log: Add '...' to truncated column comments in table SQL, per Erwin Brandstetter. Modified: trunk/pgadmin3/CHANGELOG trunk/

[pgadmin-hackers] SVN Commit by dpage: r5759 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/include src/schema

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 09:52:43 + (Thu, 07 Dec 2006) New Revision: 5759 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5759&view=rev Log: Reverse engineer columns with multi-word names (like 'timestamp with timezone') correctly so that precision and array modifie

[pgadmin-hackers] SVN Commit by dpage: r5760 - in trunk/pgadmin3: . src/include src/schema

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 09:53:00 + (Thu, 07 Dec 2006) New Revision: 5760 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5760&view=rev Log: Reverse engineer columns with multi-word names (like 'timestamp with timezone') correctly so that precision and array modifie

[pgadmin-hackers] SVN Commit by dpage: r5761 - in trunk/pgadmin3: . src/frm

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 10:34:20 + (Thu, 07 Dec 2006) New Revision: 5761 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5761&view=rev Log: Display the transation start time on the server status windows on PostgreSQL 8.3+ Modified: trunk/pgadmin3/CHANGELOG

[pgadmin-hackers] SVN Commit by dpage: r5762 - in trunk/pgadmin3: . src src/ctl src/utils xtra/pgaevent xtra/pgagent

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 11:40:04 + (Thu, 07 Dec 2006) New Revision: 5762 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5762&view=rev Log: Update VC++ projects to match source tree layout. Use precompiled headers whereever possible. Modified: trunk/pgadmin3/p

[pgadmin-hackers] Recent refactoring broke VC++ 2005 EE

2006-12-07 Thread Milen A. Radev
I'm using VC+ 2005 Express Edition to build pgAdmin and the changes from revision 5762 are (probably) incompatible with this edition. I got the following error messages: "Solution folders are not supported in this version of Visual Studio. Solution folder 'xtra' will be displayed as unavailable."

Re: [pgadmin-hackers] Recent refactoring broke VC++ 2005 EE

2006-12-07 Thread Dave Page
Milen A. Radev wrote: I'm using VC+ 2005 Express Edition to build pgAdmin and the changes from revision 5762 are (probably) incompatible with this edition. I got the following error messages: "Solution folders are not supported in this version of Visual Studio. Solution folder 'xtra' will be dis

Re: [pgadmin-hackers] Recent refactoring broke VC++ 2005 EE

2006-12-07 Thread Marcos Alves T. de Azevedo
Milen, here your fist TIP: Do not use Drugs (Microsoft), and you will be fine. Regards, Marcos On 12/7/06, Dave Page <[EMAIL PROTECTED]> wrote: Milen A. Radev wrote: > I'm using VC+ 2005 Express Edition to build pgAdmin and the changes > from revision 5762 are (probably) incompatible with thi

Re: [pgadmin-hackers] Recent refactoring broke VC++ 2005 EE

2006-12-07 Thread Milen A. Radev
Marcos Alves T. de Azevedo написа: > Milen, here your fist TIP: Do not use Drugs (Microsoft), and you will be > fine. (I'll ignore the sensible advice to "not feed the trolls".) - I believe it's very nice for a GUI tool to run on as many OSs as possible; - Most of the desktop users are Windows u

[pgadmin-hackers] SVN Commit by dpage: r5763 - in trunk/pgadmin3: . src src/agent src/dlg src/frm src/include src/include/agent src/schema src/utils xtra/pgagent

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 14:10:38 + (Thu, 07 Dec 2006) New Revision: 5763 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5763&view=rev Log: Move agent/include to under /include. Fix precompiled headers properly again. Remove VC++ Solution Folders as VC++ Express doe

Re: [pgadmin-hackers] Recent refactoring broke VC++ 2005 EE

2006-12-07 Thread Dave Page
Milen A. Radev wrote: Marcos Alves T. de Azevedo написа: Milen, here your fist TIP: Do not use Drugs (Microsoft), and you will be fine. (I'll ignore the sensible advice to "not feed the trolls".) - The recommended way to build pgAdmin for Windows is by using VS 2005 (http://www.pgadmin.org/do

[pgadmin-hackers] SVN Commit by dpage: r5764 - in trunk/pgadmin3/src: . ctl dlg frm include include/agent include/ctl include/dlg include/slony main schema slony

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 14:48:04 + (Thu, 07 Dec 2006) New Revision: 5764 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5764&view=rev Log: Further refactoring - start splitting up /include Added: trunk/pgadmin3/src/include/ctl/ctlSecurityPanel.h trunk/pgadm

[pgadmin-hackers] SVN Commit by dpage: r5765 - trunk/pgadmin3/src/agent

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 14:49:47 + (Thu, 07 Dec 2006) New Revision: 5765 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5765&view=rev Log: Remove old module Modified: trunk/pgadmin3/src/agent/module.mk ---(end of broadcast)

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 14:50:52 + (Thu, 07 Dec 2006) New Revision: 5766 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5766&view=rev Log: Remove extra backslash Modified: trunk/pgadmin3/src/Makefile.am ---(end of broadcast)---

[pgadmin-hackers] SVN Commit by dpage: r5767 - in trunk/pgadmin3/src: . agent ctl dlg frm include include/frm main schema slony utils

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 14:57:42 + (Thu, 07 Dec 2006) New Revision: 5767 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5767&view=rev Log: Move form headers into include/frm Added: trunk/pgadmin3/src/include/frm/frmAbout.h trunk/pgadmin3/src/include/frm/frm

[pgadmin-hackers] SVN Commit by dpage: r5768 - in trunk/pgadmin3: src src/agent src/ctl src/db src/dlg src/frm src/include src/include/agent src/include/ctl src/include/dlg src/include/schema src/incl

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 15:11:56 + (Thu, 07 Dec 2006) New Revision: 5768 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5768&view=rev Log: More refactoring - schema headers Added: trunk/pgadmin3/src/include/schema/ trunk/pgadmin3/src/include/schema/pgAggreg

[pgadmin-hackers] SVN Commit by dpage: r5769 - in trunk/pgadmin3: src src/ctl src/db src/dlg src/frm src/include src/include/ctl src/include/db src/include/dlg src/include/frm src/include/schema src/i

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 15:57:30 + (Thu, 07 Dec 2006) New Revision: 5769 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5769&view=rev Log: Hopefully the final round of refactoring. Added: trunk/pgadmin3/src/dlg/dlgClasses.cpp trunk/pgadmin3/src/include/ctl/

[pgadmin-hackers] SVN Commit by dpage: r5770 - trunk/pgadmin3/src/include/schema

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 15:58:51 + (Thu, 07 Dec 2006) New Revision: 5770 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5770&view=rev Log: Add missing file Added: trunk/pgadmin3/src/include/schema/module.mk ---(end of broadcast)---

[pgadmin-hackers] SVN Commit by dpage: r5771 - trunk/pgadmin3/src/include/db

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 16:07:27 + (Thu, 07 Dec 2006) New Revision: 5771 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5771&view=rev Log: Add missing module.mk Added: trunk/pgadmin3/src/include/db/module.mk ---(end of broadcast)--

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 16:09:17 + (Thu, 07 Dec 2006) New Revision: 5772 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5772&view=rev Log: src/main is now gone. Modified: trunk/pgadmin3/src/Makefile.am ---(end of broadcast)

[pgadmin-hackers] SVN Commit by dpage: r5773 - trunk/pgadmin3/src/dlg

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 16:15:34 + (Thu, 07 Dec 2006) New Revision: 5773 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5773&view=rev Log: Correct header path Modified: trunk/pgadmin3/src/dlg/dlgEditGridOptions.cpp ---(end of broadcas

[pgadmin-hackers] SVN Commit by dpage: r5774 - in trunk/pgadmin3/src: frm include/frm

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 16:21:49 + (Thu, 07 Dec 2006) New Revision: 5774 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5774&view=rev Log: Move events.cpp back to where it should be. Added: trunk/pgadmin3/src/frm/events.cpp Removed: trunk/pgadmin3/src/inclu

[pgadmin-hackers] SVN Commit by dpage: r5775 - trunk/pgadmin3/xtra/pgagent

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 16:27:12 + (Thu, 07 Dec 2006) New Revision: 5775 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5775&view=rev Log: Fix *nix include path Modified: trunk/pgadmin3/xtra/pgagent/unix.cpp ---(end of broadcast)--

[pgadmin-hackers] SVN Commit by dpage: r5776 - trunk/www/development

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 16:29:09 + (Thu, 07 Dec 2006) New Revision: 5776 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5776&view=rev Log: Roadmap update Modified: trunk/www/development/roadmap.php ---(end of broadcast)

[pgadmin-hackers] SVN Commit by dpage: r5778 - in trunk/pgadmin3: . pgadmin pkg/mac pkg/mandrake pkg/redhat pkg/slackware pkg/src pkg/suse pkg/win32/src xtra/pgaevent xtra/pgagent

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 17:08:47 + (Thu, 07 Dec 2006) New Revision: 5778 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5778&view=rev Log: Rename src/ to pgadmin/ - if anything is gonna break things - it's this!! Added: trunk/pgadmin3/pgadmin/ trunk/pgadmin

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 17:11:25 + (Thu, 07 Dec 2006) New Revision: 5779 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5779&view=rev Log: Fix subdir name. Modified: trunk/pgadmin3/Makefile.am ---(end of broadcast)-

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 17:13:03 + (Thu, 07 Dec 2006) New Revision: 5780 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5780&view=rev Log: Header path Modified: trunk/pgadmin3/pgadmin/Makefile.am ---(end of broadcast)--

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 17:16:12 + (Thu, 07 Dec 2006) New Revision: 5782 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5782&view=rev Log: Add a directory for the debugger. Added: trunk/pgadmin3/debugger/ ---(end of broadcast)-

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 17:22:27 + (Thu, 07 Dec 2006) New Revision: 5783 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5783&view=rev Log: Fix header path Modified: trunk/pgadmin3/pgadmin/frm/frmEditGrid.cpp ---(end of broadcast)-

[pgadmin-hackers] Joining EnterpriseDB

2006-12-07 Thread Dave Page
All, It's vaguely possible that some of you may have spotted a press release on the EnterpriseDB website, or my most recent post on my blog about my joining the company. I just wanted to drop a quick note to the lists to let you know that although I'll obviously be working on EnterpriseDB's

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

2006-12-07 Thread svn
Author: dpage Date: 2006-12-07 21:38:49 + (Thu, 07 Dec 2006) New Revision: 5784 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5784&view=rev Log: Add a check to see if we can (in the future) use precompiled headers with GCC. Modified: trunk/pgadmin3/acinclude.m4

Re: [pgadmin-hackers] [pgadmin-support] Joining EnterpriseDB

2006-12-07 Thread Raymond O'Donnell
On 7 Dec 2006 at 20:34, Dave Page wrote: > It's vaguely possible that some of you may have spotted a press > release on the EnterpriseDB website, or my most recent post on my blog > about my joining the company. Congrats on the new job Dave - best of luck in it. --Ray. ---

[pgadmin-hackers] pgadmin3-1.6.1 - Bus Error (core dumped)

2006-12-07 Thread Dhanaraj M
Hi Dave I tested (pgadmin3-1.6.1 and wxWidgets-2.8.0-rc1) in Solaris. The following are my observations: 1. Solaris -NV (not yet released) - works without any problem 2. Soalris -10 - Bus Error (core dumped) core dumped when closing the query tool ( step - exceuting