users/quan74/pgadmin-import.git
16 years agoUse a save dialog when exporting data per Herouth Maoz
dpage [Wed, 15 Apr 2009 12:53:40 +0000 (12:53 +0000)]
Use a save dialog when exporting data per Herouth Maoz

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

16 years agoThere may not always be an extension on plugin library names
dpage [Wed, 15 Apr 2009 09:56:43 +0000 (09:56 +0000)]
There may not always be an extension on plugin library names

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

16 years agoFix a crash bug in the Query Tool [Ashesh Vashi]
dpage [Wed, 15 Apr 2009 09:25:25 +0000 (09:25 +0000)]
Fix a crash bug in the Query Tool [Ashesh Vashi]

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

16 years agoEnsure we have a consistent message when dropping server objects [Ashesh Vashi]
dpage [Wed, 15 Apr 2009 09:18:20 +0000 (09:18 +0000)]
Ensure we have a consistent message when dropping server objects [Ashesh Vashi]

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

16 years agoGreenplum stores the number of rows per segmentDatabase (actually the max of any...
dpage [Wed, 15 Apr 2009 09:06:29 +0000 (09:06 +0000)]
Greenplum stores the number of rows per segmentDatabase (actually the max of any of the segDBs) in pg_class.reltuples, not the total number of tuples.

This causes the stats to display wrong values, and causes pgAdmin to warn that Analyze is needed when it is not.

This simple patch multiplies the reltuples x gp_segments, so that we get a better value.

Of course, it only does this for Greenplum connections.
[Chuck McDevitt]

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

16 years agoFix an apparent hang when debugging in some languages. [Ashesh Vashi]
dpage [Mon, 13 Apr 2009 16:15:15 +0000 (16:15 +0000)]
Fix an apparent hang when debugging in some languages. [Ashesh Vashi]

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

16 years agoCheck the the appropriate debugger plugin is loaded before offering debugging options.
dpage [Wed, 8 Apr 2009 16:16:44 +0000 (16:16 +0000)]
Check the the appropriate debugger plugin is loaded before offering debugging options.

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

16 years agoValidate the View dialogue properly [Ashesh Vashi]
dpage [Wed, 8 Apr 2009 14:05:21 +0000 (14:05 +0000)]
Validate the View dialogue properly [Ashesh Vashi]

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

16 years agoSerbian translation: I forgot this part of the patch.
guillaume [Tue, 7 Apr 2009 17:55:53 +0000 (17:55 +0000)]
Serbian translation: I forgot this part of the patch.

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

16 years agoSerbian translation: sr_YU is now sr_RS.
guillaume [Tue, 7 Apr 2009 17:55:05 +0000 (17:55 +0000)]
Serbian translation: sr_YU is now sr_RS.

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

16 years agoFix job step creation [Ashesh Vashi]
dpage [Tue, 7 Apr 2009 11:00:31 +0000 (11:00 +0000)]
Fix job step creation [Ashesh Vashi]

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

16 years agoFix an infinite loop in the debugger which appears to occur with certain themes under...
dpage [Mon, 6 Apr 2009 20:40:05 +0000 (20:40 +0000)]
Fix an infinite loop in the debugger which appears to occur with certain themes under wxGTK on Debian. Per Heikki Linnakangas

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

16 years agoRename the new CREATE DATABASE options to set collation and ctype into
dpage [Mon, 6 Apr 2009 08:50:06 +0000 (08:50 +0000)]
Rename the new CREATE DATABASE options to set collation and ctype into
LC_COLLATE and LC_CTYPE, per discussion on pgsql-hackers.

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

16 years agolv_LV is not anymore unmaintained :)
guillaume [Sat, 4 Apr 2009 20:41:32 +0000 (20:41 +0000)]
lv_LV is not anymore unmaintained :)

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

16 years agoAdds HTML Help project files for the french manual, and updates batch file and Visual...
guillaume [Sat, 4 Apr 2009 17:39:42 +0000 (17:39 +0000)]
Adds HTML Help project files for the french manual, and updates batch file and VisualC++ project to take care of them.

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

