users/quan74/pgadmin-import.git
17 years agodlgTable is now growable.
guillaume [Tue, 26 Aug 2008 22:24:51 +0000 (22:24 +0000)]
dlgTable is now growable.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7423 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agodlgLanguage is now growable.
guillaume [Tue, 26 Aug 2008 21:38:25 +0000 (21:38 +0000)]
dlgLanguage is now growable.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7422 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix an issue with an uninitialized combo box.
guillaume [Tue, 26 Aug 2008 21:37:27 +0000 (21:37 +0000)]
Fix an issue with an uninitialized combo box.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7421 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoReview of the dialogs to make them growable.
guillaume [Tue, 26 Aug 2008 14:21:01 +0000 (14:21 +0000)]
Review of the dialogs to make them growable.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7420 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd options to shift selected text to upper or lower case in the SQL editor.
dpage [Fri, 22 Aug 2008 11:20:42 +0000 (11:20 +0000)]
Add options to shift selected text to upper or lower case in the SQL editor.
Add block commenting and uncommenting to the SQL editor.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7419 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSilence some gcc warnings.
dpage [Fri, 22 Aug 2008 08:27:03 +0000 (08:27 +0000)]
Silence some gcc warnings.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7418 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure the new SQL query is properly coloured
dpage [Fri, 22 Aug 2008 08:26:41 +0000 (08:26 +0000)]
Ensure the new SQL query is properly coloured

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7417 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd block indenting and outdenting to the SQL editor.
dpage [Thu, 21 Aug 2008 16:28:56 +0000 (16:28 +0000)]
Add block indenting and outdenting to the SQL editor.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7416 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoPrevent auto complete being used in the SQL editor when a query is running, but allow...
dpage [Thu, 21 Aug 2008 15:43:01 +0000 (15:43 +0000)]
Prevent auto complete being used in the SQL editor when a query is running, but allow regular editing.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7415 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix node ordering.
dpage [Thu, 21 Aug 2008 15:21:34 +0000 (15:21 +0000)]
Fix node ordering.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7414 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFormatting fix.
dpage [Thu, 21 Aug 2008 10:03:20 +0000 (10:03 +0000)]
Formatting fix.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7413 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDon't allow the relation and column cell names to be incorrectly edited.
dpage [Thu, 21 Aug 2008 10:02:58 +0000 (10:02 +0000)]
Don't allow the relation and column cell names to be incorrectly edited.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7412 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd some GQB docs.
dpage [Thu, 21 Aug 2008 09:07:04 +0000 (09:07 +0000)]
Add some GQB docs.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7411 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure strings are translatable. Tweak a couple whilst we're at it.
dpage [Thu, 21 Aug 2008 08:56:43 +0000 (08:56 +0000)]
Ensure strings are translatable. Tweak a couple whilst we're at it.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7410 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix alias quoting.
dpage [Wed, 20 Aug 2008 16:22:01 +0000 (16:22 +0000)]
Fix alias quoting.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7409 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoHandle the transition between SQL Editor and GQB more consistently and predictably.
dpage [Wed, 20 Aug 2008 15:52:13 +0000 (15:52 +0000)]
Handle the transition between SQL Editor and GQB more consistently and predictably.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7408 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDon't remove too many characters from the end of a WHERE clause.
dpage [Wed, 20 Aug 2008 14:42:22 +0000 (14:42 +0000)]
Don't remove too many characters from the end of a WHERE clause.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7407 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoPrevent the editor in the query tool being updated while a query is running.
dpage [Wed, 20 Aug 2008 12:30:49 +0000 (12:30 +0000)]
Prevent the editor in the query tool being updated while a query is running.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7406 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFurther GQB cleanup. Also, ensure that the column selection popup uses the correct...
dpage [Wed, 20 Aug 2008 10:24:18 +0000 (10:24 +0000)]
Further GQB cleanup. Also, ensure that the column selection popup uses the correct icon for views.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7405 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoGraphical query builder [Luis Ochoa - GSoC]
dpage [Tue, 19 Aug 2008 15:32:25 +0000 (15:32 +0000)]
Graphical query builder [Luis Ochoa - GSoC]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7404 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd FTS code to VC++ project files.
dpage [Tue, 12 Aug 2008 09:09:34 +0000 (09:09 +0000)]
Add FTS code to VC++ project files.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7400 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSupport for FTS objects.
guillaume [Mon, 11 Aug 2008 20:12:59 +0000 (20:12 +0000)]
Support for FTS objects.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7399 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSupport for adding/removing inherited tables with 8.2+ servers.
guillaume [Mon, 11 Aug 2008 13:01:25 +0000 (13:01 +0000)]
Support for adding/removing inherited tables with 8.2+ servers.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7398 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate catalan's translation, per Carme Cerdà Torres.
guillaume [Fri, 1 Aug 2008 14:49:57 +0000 (14:49 +0000)]
Update catalan's translation, per Carme Cerdà Torres.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7397 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoIn the server status dialog:
mha [Fri, 1 Aug 2008 12:06:11 +0000 (12:06 +0000)]
In the server status dialog:
 * Make sure the escape key doesn't cancel a query, just closes the Window
 * Make it possible to resize the dialog to a smaller size

