users/quan74/pgadmin-import.git
17 years agoFix to list possible owners from pg_roles view if using a 8.1+ server.
guillaume [Mon, 17 Dec 2007 17:01:50 +0000 (17:01 +0000)]
Fix to list possible owners from pg_roles view if using a 8.1+ server.

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

17 years agoRefresh the tree without erroring after creating a new package on EnterpriseDB.
dpage [Mon, 17 Dec 2007 13:59:09 +0000 (13:59 +0000)]
Refresh the tree without erroring after creating a new package on EnterpriseDB.

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

17 years agoFix a crash that occured if an object called '%' was selected in the treeview, per...
dpage [Mon, 17 Dec 2007 09:08:32 +0000 (09:08 +0000)]
Fix a crash that occured if an object called '%' was selected in the treeview, per Alexander Steffens.

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

17 years agoFix an line number error in the debugger seen with procedures which start on the...
dpage [Fri, 14 Dec 2007 22:11:43 +0000 (22:11 +0000)]
Fix an line number error in the debugger seen with procedures which start on the same line as the 'CREATE PROCEDURE foo IS ...' Per report from Heikki Linnakangas.

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

17 years agoChange error text for consistency with labels on the dialogue. Not changed in back...
dpage [Fri, 14 Dec 2007 11:16:26 +0000 (11:16 +0000)]
Change error text for consistency with labels on the dialogue. Not changed in back branches to avoid breaking compatibility.

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