16 years agoUpdate serbian translation, per Bojan Škaljac.
guillaume [Sat, 4 Apr 2009 14:25:26 +0000 (14:25 +0000)]
Update serbian translation, per Bojan Škaljac.

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

16 years agoUpdate french translation of the manual. And fixes one error on the english
guillaume [Sat, 4 Apr 2009 13:37:34 +0000 (13:37 +0000)]
Update french translation of the manual. And fixes one error on the english
manual.

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

16 years agoFixes on the Server Status documentation.
guillaume [Sat, 4 Apr 2009 13:30:40 +0000 (13:30 +0000)]
Fixes on the Server Status documentation.

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

16 years agoSome fixes on the manual: update screenshots, add new command line parameters,
guillaume [Sat, 4 Apr 2009 13:22:22 +0000 (13:22 +0000)]
Some fixes on the manual: update screenshots, add new command line parameters,
update members of the translation team.

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

16 years agoIncrease the log buffers
dpage [Thu, 2 Apr 2009 09:31:23 +0000 (09:31 +0000)]
Increase the log buffers

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

16 years agoUpdate image
dpage [Wed, 1 Apr 2009 14:26:03 +0000 (14:26 +0000)]
Update image

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

16 years agoFix the validation of database and schema restriction strings per Kieran McCusker
dpage [Wed, 1 Apr 2009 14:24:57 +0000 (14:24 +0000)]
Fix the validation of database and schema restriction strings per Kieran McCusker

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

16 years agoFix missing Greenplum reloptions [Chuck McDevitt]
dpage [Wed, 1 Apr 2009 12:09:33 +0000 (12:09 +0000)]
Fix missing Greenplum reloptions [Chuck McDevitt]

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

16 years agoAdd missing 'cert' authentication method, and allow an option to be set for any hosts...
dpage [Wed, 1 Apr 2009 11:55:01 +0000 (11:55 +0000)]
Add missing 'cert' authentication method, and allow an option to be set for any hostssl entry in the pg_hba.conf editor, per Magnus.

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

16 years agoImplement a more robust check to ensure that users can't enter invalid values for...
dpage [Wed, 1 Apr 2009 11:51:25 +0000 (11:51 +0000)]
Implement a more robust check to ensure that users can't enter invalid values for sequences. Do it properly this time :-)

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

16 years agoImplement a more robust check to ensure that users can't enter invalid values for...
dpage [Wed, 1 Apr 2009 11:09:24 +0000 (11:09 +0000)]
Implement a more robust check to ensure that users can't enter invalid values for sequences.

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

16 years agoFix help description
dpage [Tue, 31 Mar 2009 16:12:42 +0000 (16:12 +0000)]
Fix help description

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

16 years agoDocumentation fixes.
guillaume [Tue, 31 Mar 2009 15:53:03 +0000 (15:53 +0000)]
Documentation fixes.

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

16 years agoSupport ldap, gss and sspi authentication methods in the pg_hba.conf editor.
dpage [Tue, 31 Mar 2009 13:18:26 +0000 (13:18 +0000)]
Support ldap, gss and sspi authentication methods in the pg_hba.conf editor.

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

16 years agoUpdate latvian translation, per Lauris Buksis-Haberkorns.
guillaume [Mon, 30 Mar 2009 21:40:36 +0000 (21:40 +0000)]
Update latvian translation, per Lauris Buksis-Haberkorns.

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

16 years agoUpdate latvian translation, per Lauris Bukšis-Haberkorns.
guillaume [Mon, 30 Mar 2009 08:46:00 +0000 (08:46 +0000)]
Update latvian translation, per Lauris Bukšis-Haberkorns.

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

16 years agoUpdate portuguese translation, per Hélder M. Vieira.
guillaume [Sun, 29 Mar 2009 20:20:05 +0000 (20:20 +0000)]
Update portuguese translation, per Hélder M. Vieira.

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

16 years agoFrench manual of pgAdminIII.
guillaume [Sun, 29 Mar 2009 13:10:06 +0000 (13:10 +0000)]
French manual of pgAdminIII.

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