Guillaume Lelarge, after complaints from me

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7395 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDon't display SQL tab on Server properties dialog.
guillaume [Sun, 27 Jul 2008 07:14:27 +0000 (07:14 +0000)]
Don't display SQL tab on Server properties dialog.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7394 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDefine IPADDR_NONE if required [Mayuresh Nirhali]
dpage [Thu, 10 Jul 2008 12:42:11 +0000 (12:42 +0000)]
Define IPADDR_NONE if required [Mayuresh Nirhali]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7391 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure a newline is included between notices in the query tool.
dpage [Fri, 4 Jul 2008 08:28:34 +0000 (08:28 +0000)]
Ensure a newline is included between notices in the query tool.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7388 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoCorrect default value for role inheritance.
dpage [Wed, 2 Jul 2008 20:37:41 +0000 (20:37 +0000)]
Correct default value for role inheritance.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7387 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUse a more generic naming scheme for discovery on Unix systems.
dpage [Wed, 25 Jun 2008 15:58:35 +0000 (15:58 +0000)]
Use a more generic naming scheme for discovery on Unix systems.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7385 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate pt_PT translation, per Helder M. Vieira.
guillaume [Tue, 24 Jun 2008 12:19:27 +0000 (12:19 +0000)]
Update pt_PT translation, per Helder M. Vieira.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7384 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd todo item
dpage [Mon, 23 Jun 2008 08:00:07 +0000 (08:00 +0000)]
Add todo item

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7383 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd Polish Mac keyboard bug
dpage [Fri, 20 Jun 2008 10:44:05 +0000 (10:44 +0000)]
Add Polish Mac keyboard bug

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7382 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSave and restore the user-selected line ending type in styled text controls.
dpage [Fri, 20 Jun 2008 09:58:42 +0000 (09:58 +0000)]
Save and restore the user-selected line ending type in styled text controls.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7381 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure that line endings stay consistent when editing in styled text controls.
dpage [Fri, 20 Jun 2008 09:37:49 +0000 (09:37 +0000)]
Ensure that line endings stay consistent when editing in styled text controls.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7378 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix colour dialogue on Windows
dpage [Fri, 20 Jun 2008 08:57:38 +0000 (08:57 +0000)]
Fix colour dialogue on Windows

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7377 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdds a colour button that opens the standard colour dialog, so that the user doesn't
guillaume [Mon, 16 Jun 2008 20:55:29 +0000 (20:55 +0000)]
Adds a colour button that opens the standard colour dialog, so that the user doesn't
need to know the HTML colour coding.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7376 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate pot file.
guillaume [Sat, 14 Jun 2008 14:44:17 +0000 (14:44 +0000)]
Update pot file.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7374 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoRemove the NOT in database and schema restriction.
guillaume [Thu, 12 Jun 2008 19:00:41 +0000 (19:00 +0000)]
Remove the NOT in database and schema restriction.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7373 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix listing of group roles in the combo box on privilege panels.
dpage [Wed, 11 Jun 2008 14:18:47 +0000 (14:18 +0000)]
Fix listing of group roles in the combo box on privilege panels.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7368 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoReverse engineer multi-word type names correctly when quoting. Per Erwin.
dpage [Tue, 10 Jun 2008 10:17:11 +0000 (10:17 +0000)]
Reverse engineer multi-word type names correctly when  quoting. Per Erwin.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7365 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix (ok, implement a hack to prevent) a potential crash when checking if the data...
dpage [Sun, 8 Jun 2008 18:37:47 +0000 (18:37 +0000)]
Fix (ok, implement a hack to prevent) a potential crash when checking if the data thread is running in the edit grid before displaying the sort/filter context menu.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7363 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate changelog
dpage [Wed, 4 Jun 2008 08:10:33 +0000 (08:10 +0000)]
Update changelog

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7356 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix error logging crash bug, per Erwin.
dpage [Wed, 4 Jun 2008 08:00:41 +0000 (08:00 +0000)]
Fix error logging crash bug, per Erwin.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7351 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure we honour $DESTDIR, per Devrim
dpage [Tue, 3 Jun 2008 10:36:47 +0000 (10:36 +0000)]
Ensure we honour $DESTDIR, per Devrim

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7346 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSome versions of automake give us i386-apple-darwin instead of 1686-apple-darwin
dpage [Mon, 2 Jun 2008 13:21:18 +0000 (13:21 +0000)]
Some versions of automake give us i386-apple-darwin instead of 1686-apple-darwin

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7334 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate italian translation, per Giuseppe Sacco.
guillaume [Sun, 1 Jun 2008 06:29:13 +0000 (06:29 +0000)]
Update italian translation, per Giuseppe Sacco.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7332 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAutomatic merge using stringmerge script.
guillaume [Sun, 1 Jun 2008 06:06:03 +0000 (06:06 +0000)]
Automatic merge using stringmerge script.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7331 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAllow comments to be edited on EDB stored procedures.
dpage [Fri, 30 May 2008 12:49:02 +0000 (12:49 +0000)]
Allow comments to be edited on EDB stored procedures.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7328 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix comments on EDB packages.
dpage [Thu, 29 May 2008 15:58:04 +0000 (15:58 +0000)]
Fix comments on EDB packages.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7323 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure the grant wizard works correctly with EDB stored procedures.
dpage [Thu, 29 May 2008 15:16:02 +0000 (15:16 +0000)]
Ensure the grant wizard works correctly with EDB stored procedures.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7320 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure functions in databases with non-ASCII names can be debugged.
dpage [Wed, 28 May 2008 10:26:16 +0000 (10:26 +0000)]
Ensure functions in databases with non-ASCII names can be debugged.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7317 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure there is no i18n/??_?? directory in the tarball, per Zdenek.
dpage [Wed, 28 May 2008 08:41:10 +0000 (08:41 +0000)]
Ensure there is no i18n/??_?? directory in the tarball, per Zdenek.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7316 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAllow a debugging session to be cancelled correctly on windows.
dpage [Tue, 27 May 2008 10:12:14 +0000 (10:12 +0000)]
Allow a debugging session to be cancelled correctly on windows.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7311 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix typo in recent path location patch
dpage [Tue, 27 May 2008 09:15:25 +0000 (09:15 +0000)]
Fix typo in recent path location patch

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7310 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure that changing an icon image doesn't change the colour back to white. Seems...
dpage [Sun, 25 May 2008 19:08:39 +0000 (19:08 +0000)]
Ensure that changing an icon image doesn't change the colour back to white. Seems to be a Mac issue

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7309 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix a wrong method declaration.
guillaume [Fri, 23 May 2008 21:19:59 +0000 (21:19 +0000)]
Fix a wrong method declaration.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7308 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoThis years PGCon commit: Allow the treeview nodes to be colour-coded for each server...
dpage [Fri, 23 May 2008 20:38:01 +0000 (20:38 +0000)]
This years PGCon commit: Allow the treeview nodes to be colour-coded for each server, per Michael Glaeseman.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7307 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix alignment
dpage [Wed, 21 May 2008 12:12:09 +0000 (12:12 +0000)]
Fix alignment

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7305 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAllow external utilities such as pg_dump & pg_restore to work with SSL connections.
dpage [Mon, 19 May 2008 15:39:34 +0000 (15:39 +0000)]
Allow external utilities such as pg_dump & pg_restore to work with SSL connections.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7303 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd support for pg_restore's --clean option. Fix single object restores while we...
dpage [Mon, 19 May 2008 14:51:48 +0000 (14:51 +0000)]
Add support for pg_restore's --clean option. Fix single object restores while we're at it.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7301 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUse wxLogInfo, not wxLogDebug (which doesn't seem to work all the time)
dpage [Mon, 19 May 2008 13:21:06 +0000 (13:21 +0000)]
Use wxLogInfo, not wxLogDebug (which doesn't seem to work all the time)

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7300 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoCleanup some externs
dpage [Mon, 19 May 2008 13:00:20 +0000 (13:00 +0000)]
Cleanup some externs

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7298 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoPart 2 of the settings management rewrite.
dpage [Mon, 19 May 2008 11:22:44 +0000 (11:22 +0000)]
Part 2 of the settings management rewrite.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7297 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd missing header
dpage [Sun, 18 May 2008 20:37:42 +0000 (20:37 +0000)]
Add missing header

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7296 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoPart one of rewriting the config management such that settings are read and written...
dpage [Fri, 16 May 2008 16:12:48 +0000 (16:12 +0000)]
Part one of rewriting the config management such that settings are read and written on demand in a consistent manner, rather than the ad-hoc mix we have at present.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7295 a7884b65-44f6-0310-8a51-81a127f17b15

17 years ago*nix fixes for the default settings patch.
dpage [Fri, 16 May 2008 10:53:04 +0000 (10:53 +0000)]
*nix fixes for the default settings patch.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7294 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAllow default settings to be set via a global config file. This allows redistributors...
dpage [Fri, 16 May 2008 10:15:20 +0000 (10:15 +0000)]
Allow default settings to be set via a global config file. This allows redistributors and sysadmins to pre-configure an installation as required.

While we're at it, refactor the path search code to be a little more maintainable.

Tested on Windows so far - expect bug fixes for other platforms :-p

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7293 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd support for TRUNCATE triggers on PostgreSQL 8.4+.
dpage [Thu, 15 May 2008 14:25:45 +0000 (14:25 +0000)]
Add support for TRUNCATE triggers on PostgreSQL 8.4+.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7292 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix quoting bug
dpage [Wed, 14 May 2008 08:42:02 +0000 (08:42 +0000)]
Fix quoting bug

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7289 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAuto-discover Postgres Plus servers on Mac and Unix.
dpage [Tue, 13 May 2008 15:27:27 +0000 (15:27 +0000)]
Auto-discover Postgres Plus servers on Mac and Unix.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7288 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd psql to the appbundle for use as a plugin
dpage [Tue, 13 May 2008 13:11:51 +0000 (13:11 +0000)]
Add psql to the appbundle for use as a plugin

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7287 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSupport for autosizing columns in ctlListView when default size value (wxLIST_AUTOSIZ...
guillaume [Mon, 12 May 2008 09:43:11 +0000 (09:43 +0000)]
Support for autosizing columns in ctlListView when default size value (wxLIST_AUTOSIZE_USEHEADER) is used.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7286 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd missing c_str()
dpage [Fri, 9 May 2008 11:19:24 +0000 (11:19 +0000)]
Add missing c_str()

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7283 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix a corner case in which closing the debugger window following a failed attempt...
dpage [Tue, 6 May 2008 15:15:20 +0000 (15:15 +0000)]
Fix a corner case in which closing the debugger window following a failed attempt to create a global breakpoint (for example, because of an existing breakpoint) could cause a crash on Windows.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7282 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd 8.2 and 8.3 stats columns to tables list.
guillaume [Tue, 6 May 2008 14:16:42 +0000 (14:16 +0000)]
Add 8.2 and 8.3 stats columns to tables list.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7279 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd owner's column to list of objects.
guillaume [Tue, 6 May 2008 11:16:15 +0000 (11:16 +0000)]
Add owner's column to list of objects.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7278 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoStore pgAgent job step result codes in an int4 column. int2 was proving too small...
dpage [Tue, 6 May 2008 10:54:38 +0000 (10:54 +0000)]
Store pgAgent job step result codes in an int4 column. int2 was proving too small in some cases resulting in an error.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7275 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoPrevent moving from cell to cell using <tab> in the edit grid from resetting the...
dpage [Sat, 3 May 2008 20:20:38 +0000 (20:20 +0000)]
Prevent moving from cell to cell using <tab> in the edit grid from resetting the data dirty/clean state.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7272 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoTeach view ACL reverse engineering that there is no RULE privilege on PG 8.2 and...
dpage [Sat, 3 May 2008 20:03:22 +0000 (20:03 +0000)]
Teach view ACL reverse engineering that there is no RULE privilege on PG 8.2 and above.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7269 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAllow EnterpriseDB packages to be created without bodies.
dpage [Fri, 2 May 2008 11:49:42 +0000 (11:49 +0000)]
Allow EnterpriseDB packages to be created without bodies.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7266 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAlways refresh the data when the user clicks OK on the edit grid options dialogue...
dpage [Fri, 2 May 2008 10:30:01 +0000 (10:30 +0000)]
Always refresh the data when the user clicks OK on the edit grid options dialogue to ensure the filter/sort is applied to current data. Per Erwin.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7263 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoPrevent unsaved changes in the edit grid being lost if the filter or sorting dialogue...
dpage [Fri, 2 May 2008 10:14:58 +0000 (10:14 +0000)]
Prevent unsaved changes in the edit grid being lost if the filter or sorting dialogue is opened. Per Erwin.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7260 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix message formatting
dpage [Fri, 2 May 2008 09:24:44 +0000 (09:24 +0000)]
Fix message formatting

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7257 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate node text when refreshing treeview nodes in case part of the identifier has...
dpage [Fri, 2 May 2008 08:59:36 +0000 (08:59 +0000)]
Update node text when refreshing treeview nodes in case part of the identifier has changed. Per Erwin.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7252 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoCorrect config window help paths.
dpage [Thu, 1 May 2008 20:20:16 +0000 (20:20 +0000)]
Correct config window help paths.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7249 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDon't load group roles and old-style groups on the security tab on 8.1 and higher...
dpage [Thu, 1 May 2008 19:34:47 +0000 (19:34 +0000)]
Don't load group roles and old-style groups on the security tab on 8.1 and higher, per Jon Roberte.
Correctly quote role names when reverse engineering ACLs.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7246 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoSilence the gcc warning :
guillaume [Thu, 1 May 2008 16:23:17 +0000 (16:23 +0000)]
Silence the gcc warning :
  warning : deprecated conversion from string constant to "char*"
by fixing each wrong char* declaration.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7245 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoWhen pgAdmin fires the FileMenu while using the Backup Form (the second time), the...
dpage [Tue, 29 Apr 2008 09:07:00 +0000 (09:07 +0000)]
When pgAdmin fires the FileMenu while using the Backup Form (the second time), the wxFileDialog is called with the filepath + filename instead of just the filename that it expects as its third parameter. This throws up a warning. The same thing happens with the Restore Form as well. [Robins Tharakan]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7244 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix public synonyms display option [Robins Tharakan]
dpage [Tue, 29 Apr 2008 08:45:38 +0000 (08:45 +0000)]
Fix public synonyms display option [Robins Tharakan]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7239 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd Ctrl+E bug on Mac
dpage [Tue, 29 Apr 2008 08:40:41 +0000 (08:40 +0000)]
Add Ctrl+E bug on Mac

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7238 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoI forgot the .mo file... sorry.
guillaume [Mon, 21 Apr 2008 09:24:02 +0000 (09:24 +0000)]
I forgot the .mo file... sorry.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7236 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix a typo in the french translation, from a comment by Sébastien Lardière.
guillaume [Mon, 21 Apr 2008 09:23:36 +0000 (09:23 +0000)]
Fix a typo in the french translation, from a comment by Sébastien Lardière.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7235 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDon't allow the user to attempt to remove columns from an existing index or index...
dpage [Sun, 20 Apr 2008 17:37:07 +0000 (17:37 +0000)]
Don't allow the user to attempt to remove columns from an existing index or index constraint.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7231 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoEnsure that the table and schema name are passed to plugins if the selected item...
dpage [Sun, 20 Apr 2008 16:42:09 +0000 (16:42 +0000)]
Ensure that the table and schema name are passed to plugins if the selected item is a table or schema, per Jim Mlodgenski.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7229 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd missing component ref
dpage [Fri, 11 Apr 2008 22:12:32 +0000 (22:12 +0000)]
Add missing component ref

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7228 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoFix output redirect
dpage [Thu, 10 Apr 2008 20:56:58 +0000 (20:56 +0000)]
Fix output redirect

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7225 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoUpdate russian translation.
guillaume [Wed, 9 Apr 2008 17:57:57 +0000 (17:57 +0000)]
Update russian translation.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7224 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoDisable the RULE privilege on 8.2+ for views per Erwin.
dpage [Tue, 8 Apr 2008 08:46:31 +0000 (08:46 +0000)]
Disable the RULE privilege on 8.2+ for views per Erwin.

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7222 a7884b65-44f6-0310-8a51-81a127f17b15

17 years agoAdd missing header
dpage [Tue, 8 Apr 2008 07:56:56 +0000 (07:56 +0000)]
Add missing header

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7217 a7884b65-44f6-0310-8a51-81a127f17b15