users/quan74/pgadmin-import.git
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

18 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

18 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

18 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

18 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

18 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

18 years agoUse the generic list control on Mac to avoid strange quirks with the native one that...
dpage [Tue, 9 Oct 2007 08:41:59 +0000 (08:41 +0000)]
Use the generic list control on Mac to avoid strange quirks with the native one that prevented the auto-complete menu working correctly, as well as strange multiple selection issues on the properties list

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

18 years agoIncrease default cacheLinePool size for the add cache.
dpage [Mon, 8 Oct 2007 14:00:06 +0000 (14:00 +0000)]
Increase default cacheLinePool size for the add cache.

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

18 years agoUpdate bugs list.
dpage [Mon, 8 Oct 2007 13:29:51 +0000 (13:29 +0000)]
Update bugs list.

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

18 years agoUpdate finnish docs translation, per Heikki Linnakangas.
guillaume [Mon, 8 Oct 2007 09:28:11 +0000 (09:28 +0000)]
Update finnish docs translation, per Heikki Linnakangas.

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

18 years agoFix compile issue with older versions of wxGTK on Fedora 7. Per Bob Gustafson.
dpage [Mon, 8 Oct 2007 09:15:20 +0000 (09:15 +0000)]
Fix compile issue with older versions of wxGTK on Fedora 7. Per Bob Gustafson.

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

18 years agoOops. Replace missing #endif.
dpage [Mon, 8 Oct 2007 09:12:53 +0000 (09:12 +0000)]
Oops. Replace missing #endif.

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

18 years agoRemove the OpenSSL Applink hack now it's been fixed in libpq.
dpage [Mon, 8 Oct 2007 09:11:01 +0000 (09:11 +0000)]
Remove the OpenSSL Applink hack now it's been fixed in libpq.

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

18 years agoDon't reindex after altering an indexes fillfactor, per Simon Riggs.
dpage [Fri, 5 Oct 2007 20:22:31 +0000 (20:22 +0000)]
Don't reindex after altering an indexes fillfactor, per Simon Riggs.

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

18 years agoFix the overwriting the contents of the newly opened file with the contents of the...
guillaume [Fri, 5 Oct 2007 11:09:08 +0000 (11:09 +0000)]
Fix the overwriting the contents of the newly opened file with the contents of the old buffer, per a report from Kieran McCusker.

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

18 years agoFix arguments signature list, per a report from Rikard Pavelic.
guillaume [Fri, 5 Oct 2007 10:22:44 +0000 (10:22 +0000)]
Fix arguments signature list, per a report from Rikard Pavelic.

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

18 years agoOoops,mistake of a refix date...
hiroshi [Thu, 4 Oct 2007 16:01:49 +0000 (16:01 +0000)]
Ooops,mistake of a refix date...

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

18 years agoFixed new VIEW creation conditions.
hiroshi [Thu, 4 Oct 2007 14:38:40 +0000 (14:38 +0000)]
Fixed new VIEW creation conditions.

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

18 years agoFix the tablespace dialogue to use the new two-part SQL infrastructure as it seems...
dpage [Thu, 4 Oct 2007 13:41:04 +0000 (13:41 +0000)]
Fix the tablespace dialogue to use the new two-part SQL infrastructure as it seems CREATE TABLESPACE isn't supported in a multi statement like CREATE DATABASE and VACUUM. Discovered in related discussion with Alvaro Herrera

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

18 years agoUpdate italian's translation, per Giuseppe Sacco.
guillaume [Wed, 3 Oct 2007 13:46:41 +0000 (13:46 +0000)]
Update italian's translation, per Giuseppe Sacco.

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

18 years agoUpdate zh_TW translation, per ChaoYi Kuo.
guillaume [Wed, 3 Oct 2007 12:13:20 +0000 (12:13 +0000)]
Update zh_TW translation, per ChaoYi Kuo.

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

18 years agoUpdate bulgarian's translation, per Milen A. Radev.
guillaume [Wed, 3 Oct 2007 12:12:18 +0000 (12:12 +0000)]
Update bulgarian's translation, per Milen A. Radev.

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

18 years agoMake it possible to minimize the server status window
mha [Wed, 3 Oct 2007 10:38:50 +0000 (10:38 +0000)]
Make it possible to minimize the server status window

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

18 years agoAdd bug
dpage [Mon, 1 Oct 2007 19:00:01 +0000 (19:00 +0000)]
Add bug

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

18 years agoBugfix to support negative values for sequence, per a report from Olivier Bouiron.
guillaume [Mon, 1 Oct 2007 13:26:07 +0000 (13:26 +0000)]
Bugfix to support negative values for sequence, per a report from Olivier Bouiron.

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

18 years agoAdd some missing hints files.
dpage [Mon, 1 Oct 2007 10:47:24 +0000 (10:47 +0000)]
Add some missing hints files.

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

18 years agoRemove help file for non-existant feature
dpage [Mon, 1 Oct 2007 10:15:17 +0000 (10:15 +0000)]
Remove help file for non-existant feature

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

18 years agoUpdate help cache.
dpage [Mon, 1 Oct 2007 10:13:39 +0000 (10:13 +0000)]
Update help cache.

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

18 years agoMini version number bump
dpage [Mon, 1 Oct 2007 10:12:44 +0000 (10:12 +0000)]
Mini version number bump

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

18 years agoCorrect a couple of IDs
dpage [Mon, 1 Oct 2007 10:12:29 +0000 (10:12 +0000)]
Correct a couple of IDs

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

18 years agoUpdate pt_PT translation, per Helder M. Vieira.
guillaume [Mon, 1 Oct 2007 08:39:19 +0000 (08:39 +0000)]
Update pt_PT translation, per Helder M. Vieira.

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

18 years agoFix a typo
dpage [Sat, 29 Sep 2007 22:09:44 +0000 (22:09 +0000)]
Fix a typo

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

18 years agoAdd fi_FI docs into makefile and windows installer code.
guillaume [Sat, 29 Sep 2007 13:20:48 +0000 (13:20 +0000)]
Add fi_FI docs into makefile and windows installer code.

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