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

18 years agoUpdate zh_CN translation, per Kevin Lee.
guillaume [Sat, 29 Sep 2007 13:09:29 +0000 (13:09 +0000)]
Update zh_CN translation, per Kevin Lee.

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

18 years agoUse %WXWIN% as the wx location.
dpage [Fri, 28 Sep 2007 18:44:33 +0000 (18:44 +0000)]
Use %WXWIN% as the wx location.

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

18 years agoUse %PGBUILD%\wxWidgets as the wx location.
dpage [Fri, 28 Sep 2007 18:41:53 +0000 (18:41 +0000)]
Use %PGBUILD%\wxWidgets as the wx location.

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

18 years agoupdate the template due to a string change necessitated by changes to GUC variable...
dpage [Fri, 28 Sep 2007 14:38:32 +0000 (14:38 +0000)]
update the template due to a string change necessitated by changes to GUC variable names in PG83. Sorry guys :-(

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

18 years agoAutomatic merge using stringmerge script.
dpage [Fri, 28 Sep 2007 14:37:30 +0000 (14:37 +0000)]
Automatic merge using stringmerge script.

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

18 years agoUpdate french translation.
guillaume [Fri, 28 Sep 2007 14:29:21 +0000 (14:29 +0000)]
Update french translation.

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

18 years agoUpdate zh_TW translation, per ChaoYi Kuo.
guillaume [Fri, 28 Sep 2007 14:28:30 +0000 (14:28 +0000)]
Update zh_TW translation, per ChaoYi Kuo.

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

18 years agoUpdate pg_settings.csv for 8.3. Add support for quoted column names.
dpage [Fri, 28 Sep 2007 13:15:09 +0000 (13:15 +0000)]
Update pg_settings.csv for 8.3. Add support for quoted column names.

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

18 years agoUpdate for some changed GUCs in PostgreSQL 8.3
dpage [Fri, 28 Sep 2007 12:42:20 +0000 (12:42 +0000)]
Update for some changed GUCs in PostgreSQL 8.3

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

18 years agoWe need to include OpenSSL's applink code with OpenSSL 0.9.8+, per report from Alejan...
dpage [Fri, 28 Sep 2007 10:45:16 +0000 (10:45 +0000)]
We need to include OpenSSL's applink code with OpenSSL 0.9.8+, per report from Alejandro Gasca

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

18 years agoTweak overview steps
dpage [Fri, 28 Sep 2007 08:34:36 +0000 (08:34 +0000)]
Tweak overview steps

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

18 years agoAdd an example of setting up a 3 node Slony-I cluster.
dpage [Fri, 28 Sep 2007 07:49:14 +0000 (07:49 +0000)]
Add an example of setting up a 3 node Slony-I cluster.

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

18 years agoUpdate zh_CN translation, per Kevin Lee.
guillaume [Thu, 27 Sep 2007 14:27:28 +0000 (14:27 +0000)]
Update zh_CN translation, per Kevin Lee.

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

18 years agopgadmin-stringextract-keep-filenames-1.patch modifies stringextract so
dpage [Thu, 27 Sep 2007 12:30:07 +0000 (12:30 +0000)]
pgadmin-stringextract-keep-filenames-1.patch modifies stringextract so
that it runs wxrc and xgettext separately on each xrc file, to get the
correct filename in the pot file. BTW, this patch alone is beneficial;
you get the correct filenames though the line numbers are bogus without
the wxrc patch. [Heikki Linnakangas]

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

18 years agoRemove the gettext macro from some debug messages that needn't be translated. [Heikki...
dpage [Thu, 27 Sep 2007 12:17:16 +0000 (12:17 +0000)]
Remove the gettext macro from some debug messages that needn't be translated. [Heikki Linnakangas]

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

18 years agoRemove extraneous GetVal() call that was causing an assert when viewing data from...
dpage [Thu, 27 Sep 2007 08:36:38 +0000 (08:36 +0000)]
Remove extraneous GetVal() call that was causing an assert when viewing data from tables containing no rows. Per report from Heikki.

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

18 years agoAdd the new Finnish docs to the VC++ project file.
dpage [Thu, 27 Sep 2007 08:22:21 +0000 (08:22 +0000)]
Add the new Finnish docs to the VC++ project file.

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

18 years agoAdd a Mac buglet that I've yet to figure out lest it gets forgotten.
dpage [Thu, 27 Sep 2007 08:11:40 +0000 (08:11 +0000)]
Add a Mac buglet that I've yet to figure out lest it gets forgotten.

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

18 years agoUpdate finnish's translation.
guillaume [Wed, 26 Sep 2007 22:49:43 +0000 (22:49 +0000)]
Update finnish's translation.
Add finnish's hints.
And fix a typo in an english hint.

Thanks, Heikki :)

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

18 years agoSend and receive unctions' combobox weren't append correctly.
guillaume [Wed, 26 Sep 2007 17:08:43 +0000 (17:08 +0000)]
Send and receive unctions' combobox weren't append correctly.

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

18 years agoGah, must update all my test installations of 8.2. Seems that prepared transactions...
dpage [Wed, 26 Sep 2007 11:34:21 +0000 (11:34 +0000)]
Gah, must update all my test installations of 8.2. Seems that prepared transactions must be committed or rolled back in their original databases on 8.2.4 and 8.1.10 as well.

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