16 years agoA little light Friday evening query tuning.
dpage [Fri, 27 Mar 2009 21:41:30 +0000 (21:41 +0000)]
A little light Friday evening query tuning.

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

16 years agoRemove the 'use tab key for autocomplete' option as it breaks other editor features...
dpage [Fri, 27 Mar 2009 21:16:07 +0000 (21:16 +0000)]
Remove the 'use tab key for autocomplete' option as it breaks other editor features for little gain. Fix the Tab key in frmQuery while we're at it.

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

16 years agoEnsure we always use a valid format string with wxLogScriptVerbose.
dpage [Fri, 27 Mar 2009 18:25:10 +0000 (18:25 +0000)]
Ensure we always use a valid format string with wxLogScriptVerbose.

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

16 years agoCleanup and optimise the GQB treeview population queries. Not sure how I failed to...
dpage [Fri, 27 Mar 2009 17:39:42 +0000 (17:39 +0000)]
Cleanup and optimise the GQB treeview population queries. Not sure how I failed to notice these were in such bad shape :-(. I think we need to add some load-on-demand code to properly optimise here though.

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

16 years agoUpdate french translation.
guillaume [Fri, 27 Mar 2009 16:45:34 +0000 (16:45 +0000)]
Update french translation.

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

16 years agoUpdate chinese translation, per Quan Zongliang.
guillaume [Fri, 27 Mar 2009 16:32:36 +0000 (16:32 +0000)]
Update chinese translation, per Quan Zongliang.

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

16 years agoUpdate .pot files.
guillaume [Fri, 27 Mar 2009 10:18:26 +0000 (10:18 +0000)]
Update .pot files.

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

16 years agoAutomatic merge using stringmerge script.
guillaume [Fri, 27 Mar 2009 09:56:58 +0000 (09:56 +0000)]
Automatic merge using stringmerge script.

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

16 years agoUpdate french translation.
guillaume [Fri, 27 Mar 2009 09:52:06 +0000 (09:52 +0000)]
Update french translation.

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

16 years agoFix Mac licence
dpage [Thu, 26 Mar 2009 22:04:16 +0000 (22:04 +0000)]
Fix Mac licence

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

16 years agoUpdate licence for the Windows installer.
dpage [Thu, 26 Mar 2009 21:32:05 +0000 (21:32 +0000)]
Update licence for the Windows installer.

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

16 years agoMore licence/copyright updates
dpage [Thu, 26 Mar 2009 21:24:39 +0000 (21:24 +0000)]
More licence/copyright updates

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

16 years agoChange the licence to BSD
dpage [Thu, 26 Mar 2009 20:49:59 +0000 (20:49 +0000)]
Change the licence to BSD

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

16 years agoUpdate french translation (a typo found by Guillaume Smet).
guillaume [Thu, 26 Mar 2009 14:38:49 +0000 (14:38 +0000)]
Update french translation (a typo found by Guillaume Smet).

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

16 years agoFix a possible crash when closing the Query Tool, and correct some kooky logic. ...
dpage [Thu, 26 Mar 2009 09:03:53 +0000 (09:03 +0000)]
Fix a possible crash when closing the Query Tool, and correct some kooky logic. [Ashesh Vashi/Dave Page]

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

16 years agowxSTC seems to have block indent/outdent :-( (or :-) depending on perspective!)
dpage [Wed, 25 Mar 2009 20:04:58 +0000 (20:04 +0000)]
wxSTC seems to have block indent/outdent :-( (or :-) depending on perspective!)

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

16 years agoadd status bar to make the dialogue look as it should.
dpage [Tue, 24 Mar 2009 11:47:00 +0000 (11:47 +0000)]
add status bar to make the dialogue look as it should.

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

16 years agoMake sure hhp2cached is available when rebuilding the docs.
dpage [Tue, 24 Mar 2009 10:31:12 +0000 (10:31 +0000)]
Make sure hhp2cached is available when rebuilding the docs.

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

16 years agoEnsure we correctly handle the case where a user tries to set a sequence max value...
dpage [Tue, 24 Mar 2009 09:13:00 +0000 (09:13 +0000)]
Ensure we correctly handle the case where a user tries to set a sequence max value higher than int8 allows.

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

16 years agoUpdate chinese's translation (zh_CN), per Quan Zongliang.
guillaume [Tue, 24 Mar 2009 07:23:17 +0000 (07:23 +0000)]
Update chinese's translation (zh_CN), per Quan Zongliang.

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

16 years agoUpdate .pot file.
guillaume [Mon, 23 Mar 2009 22:02:05 +0000 (22:02 +0000)]
Update .pot file.

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

16 years agoPrep for beta 2
dpage [Mon, 23 Mar 2009 14:07:33 +0000 (14:07 +0000)]
Prep for beta 2

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

16 years agoEnsure the wxBusyInfo box displays a message when loading the GQB.
dpage [Mon, 23 Mar 2009 12:28:00 +0000 (12:28 +0000)]
Ensure the wxBusyInfo box displays a message when loading the GQB.

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

16 years agoAdd missing tooltips to the GQB buttons (sorry translators)
dpage [Mon, 23 Mar 2009 12:22:30 +0000 (12:22 +0000)]
Add missing tooltips to the GQB buttons (sorry translators)

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

16 years agoUpdate italian's translation, per Giuseppe Sacco.
guillaume [Mon, 23 Mar 2009 12:14:16 +0000 (12:14 +0000)]
Update italian's translation, per Giuseppe Sacco.

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

16 years agoFix a reliance on wxColour failing silently to convert invalid colour strings - in...
dpage [Mon, 23 Mar 2009 11:57:44 +0000 (11:57 +0000)]
Fix a reliance on wxColour failing silently to convert invalid colour strings - in a debug build you get assertions.

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

16 years agoAvoid updating the GQB if closing the window.
dpage [Mon, 23 Mar 2009 11:28:50 +0000 (11:28 +0000)]
Avoid updating the GQB if closing the window.

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

16 years agoUpdate french translation.
guillaume [Mon, 23 Mar 2009 10:31:00 +0000 (10:31 +0000)]
Update french translation.

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

16 years agoAutomatic merge using stringmerge script.
guillaume [Mon, 23 Mar 2009 09:05:32 +0000 (09:05 +0000)]
Automatic merge using stringmerge script.

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

16 years agoFix server status bug when server connection drops, per a report from Mike
guillaume [Mon, 23 Mar 2009 08:59:45 +0000 (08:59 +0000)]
Fix server status bug when server connection drops, per a report from Mike
Blackwell.

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

16 years agoja newest.
hiroshi [Sun, 22 Mar 2009 07:03:58 +0000 (07:03 +0000)]
ja newest.

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

16 years agoTypo fix.
guillaume [Sat, 21 Mar 2009 15:02:43 +0000 (15:02 +0000)]
Typo fix.

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

16 years agoFix typo in japanese's translation, per Quan Zongliang.
guillaume [Sat, 21 Mar 2009 14:47:02 +0000 (14:47 +0000)]
Fix typo in japanese's translation, per Quan Zongliang.

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

16 years agoAdd menu items to the query tool to allow access to the new editor functions, and...
dpage [Fri, 20 Mar 2009 14:23:47 +0000 (14:23 +0000)]
Add menu items to the query tool to allow access to the new editor functions, and so the user can learn them. Per suggestion from Raymond O'Donnell. [Ashesh Vashi]

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

16 years agoUpdate serbian's translation, per Bojan Skaljac.
guillaume [Thu, 19 Mar 2009 18:42:59 +0000 (18:42 +0000)]
Update serbian's translation, per Bojan Skaljac.

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

16 years agoUpdate italian's translation, per Giuseppe Sacco.
guillaume [Thu, 19 Mar 2009 18:39:57 +0000 (18:39 +0000)]
Update italian's translation, per Giuseppe Sacco.

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

16 years agoEnsure that dependencies between tables and sequences
dpage [Thu, 19 Mar 2009 10:35:42 +0000 (10:35 +0000)]
Ensure that dependencies between tables and sequences
used by serial columns are displayed properly [Ashesh
Vashi].

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

16 years agoFix the makefile so we can build a tarball properly on OS X when configured to build...
dpage [Wed, 18 Mar 2009 21:48:25 +0000 (21:48 +0000)]
Fix the makefile so we can build a tarball properly on OS X when configured to build an appbundle.

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

16 years agoAdd new graphics for PG 8.4 query plan node types [Niko]
dpage [Wed, 18 Mar 2009 21:15:29 +0000 (21:15 +0000)]
Add new graphics for PG 8.4 query plan node types [Niko]

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

16 years agoFix some inconsistencies and buglets in the behaviour of the shortcut keys for the...
dpage [Wed, 18 Mar 2009 15:38:49 +0000 (15:38 +0000)]
Fix some inconsistencies and buglets in the behaviour of the shortcut keys for the new editor features in 1.10

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

16 years agoAfter all the trouble I went to to write 'shift to upper/lower' code for the query...
dpage [Wed, 18 Mar 2009 13:55:29 +0000 (13:55 +0000)]
After all the trouble I went to to write 'shift to upper/lower' code for the query tool, it seems that they already existing in the STC. Document the use of them instead. D'oh!

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

16 years agoRid the world, or at least the pgAdmin repository, of dos/windows
mha [Wed, 18 Mar 2009 12:38:43 +0000 (12:38 +0000)]
Rid the world, or at least the pgAdmin repository, of dos/windows
style linebreaks.

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

16 years agoFix control ID, per Luis Ochoa
dpage [Wed, 18 Mar 2009 09:40:14 +0000 (09:40 +0000)]
Fix control ID, per Luis Ochoa

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

16 years agoFix the visibility retention of the scratch pad on the Query Tool, per Raymond O...
dpage [Tue, 17 Mar 2009 22:10:10 +0000 (22:10 +0000)]
Fix the visibility retention of the scratch pad on the Query Tool, per Raymond O'Donnell.

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

16 years agoDon't offer the option to drop a catalog.
dpage [Tue, 17 Mar 2009 21:37:40 +0000 (21:37 +0000)]
Don't offer the option to drop a catalog.

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

16 years agoFix string, per Dickson S. Guedes
dpage [Tue, 17 Mar 2009 20:13:05 +0000 (20:13 +0000)]
Fix string, per Dickson S. Guedes

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

16 years agoQuote all strings consistently
dpage [Tue, 17 Mar 2009 16:00:56 +0000 (16:00 +0000)]
Quote all strings consistently

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

16 years agoThe change to using long options for pg_dump and friends seem to have
dpage [Tue, 17 Mar 2009 13:57:50 +0000 (13:57 +0000)]
The change to using long options for pg_dump and friends seem to have
broken it, at least on linux. But I assume it still worked on at least
osx *or* windows, since that's where Dave would've tested it :-)