17 years agoCleanup the covering index control logic in the Foreign Key dialogue. [Guillaume...
dpage [Fri, 14 Dec 2007 10:33:25 +0000 (10:33 +0000)]
Cleanup the covering index control logic in the Foreign Key dialogue. [Guillaume Lelarge]

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

17 years agoStill the changelog.
guillaume [Thu, 13 Dec 2007 17:13:48 +0000 (17:13 +0000)]
Still the changelog.

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

17 years agoFix to refresh version string and number, and last OID, per a report from Alexander...
guillaume [Thu, 13 Dec 2007 16:34:22 +0000 (16:34 +0000)]
Fix to refresh version string and number, and last OID, per a report from Alexander Kirpa.

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

17 years agoDisable CREATE FUNCTION etc. under EnterpriseDB packages because they are created...
dpage [Wed, 12 Dec 2007 23:59:19 +0000 (23:59 +0000)]
Disable CREATE FUNCTION etc. under EnterpriseDB packages because they are created as part of the main package body.

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

17 years agoFix some broken references to online help pages.
dpage [Wed, 12 Dec 2007 22:54:37 +0000 (22:54 +0000)]
Fix some broken references to online help pages.

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

17 years agoDon't offer 'Drop Cascaded' unless the user can 'Drop' the object.
dpage [Wed, 12 Dec 2007 21:12:14 +0000 (21:12 +0000)]
Don't offer 'Drop Cascaded' unless the user can 'Drop' the object.

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

17 years agoPrevent non-superusers from attempting to use the debugger because the plugin API...
dpage [Wed, 12 Dec 2007 20:25:29 +0000 (20:25 +0000)]
Prevent non-superusers from attempting to use the debugger because the plugin API won't let them anyway.

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

17 years agoCheck that functions exist before debugging or setting global breakpoints on them...
dpage [Tue, 11 Dec 2007 17:08:21 +0000 (17:08 +0000)]
Check that functions exist before debugging or setting global breakpoints on them. Remove them from the treeview if not.

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

17 years agoCorrect the URL for the EDB public synonym help page
dpage [Tue, 11 Dec 2007 11:36:18 +0000 (11:36 +0000)]
Correct the URL for the EDB public synonym help page

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

17 years agoAdd the keyword 'WHILE' of debugger.
hiroshi [Mon, 10 Dec 2007 17:25:50 +0000 (17:25 +0000)]
Add the keyword 'WHILE' of debugger.

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

17 years agoUpdate changelog following backport of 2007-10-26 fix applied to trunk
dpage [Mon, 10 Dec 2007 14:36:44 +0000 (14:36 +0000)]
Update changelog following backport of 2007-10-26 fix applied to trunk

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

17 years agoCorrect a couple of version numbers
dpage [Mon, 10 Dec 2007 14:13:26 +0000 (14:13 +0000)]
Correct a couple of version numbers

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

17 years agoAdd support for typmod in/out functions on custom types [Guillaume Lelarge]
dpage [Mon, 10 Dec 2007 14:00:53 +0000 (14:00 +0000)]
Add support for typmod in/out functions on custom types [Guillaume Lelarge]

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

17 years agoFix the debugger's connection class to ensure database names requiring quotes will...
dpage [Mon, 10 Dec 2007 11:17:15 +0000 (11:17 +0000)]
Fix the debugger's connection class to ensure database names requiring quotes will work and that is can be used with SSL and Kerberos connections.

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

17 years agoAllow the length of array-typed columns to be changed (eg. 'character varying[](100...
dpage [Fri, 7 Dec 2007 15:30:47 +0000 (15:30 +0000)]
Allow the length of array-typed columns to be changed (eg. 'character varying[](100)'), per report from Ferenc Lutischan

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

17 years agoUpdate russian's translation, per Vladimir Kazimirov.
guillaume [Thu, 6 Dec 2007 14:48:58 +0000 (14:48 +0000)]
Update russian's translation, per Vladimir Kazimirov.

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

17 years agoDon't allow the user to direct-debug trigger functions, only global breakpoints shoul...
dpage [Wed, 5 Dec 2007 13:12:36 +0000 (13:12 +0000)]
Don't allow the user to direct-debug trigger functions, only global breakpoints should be used on them (or the trigger itself).

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

17 years agoDon't offer edbspl functions when creating triggers as they should have inline bodies.
dpage [Wed, 5 Dec 2007 13:10:53 +0000 (13:10 +0000)]
Don't offer edbspl functions when creating triggers as they should have inline bodies.

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

17 years agoDon't quote database names that happen to be keywords when starting the debugger.
dpage [Tue, 4 Dec 2007 13:13:15 +0000 (13:13 +0000)]
Don't quote database names that happen to be keywords when starting the debugger.

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

17 years agoFix the reverse engineered SQL for languages.
guillaume [Mon, 3 Dec 2007 16:12:59 +0000 (16:12 +0000)]
Fix the reverse engineered SQL for languages.

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

17 years agoAdd an option to alter a function's owner.
guillaume [Mon, 3 Dec 2007 14:35:32 +0000 (14:35 +0000)]
Add an option to alter a function's owner.

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

17 years agoDon't offer package names and system schemas as schemas when creating public synonyms.
dpage [Fri, 30 Nov 2007 21:00:42 +0000 (21:00 +0000)]
Don't offer package names and system schemas as schemas when creating public synonyms.

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

17 years agoAdd the default path for EDB 8.3 utilities to the util search path
dpage [Fri, 30 Nov 2007 19:02:25 +0000 (19:02 +0000)]
Add the default path for EDB 8.3 utilities to the util search path

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

17 years agoAdd another missing file to the tarball
dpage [Thu, 29 Nov 2007 10:56:33 +0000 (10:56 +0000)]
Add another missing file to the tarball

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

17 years agoAdd a couple of files to the distribution that are needed by Windows but missing...
dpage [Thu, 29 Nov 2007 10:31:10 +0000 (10:31 +0000)]
Add a couple of files to the distribution that are needed by Windows but missing form the tarball, per Yaser Raja

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

17 years agoUse Ctrl+Alt+B instead of Ctrl+Alt+D to show/hide the database bar of the query tool...
dpage [Thu, 29 Nov 2007 09:48:16 +0000 (09:48 +0000)]
Use Ctrl+Alt+B instead of Ctrl+Alt+D to show/hide the database bar of the query tool as Ctrl+Alt+D is used to show the desktop on Gnome and the Dock on Mac.

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

17 years agoOne missing include.
guillaume [Thu, 29 Nov 2007 07:26:21 +0000 (07:26 +0000)]
One missing include.

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

17 years agoFix pgAgent's job query when a host agent is specified
dpage [Wed, 28 Nov 2007 20:58:01 +0000 (20:58 +0000)]
Fix pgAgent's job query when a host agent is specified
so that jobs don't execute every time round the loop
regardless of schedule, per Brian Kalbfus.

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

17 years agoAdd EnterpriseDB's default database (edb) to the Server dialog's default option.
dpage [Wed, 28 Nov 2007 15:35:54 +0000 (15:35 +0000)]
Add EnterpriseDB's default database (edb) to the Server dialog's default option.

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

17 years agoDon't allow the user to debug an EnterpriseDB package
dpage [Wed, 28 Nov 2007 13:51:08 +0000 (13:51 +0000)]
Don't allow the user to debug an EnterpriseDB package
function or procedure if the body isn't defined.

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

17 years agoDon't offer the user the chance to create new columns on system catalogues.
dpage [Wed, 28 Nov 2007 13:16:03 +0000 (13:16 +0000)]
Don't offer the user the chance to create new columns on system catalogues.

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

17 years agoFix the debugger to send actual NULL values rather than
dpage [Wed, 28 Nov 2007 11:47:00 +0000 (11:47 +0000)]
Fix the debugger to send actual NULL values rather than
'NULL' through the EnterpriseDB callable statement API.
Allow parameter values to be NULL or empty strings on
both PostgreSQL and EnterpriseDB using the same syntax
as the Edit Grid.

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

17 years agoRats, managed to test in the wrong window :-(. This is the working version of the...
dpage [Tue, 27 Nov 2007 14:11:28 +0000 (14:11 +0000)]
Rats, managed to test in the wrong window :-(. This is the working version of the EDB8.2/8.3 test for the debugger.

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

17 years agoEnterpriseDB 8.3 beta 1 & 2 and possibly later actually have PostgreSQL 8.2 style
dpage [Tue, 27 Nov 2007 13:55:21 +0000 (13:55 +0000)]
EnterpriseDB 8.3 beta 1 & 2 and possibly later actually have PostgreSQL 8.2 style
catalogs. This is expected to change either before GA, but in the meantime we
need to check the catalogue version in more detail, and if we don't see what looks
like a 8.3 catalog, force the version number back to 8.2 for internal version checks.

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

17 years agoAlways open the PostgreSQL Help when selecting that menu option, even if connected...
dpage [Tue, 27 Nov 2007 13:20:38 +0000 (13:20 +0000)]
Always open the PostgreSQL Help when selecting that menu option, even if connected to EnterpriseDB.

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

17 years agoRemove a function declaration for a long removed function.
dpage [Tue, 27 Nov 2007 13:10:41 +0000 (13:10 +0000)]
Remove a function declaration for a long removed function.

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

17 years agoFix EnterpriseDB public synonym loading so that they aren't considered system objects.
dpage [Tue, 27 Nov 2007 09:33:10 +0000 (09:33 +0000)]
Fix EnterpriseDB public synonym loading so that they aren't considered system objects.

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

17 years agoAutomatically use aclocal/automake 1.10 or 1.9 as appropriate when bootstrapping
dpage [Mon, 26 Nov 2007 16:29:01 +0000 (16:29 +0000)]
Automatically use aclocal/automake 1.10 or 1.9 as appropriate when bootstrapping

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

17 years agoAdd an option to enable/disable rules on tables [Gullaume Lelarge]
dpage [Fri, 23 Nov 2007 17:03:49 +0000 (17:03 +0000)]
Add an option to enable/disable rules on tables [Gullaume Lelarge]

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

17 years agoAdd options to TRUNCATE and TRUNCATE...CASCADE tables. [Guillaume Lelarge]
dpage [Fri, 23 Nov 2007 15:36:22 +0000 (15:36 +0000)]
Add options to TRUNCATE and TRUNCATE...CASCADE tables. [Guillaume Lelarge]

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

17 years agoFixup some strings to improve localisation. [Heikki Linnakangas]
dpage [Fri, 23 Nov 2007 15:03:44 +0000 (15:03 +0000)]
Fixup some strings to improve localisation. [Heikki Linnakangas]

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

17 years agoFix path discovery on Unix so standard installs can be relocated easily.
dpage [Fri, 23 Nov 2007 11:44:41 +0000 (11:44 +0000)]
Fix path discovery on Unix so standard installs can be relocated easily.

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

17 years agoUpdate autovac tips. Mainli, it's autovacuum, not pg_autovaccum now.
mha [Thu, 22 Nov 2007 19:39:56 +0000 (19:39 +0000)]
Update autovac tips. Mainli, it's autovacuum, not pg_autovaccum now.

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

17 years agoShow vacuum/autovaccum table information (8.2+)
mha [Mon, 19 Nov 2007 17:06:16 +0000 (17:06 +0000)]
Show vacuum/autovaccum table information (8.2+)

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

17 years agoFix Wix version number
dpage [Mon, 19 Nov 2007 12:30:49 +0000 (12:30 +0000)]
Fix Wix version number

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

17 years ago2007-11-13 DP 1.8.1 Fix character number display in the query tool.
dpage [Tue, 13 Nov 2007 14:28:18 +0000 (14:28 +0000)]
2007-11-13 DP  1.8.1  Fix character number display in the query tool.

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

17 years agoRemove extra quotes, per Jorg Beyer
dpage [Mon, 12 Nov 2007 10:04:28 +0000 (10:04 +0000)]
Remove extra quotes, per Jorg Beyer

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

17 years agoAdd a link to the debugger page
dpage [Thu, 8 Nov 2007 11:26:30 +0000 (11:26 +0000)]
Add a link to the debugger page

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

17 years agoUse popen() when testing the versions of helper apps on non-windows platforms to...
dpage [Wed, 7 Nov 2007 15:10:29 +0000 (15:10 +0000)]
Use popen() when testing the versions of helper apps on non-windows platforms to avoid an obscure bug on PPC Macs that could leave wxExecute hanging indefinitely whilst waiting on a zombie process.

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

17 years agoFix double escaping of "addons to schema queries" for tab completion.
mha [Wed, 31 Oct 2007 09:57:01 +0000 (09:57 +0000)]
Fix double escaping of "addons to schema queries" for tab completion.
Escaping should only happen for regular queries, not schema qeuries.

Fixes query errors for things like GRANT SELECT ON ..., and VACUUM.

Per report from Alejandro Gasca.

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

17 years agofix typo per Erik Jan
dpage [Wed, 31 Oct 2007 09:12:09 +0000 (09:12 +0000)]
fix typo per Erik Jan

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

17 years agoWhen creating a new index and specifying both tablespace and fill factor, make sure...
dpage [Tue, 30 Oct 2007 15:41:41 +0000 (15:41 +0000)]
When creating a new index and specifying both tablespace and fill factor, make sure the SQL is formulated correctly, per Stefan Wolf

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

17 years agoFix the locks tab on the server status dialogue so it works correctly with PostgreSQL...
dpage [Mon, 29 Oct 2007 23:02:45 +0000 (23:02 +0000)]
Fix the locks tab on the server status dialogue so it works correctly with PostgreSQL 8.3+.

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

17 years agoProperly format the object comments shown in the properties list when a collection...
dpage [Mon, 29 Oct 2007 21:11:38 +0000 (21:11 +0000)]
Properly format the object comments shown in the properties list when a collection node is selected. Per report from Mike Blackwell.

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

17 years agoFix a bug preventing the 'on error' flag of a pgAgent job step being edited, per...
dpage [Mon, 29 Oct 2007 20:51:05 +0000 (20:51 +0000)]
Fix a bug preventing the 'on error' flag of a pgAgent job step being edited, per Jon Roberts.

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

17 years agoHandle the corner case when a user includes quotes in an object name. This will most...
dpage [Fri, 26 Oct 2007 13:29:39 +0000 (13:29 +0000)]
Handle the corner case when a user includes quotes in an object name. This will most likely break something I haven't thought of, so we need to be extra vigilant when testing...

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

17 years agoAdd some additional shortcut keys:
dpage [Fri, 26 Oct 2007 13:21:54 +0000 (13:21 +0000)]
Add some additional shortcut keys:
 - View All Rows : Ctrl-D
 - View Filtered Rows : Ctrl-G
 - Query Tool : Ctrl-E

[Guillaume Lelarge]

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

17 years agoAdd a 'Blocked By' column to the Server Status dialog to show if a transaction is...
dpage [Fri, 26 Oct 2007 13:16:42 +0000 (13:16 +0000)]
Add a 'Blocked By' column to the Server Status dialog to show if a transaction is blocked by another process. [Magnus Hagander]

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

17 years agoProperly escape _'s in queries for schemas, per Derek Fonda.
dpage [Fri, 26 Oct 2007 10:47:54 +0000 (10:47 +0000)]
Properly escape _'s in queries for schemas, per Derek Fonda.

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

17 years agoDon't try to enable/disable prepared transaction related controls on pre-8.1 servers...
dpage [Fri, 26 Oct 2007 09:10:49 +0000 (09:10 +0000)]
Don't try to enable/disable prepared transaction related controls on pre-8.1 servers, per Karl Zellnig

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

18 years agoBump version to 1.9 for new dev cycle.
dpage [Fri, 19 Oct 2007 13:18:06 +0000 (13:18 +0000)]
Bump version to 1.9 for new dev cycle.

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

18 years agoFix broken componentref.
dpage [Fri, 19 Oct 2007 12:28:23 +0000 (12:28 +0000)]
Fix broken componentref.

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

18 years agoBump version number for release
dpage [Fri, 19 Oct 2007 12:17:00 +0000 (12:17 +0000)]
Bump version number for release

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

18 years agoAdd some pl/pgsql keyword we should highlight, per Hiroshi.
dpage [Fri, 19 Oct 2007 10:58:33 +0000 (10:58 +0000)]
Add some pl/pgsql keyword we should highlight, per Hiroshi.

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

18 years agoRevert Hiroshi's patch to add line numbers to the margin of the debugger (rev: 6757...
dpage [Fri, 19 Oct 2007 10:51:14 +0000 (10:51 +0000)]
Revert Hiroshi's patch to add line numbers to the margin of the debugger (rev: 6757). They are not shown because the breakpoint and execution markers obscure then in quite an ugly way, and the cursor line number and execution line numbers are both show in the status bar anyway. Fix an off-by-one error in the line numbering while we're here.

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

18 years agoPrevent a crash if copy is pressed on an empty table [Guillaume Lelarge]
dpage [Fri, 19 Oct 2007 10:34:30 +0000 (10:34 +0000)]
Prevent a crash if copy is pressed on an empty table [Guillaume Lelarge]

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

18 years agoFix some tabs
dpage [Fri, 19 Oct 2007 10:14:31 +0000 (10:14 +0000)]
Fix some tabs

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

18 years agoAdd the mythical installation instructions
dpage [Fri, 19 Oct 2007 09:40:54 +0000 (09:40 +0000)]
Add the mythical installation instructions

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

18 years agoFixed line number of the indicator of a debugger is not displayed.
hiroshi [Fri, 19 Oct 2007 02:31:39 +0000 (02:31 +0000)]
Fixed line number of the indicator of a debugger is not displayed.

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

18 years agoDoc tweaks, as suggested by Laurent ROCHE
dpage [Thu, 18 Oct 2007 10:57:18 +0000 (10:57 +0000)]
Doc tweaks, as suggested by Laurent ROCHE

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

18 years agoAdd italian hints, per Giuseppe Sacco.
guillaume [Thu, 18 Oct 2007 09:47:33 +0000 (09:47 +0000)]
Add italian hints, per Giuseppe Sacco.

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

18 years agoHonour the forTypes flag when quoting which we seem to have forgotten. This ensures...
dpage [Thu, 18 Oct 2007 08:46:09 +0000 (08:46 +0000)]
Honour the forTypes flag when quoting which we seem to have forgotten. This ensures we only quote names like 'character varying' when they're being used as identifiers, not types.

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

18 years agoRecognise serial columns with quoted sequence names.
dpage [Thu, 18 Oct 2007 08:29:25 +0000 (08:29 +0000)]
Recognise serial columns with quoted sequence names.

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

18 years agoInclude a \n before the ORDER BY clause when sorting/filtering edit grid data, to...
dpage [Thu, 18 Oct 2007 07:53:31 +0000 (07:53 +0000)]
Include a \n before the ORDER BY clause when sorting/filtering edit grid data, to ensure that comments at the end of the filter options don't prevent the sorting from working, per Erwin.

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

18 years agoCheck the changes to the min/max value range of a sequence and order ALTER statements...
dpage [Wed, 17 Oct 2007 10:08:51 +0000 (10:08 +0000)]
Check the changes to the min/max value range of a sequence and order ALTER statements appropriate to ensure that any new value that is set at the same time should fit in the new range. Per report from Horvath Gabor.

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

18 years agoFix typo
dpage [Tue, 16 Oct 2007 09:37:05 +0000 (09:37 +0000)]
Fix typo

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

18 years agoChange dollar quoting with regular quotes to allow 7.4 users to use pgAgent.
guillaume [Tue, 16 Oct 2007 07:50:26 +0000 (07:50 +0000)]
Change dollar quoting with regular quotes to allow 7.4 users to use pgAgent.

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

18 years agoUpdate serbian's translation, per Bojan Skaljac.
guillaume [Mon, 15 Oct 2007 16:59:53 +0000 (16:59 +0000)]
Update serbian's translation, per Bojan Skaljac.

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

18 years agoAnother polish update, per Slawek Sudnik.
guillaume [Mon, 15 Oct 2007 16:59:21 +0000 (16:59 +0000)]
Another polish update, per Slawek Sudnik.

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

18 years agoFix borked query
dpage [Mon, 15 Oct 2007 15:51:46 +0000 (15:51 +0000)]
Fix borked query

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

18 years agoUpdate Polish translation, per Slawek Sudnik.
guillaume [Mon, 15 Oct 2007 08:20:18 +0000 (08:20 +0000)]
Update Polish translation, per Slawek Sudnik.

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

18 years agoCleanup some compiler warnings
dpage [Mon, 15 Oct 2007 08:09:17 +0000 (08:09 +0000)]
Cleanup some compiler warnings

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

18 years agoPrevent characters being incorrectly stripped from foreign key column names, per...
dpage [Fri, 12 Oct 2007 16:03:24 +0000 (16:03 +0000)]
Prevent characters being incorrectly stripped from foreign key column names, per Alexander Kirpa

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

18 years agoAvoid using a correlated subquery that Greenplum doesn't support, per report from...
dpage [Fri, 12 Oct 2007 15:38:59 +0000 (15:38 +0000)]
Avoid using a correlated subquery that Greenplum doesn't support, per report from Jon Roberts.

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

18 years agoFix the tablespace issue on index and indexconstraint.
guillaume [Fri, 12 Oct 2007 14:47:33 +0000 (14:47 +0000)]
Fix the tablespace issue on index and indexconstraint.

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

18 years agoCheck the PostgreSQL release before adding tablespace query, per reports from Albin...
guillaume [Fri, 12 Oct 2007 14:34:30 +0000 (14:34 +0000)]
Check the PostgreSQL release before adding tablespace query, per reports from Albin Blaschka and Ariel R. Giomi.

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

18 years agoFix french translation, per Sébastien Lardière.
guillaume [Fri, 12 Oct 2007 13:57:06 +0000 (13:57 +0000)]
Fix french translation, per Sébastien Lardière.

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

18 years agoGuard against checking the server version if we're not connected.
dpage [Fri, 12 Oct 2007 09:29:12 +0000 (09:29 +0000)]
Guard against checking the server version if we're not connected.

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

18 years agoUpdate Japanese.
hiroshi [Thu, 11 Oct 2007 16:50:30 +0000 (16:50 +0000)]
Update Japanese.

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

18 years agoAddition the 32x32(Standard)
hiroshi [Thu, 11 Oct 2007 01:04:16 +0000 (01:04 +0000)]
Addition the 32x32(Standard)
report from Daniel B. Thurman.

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

18 years agoUpdate french translation.
guillaume [Wed, 10 Oct 2007 22:14:05 +0000 (22:14 +0000)]
Update french translation.

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

18 years agoUpdate spanish translation, per Carme Cerdà Torres.
guillaume [Wed, 10 Oct 2007 21:53:31 +0000 (21:53 +0000)]
Update spanish translation, per Carme Cerdà Torres.

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

18 years agoFix a couple of invalid characters in File IDs
dpage [Tue, 9 Oct 2007 09:17:47 +0000 (09:17 +0000)]
Fix a couple of invalid characters in File IDs

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

18 years agoBump version number for RC1
dpage [Tue, 9 Oct 2007 08:44:03 +0000 (08:44 +0000)]
Bump version number for RC1

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

18 years agoOn futher though, let's only set the mac listview option on Macs
dpage [Tue, 9 Oct 2007 08:43:49 +0000 (08:43 +0000)]
On futher though, let's only set the mac listview option on Macs

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