18 years agoPostgres 8.3 and above require that prepared transactions be committed or rolled...
dpage [Wed, 26 Sep 2007 11:09:42 +0000 (11:09 +0000)]
Postgres 8.3 and above require that prepared transactions be committed or rolled back in the database they were prepared in. This means we must create a temporary connection when required instead of using the maintenance database. While we're at it, clean up the code enabing and disabling the various buttons on the form. Per report from Heikki Linnakangas.

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

18 years agoTemplate update after removing (yes, removing :-) ) so strings that weren't required.
dpage [Wed, 26 Sep 2007 09:31:13 +0000 (09:31 +0000)]
Template update after removing (yes, removing :-) ) so strings that weren't required.

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

18 years agoAutomatic merge using stringmerge script.
dpage [Wed, 26 Sep 2007 09:28:57 +0000 (09:28 +0000)]
Automatic merge using stringmerge script.

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

18 years agoAvoid translating debug messages. Per Heikki Linnakangas
dpage [Wed, 26 Sep 2007 09:27:34 +0000 (09:27 +0000)]
Avoid translating debug messages. Per Heikki Linnakangas

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

18 years agoEnable/disable the copy quote character option when quoting is enabled/disabled....
dpage [Wed, 26 Sep 2007 09:04:54 +0000 (09:04 +0000)]
Enable/disable the copy quote character option when quoting is enabled/disabled. Per suggestion from Heikki Linnakangas.

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

18 years agoUpdate french translation.
guillaume [Wed, 26 Sep 2007 08:08:50 +0000 (08:08 +0000)]
Update french translation.

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

18 years agoTranslation template update following the addition of an error message. Sorry transla...
dpage [Tue, 25 Sep 2007 15:27:42 +0000 (15:27 +0000)]
Translation template update following the addition of an error message. Sorry translators - it had to be done :-(

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

18 years agoAutomatic merge using stringmerge script.
dpage [Tue, 25 Sep 2007 15:26:48 +0000 (15:26 +0000)]
Automatic merge using stringmerge script.

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

18 years agoSome additional cleanup of the object variable code.
dpage [Tue, 25 Sep 2007 15:25:12 +0000 (15:25 +0000)]
Some additional cleanup of the object variable code.

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

18 years agoAdd support for executing SQL from property dialogues in two steps. This is required...
dpage [Tue, 25 Sep 2007 15:24:44 +0000 (15:24 +0000)]
Add support for executing SQL from property dialogues in two steps. This is required because in Postgres 8.3 and above CREATE DATABASE can no longer be used in a multi-statement query. This fixes that as well of course :-)

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

18 years agoNew up to date translation : pt_BR. Thanks guys :)
guillaume [Mon, 24 Sep 2007 13:26:18 +0000 (13:26 +0000)]
New up to date translation : pt_BR. Thanks guys :)

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

18 years agoThe two mistyping errors from revision 6659.
guillaume [Mon, 24 Sep 2007 13:16:19 +0000 (13:16 +0000)]
The two mistyping errors from revision 6659.

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

18 years agoAutomatic merge using stringmerge script.
guillaume [Mon, 24 Sep 2007 13:14:23 +0000 (13:14 +0000)]
Automatic merge using stringmerge script.

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

18 years agoNote bug reported by Herouth Maoz:
dpage [Mon, 24 Sep 2007 13:04:47 +0000 (13:04 +0000)]
Note bug reported by Herouth Maoz:

Explicitly adding text objects to the clipboard (as Copy on the edit grid does) crashes with multibyte text.
wxWidgets bug ref: 1801114

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

18 years agoUpdate brazilian portuguese translation, per Euler Taveira de Oliveira.
guillaume [Mon, 24 Sep 2007 12:56:33 +0000 (12:56 +0000)]
Update brazilian portuguese translation, per Euler Taveira de Oliveira.

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

18 years agoFix two mistyping errors (patch from Euler Taveira de Oliveira).
guillaume [Mon, 24 Sep 2007 12:54:20 +0000 (12:54 +0000)]
Fix two mistyping errors (patch from Euler Taveira de Oliveira).

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

18 years agoAllow GUCs to be set on functions in PostgreSQL 8.3 and above [Guillaume Lelarge]
dpage [Mon, 24 Sep 2007 10:59:19 +0000 (10:59 +0000)]
Allow GUCs to be set on functions in PostgreSQL 8.3 and above [Guillaume Lelarge]
Allow GUCs to be set on users, roles and databases at create time.

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

18 years agoChange the current sequence value before any of the other params. This allows the...
dpage [Mon, 24 Sep 2007 08:03:41 +0000 (08:03 +0000)]
Change the current sequence value before any of the other params. This allows the user to change the min or max values and ensure the current value is in the required range in one operation. Per report from Horvath Gabor

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

18 years agoTry to retain at least a little sanity if the connection is dropped on OS X. Per...
dpage [Fri, 21 Sep 2007 19:38:10 +0000 (19:38 +0000)]
Try to retain at least a little sanity if the connection is dropped on OS X. Per Otto Bretz

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