It would more or less never work, since it tried to put a double-quote
in the actual filename *before* the / specifying the root directory..

Here's a patch that removes the = sign after the parameter names. That
makes it work on linux again. I would appreciate it if somebody can test
this patch on windows and/or osx as well to confirm it doesn't break
things there.

[Magnus Hagander]

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

16 years agoAdd support for sslverify connection parameter in libpq 8.4 that controls
mha [Tue, 17 Mar 2009 12:12:07 +0000 (12:12 +0000)]
Add support for sslverify connection parameter in libpq 8.4 that controls
how server certificates are validated by the client when it connects.

This includes a new connection option in the Server dialog.

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

16 years agoQuote usernames in psql plugin config, per Gavin M Roy.
dpage [Mon, 16 Mar 2009 19:46:54 +0000 (19:46 +0000)]
Quote usernames in psql plugin config, per Gavin M Roy.

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

16 years agoBug: If you add a large alias to a table (bigger than table) with joins and
dpage [Mon, 16 Mar 2009 14:18:14 +0000 (14:18 +0000)]
Bug: If you add a large alias to a table  (bigger than table) with joins and
locate at left position in the relationship of joins, then the table is resize
but the position of joins anchors aren't recalculate, leaving the joins anchors
misplaced (ex: inside the table in the middle ). [Luis Ochoa]

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

16 years agoChanges a few strings for better translation.
guillaume [Mon, 16 Mar 2009 09:34:04 +0000 (09:34 +0000)]
Changes a few strings for better translation.

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

16 years agoUpdate zh_CN translation, per Quan Zongliang.
guillaume [Mon, 16 Mar 2009 08:16:03 +0000 (08:16 +0000)]
Update zh_CN translation, per Quan Zongliang.

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

16 years agoFew fixes of the documentation.
guillaume [Sun, 15 Mar 2009 22:50:20 +0000 (22:50 +0000)]
Few fixes of the documentation.

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

16 years agopg_amop.amopreqcheck doesn't exist in 8.4.
dpage [Fri, 13 Mar 2009 21:03:45 +0000 (21:03 +0000)]
pg_amop.amopreqcheck doesn't exist in 8.4.

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

16 years agoRemove some unneeded characters. Mickael Deloison.
dpage [Fri, 13 Mar 2009 16:21:42 +0000 (16:21 +0000)]
Remove some unneeded characters. Mickael Deloison.

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

16 years agoUpdate CHANGELOG for 1.10
dpage [Fri, 13 Mar 2009 15:33:04 +0000 (15:33 +0000)]
Update CHANGELOG for 1.10

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

16 years agopgScript update - ensure that we get a useful error message if the user attempts...
dpage [Thu, 12 Mar 2009 17:27:31 +0000 (17:27 +0000)]
pgScript update - ensure that we get a useful error message if the user attempts to execute an SQL statement that isn't terminated with a ; [Mickael Deloison]

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

16 years agopgScript doc updates. [Mickael Deloison]
dpage [Thu, 12 Mar 2009 16:50:36 +0000 (16:50 +0000)]
pgScript doc updates. [Mickael Deloison]

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

16 years agoFix missing includes which broke the generated tarballs
dpage [Thu, 12 Mar 2009 14:37:35 +0000 (14:37 +0000)]
Fix missing includes which broke the generated tarballs

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

16 years agoFix installer version number
dpage [Thu, 12 Mar 2009 11:29:47 +0000 (11:29 +0000)]
Fix installer version number

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

16 years agoGet the dependency DLLs from the PostgreSQL directory.
dpage [Thu, 12 Mar 2009 10:57:41 +0000 (10:57 +0000)]
Get the dependency DLLs from the PostgreSQL directory.

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

16 years agoBump version number ready for the first 1.10 beta. Yay :-)
dpage [Thu, 12 Mar 2009 08:11:42 +0000 (08:11 +0000)]
Bump version number ready for the first 1.10 beta. Yay :-)

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

16 years agoAdd a hack to ensure that the wxBusyInfo displays on GTK
dpage [Wed, 11 Mar 2009 21:04:39 +0000 (21:04 +0000)]
Add a hack to ensure that the wxBusyInfo displays on GTK

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

16 years agoEnsure the pgScript parser can correctly identify a comment on the end of the script...
dpage [Wed, 11 Mar 2009 19:51:01 +0000 (19:51 +0000)]
Ensure the pgScript parser can correctly identify a comment on the end of the script, per Mickael Deloison.

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

16 years agoImprove pgScript message formatting [Mickael Deloison]
dpage [Wed, 11 Mar 2009 19:44:00 +0000 (19:44 +0000)]
Improve pgScript message formatting [Mickael Deloison]

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

16 years agoEnable pgScript to use the pgAdmin UI for error
dpage [Wed, 11 Mar 2009 19:35:51 +0000 (19:35 +0000)]
Enable pgScript to use the pgAdmin UI for error
output: when an error occurs while interpreting a script then the line
where the error occurred is signaled. [Mickael Deloison]

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