users/quan74/pgadmin-import.git
17 years agoFOSDEM fix: Fix a couple of ambiguous strings
dpage [Sun, 24 Feb 2008 11:08:28 +0000 (11:08 +0000)]
FOSDEM fix: Fix a couple of ambiguous strings

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

17 years agoFOSDEM fix: Include overriding columns in reverse engineered SQL for child tables...
dpage [Sun, 24 Feb 2008 10:31:11 +0000 (10:31 +0000)]
FOSDEM fix: Include overriding columns in reverse engineered SQL for child tables, rather than commenting them out and marking as inherited.

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

17 years agoAvoid quoting 'text' when used as a type name per Erwin.
dpage [Wed, 20 Feb 2008 10:51:50 +0000 (10:51 +0000)]
Avoid quoting 'text' when used as a type name per Erwin.

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

17 years agoCorrectly generate table DDL when inherited columns follow the last 'real' column...
dpage [Mon, 18 Feb 2008 12:17:05 +0000 (12:17 +0000)]
Correctly generate table DDL when inherited columns follow the last 'real' column, per Peter Gagarinov.

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

17 years agoSort the functions in the combo box on the Trigger dialogue [Robins Tharakan]
dpage [Wed, 13 Feb 2008 19:20:01 +0000 (19:20 +0000)]
Sort the functions in the combo box on the Trigger dialogue [Robins Tharakan]

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

17 years agoAdd the table types UI changes to the TODO per discussion.
dpage [Wed, 13 Feb 2008 15:56:07 +0000 (15:56 +0000)]
Add the table types UI changes to the TODO per discussion.

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

17 years agoHide array variants of table-types in datatype selectors where we already hide the...
dpage [Wed, 13 Feb 2008 15:52:27 +0000 (15:52 +0000)]
Hide array variants of table-types in datatype selectors where we already hide the table type itself.

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

17 years agoAdd a todo.
dpage [Mon, 11 Feb 2008 21:17:35 +0000 (21:17 +0000)]
Add a todo.

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

17 years agoDocument the edit grid sort/filter options [Robins Tharakan]
dpage [Mon, 11 Feb 2008 11:52:47 +0000 (11:52 +0000)]
Document the edit grid sort/filter options [Robins Tharakan]

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

17 years agoUse IS DISTINCT FROM in exclusion filters in the edit grid [Robins Tharakan]
dpage [Mon, 11 Feb 2008 11:47:17 +0000 (11:47 +0000)]
Use IS DISTINCT FROM in exclusion filters in the edit grid [Robins Tharakan]

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

17 years agoWhen using quick-sorting in the edit grid, update existing column sorts rather than...
dpage [Mon, 11 Feb 2008 11:32:59 +0000 (11:32 +0000)]
When using quick-sorting in the edit grid, update existing column sorts rather than blindly adding to them [Robins Tharakan]

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

17 years agoFix query that tries to apply the schema restriction.
guillaume [Fri, 8 Feb 2008 15:26:02 +0000 (15:26 +0000)]
Fix query that tries to apply the schema restriction.

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

17 years agoSpecify the length correctly when creating columns of 'time with time zone' and friends.
dpage [Fri, 8 Feb 2008 14:10:07 +0000 (14:10 +0000)]
Specify the length correctly when creating columns of 'time with time zone' and friends.

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

17 years agoAdd new files from Guillaume to the VC++ project file.
dpage [Fri, 8 Feb 2008 13:45:36 +0000 (13:45 +0000)]
Add new files from Guillaume to the VC++ project file.

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

17 years agoAdd DROP/REASSIGN OWNED support.
guillaume [Thu, 7 Feb 2008 17:14:02 +0000 (17:14 +0000)]
Add DROP/REASSIGN OWNED support.

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

17 years agoPrevent the user trying to debug functions with a colon in the name (!!) as it will...
dpage [Thu, 7 Feb 2008 16:36:07 +0000 (16:36 +0000)]
Prevent the user trying to debug functions with a colon in the name (!!) as it will cause all sorts of problems that really aren't worth trying to fix for such an unusual case.

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

17 years agoQuote identifier/values in sort/filter options
dpage [Wed, 6 Feb 2008 10:27:22 +0000 (10:27 +0000)]
Quote identifier/values in sort/filter options

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

17 years agoAdd options to the Edit Grid to allow sorting and filtering based on the selected...
dpage [Wed, 6 Feb 2008 10:07:56 +0000 (10:07 +0000)]
Add options to the Edit Grid to allow sorting and filtering based on the selected cell [Robins Tharakan]

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

17 years agoOn second thought, disable the version check on restore as well...
mha [Tue, 5 Feb 2008 18:12:53 +0000 (18:12 +0000)]
On second thought, disable the version check on restore as well...

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

17 years agoDon't disable the version check in pg_dump.
mha [Tue, 5 Feb 2008 18:06:38 +0000 (18:06 +0000)]
Don't disable the version check in pg_dump.

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

17 years agoDisable the column comment and stats targets controls when adding a new column as...
dpage [Tue, 5 Feb 2008 16:15:37 +0000 (16:15 +0000)]
Disable the column comment and stats targets controls when adding a new column as they won't work then anyway.

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

17 years agoAvoid unnecessarily changing column types when altering other properties
dpage [Tue, 5 Feb 2008 15:48:09 +0000 (15:48 +0000)]
Avoid unnecessarily changing column types when altering other properties

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

17 years agoAllow non-superusers to debug their own functions.
dpage [Mon, 4 Feb 2008 22:30:58 +0000 (22:30 +0000)]
Allow non-superusers to debug their own functions.

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

17 years agoMissing c_str()'s
dpage [Mon, 4 Feb 2008 13:51:49 +0000 (13:51 +0000)]
Missing c_str()'s

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

17 years agoAdd checks for kerberos and ssl [Zdenek Kotala]
dpage [Mon, 4 Feb 2008 12:56:38 +0000 (12:56 +0000)]
Add checks for kerberos and ssl [Zdenek Kotala]

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

17 years agoFix some potential causes of crashes.
dpage [Mon, 4 Feb 2008 10:57:22 +0000 (10:57 +0000)]
Fix some potential causes of crashes.

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

17 years agoFix query that tries to apply the DB restriction.
guillaume [Fri, 1 Feb 2008 22:11:10 +0000 (22:11 +0000)]
Fix query that tries to apply the DB restriction.

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

17 years agoEnsure info passed to Guru hints is HTML-safe.
dpage [Fri, 1 Feb 2008 13:31:14 +0000 (13:31 +0000)]
Ensure info passed to Guru hints is HTML-safe.

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

17 years agoSize of the column label of SQLGrid was made variable.
hiroshi [Fri, 1 Feb 2008 05:33:45 +0000 (05:33 +0000)]
Size of the column label of SQLGrid was made variable.
Per report John Fabiani and Arthur Knight Hammer.

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

17 years agoAdd a missing c_str()
dpage [Thu, 31 Jan 2008 13:53:32 +0000 (13:53 +0000)]
Add a missing c_str()

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

17 years agoShorten the copyright text which is overflowing the splash screen on GTK.
dpage [Thu, 31 Jan 2008 13:31:39 +0000 (13:31 +0000)]
Shorten the copyright text which is overflowing the splash screen on GTK.

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

17 years agoUpdate keywords for 8.3
dpage [Thu, 31 Jan 2008 13:27:08 +0000 (13:27 +0000)]
Update keywords for 8.3

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

17 years agoPrevent a crash when viewing databases with % in the name.
dpage [Wed, 30 Jan 2008 16:33:38 +0000 (16:33 +0000)]
Prevent a crash when viewing databases with % in the name.

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

17 years agoUpdated Redhat spec file from Devrim
dpage [Sat, 26 Jan 2008 15:26:43 +0000 (15:26 +0000)]
Updated Redhat spec file from Devrim

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

17 years agoRemove an old bug that no longer seems to occur.
dpage [Fri, 25 Jan 2008 16:55:05 +0000 (16:55 +0000)]
Remove an old bug that no longer seems to occur.

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

17 years agoRemove a hack used to prevent adding a translatable string close to release time.
dpage [Wed, 23 Jan 2008 14:54:35 +0000 (14:54 +0000)]
Remove a hack used to prevent adding a translatable string close to release time.

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

17 years agoDon't try to force new databases into a specific tablespace as this will error is...
dpage [Wed, 23 Jan 2008 14:35:57 +0000 (14:35 +0000)]
Don't try to force new databases into a specific tablespace as this will error is non-superusers default to pg_default.

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

17 years agoGenerate function signatures correctly if the first parameters are OUT only.
dpage [Wed, 23 Jan 2008 14:04:03 +0000 (14:04 +0000)]
Generate function signatures correctly if the first parameters are OUT only.

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

17 years agoGenerate function signatures correctly if the first parameters are OUT only.
dpage [Wed, 23 Jan 2008 09:55:01 +0000 (09:55 +0000)]
Generate function signatures correctly if the first parameters are OUT only.

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

17 years agoFix translation of Languages per discussion with Hope and ChaoYi
dpage [Mon, 21 Jan 2008 11:43:43 +0000 (11:43 +0000)]
Fix translation of Languages per discussion with Hope and ChaoYi

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

17 years agoRemove the confusing and near-useless sequence combo box from the column dialog per...
dpage [Fri, 18 Jan 2008 15:39:47 +0000 (15:39 +0000)]
Remove the confusing and near-useless sequence combo box from the column dialog per discussion on support list.

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

17 years agoFix the WITH ADMIN membership option when creating roles.
dpage [Fri, 18 Jan 2008 13:45:47 +0000 (13:45 +0000)]
Fix the WITH ADMIN membership option when creating roles.

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

17 years agoRefresh Views correctly on EnterpriseDB.
dpage [Wed, 16 Jan 2008 15:32:18 +0000 (15:32 +0000)]
Refresh Views correctly on EnterpriseDB.

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

17 years agoMake Slony cluster schemas appear under catalogs instead of under schemas.
mha [Mon, 14 Jan 2008 22:25:32 +0000 (22:25 +0000)]
Make Slony cluster schemas appear under catalogs instead of under schemas.

In passing, factor out a bunch of duplicate code to make life easier.

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

17 years agoFix the privilege editor on the Language dialogue, per Bborie Park.
dpage [Mon, 14 Jan 2008 11:05:42 +0000 (11:05 +0000)]
Fix the privilege editor on the Language dialogue, per Bborie Park.

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

17 years agoTesting...
dpage [Sat, 12 Jan 2008 18:52:55 +0000 (18:52 +0000)]
Testing...

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

17 years agoUpdate Chinese Traditional, per ChaoYi Kuo.
guillaume [Sat, 12 Jan 2008 13:24:56 +0000 (13:24 +0000)]
Update Chinese Traditional, per ChaoYi Kuo.

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

17 years agoCorrectly identify the schema of trigger functions that are in system catalogs as...
dpage [Thu, 10 Jan 2008 10:19:10 +0000 (10:19 +0000)]
Correctly identify the schema of trigger functions that are in system catalogs as can be the case with integrated full text search.

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

17 years agoClarify wording of change message
dpage [Wed, 9 Jan 2008 10:34:47 +0000 (10:34 +0000)]
Clarify wording of change message

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

17 years agoCHANGELOG history.
hiroshi [Wed, 9 Jan 2008 10:18:05 +0000 (10:18 +0000)]
CHANGELOG history.

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

17 years agoThe encoding conversion check of file preservation is added with a Query tool.
hiroshi [Wed, 9 Jan 2008 10:08:46 +0000 (10:08 +0000)]
The encoding conversion check of file preservation is added with a Query tool.
Suggestion of Andrew. thanks!

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

17 years agoUndecorated out-param types must be included in EDB-SPL function signatures when...
dpage [Tue, 8 Jan 2008 16:52:52 +0000 (16:52 +0000)]
Undecorated out-param types must be included in EDB-SPL function signatures when altering comments or privileges or dropping functions or procedures.

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

17 years agoEnsure enums are offered as datatypes for columns.
dpage [Tue, 8 Jan 2008 15:18:39 +0000 (15:18 +0000)]
Ensure enums are offered as datatypes for columns.

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

17 years agoFix column dialogue to allow proper modification of array columns per Erwin.
dpage [Tue, 8 Jan 2008 15:16:12 +0000 (15:16 +0000)]
Fix column dialogue to allow proper modification of array columns per Erwin.

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

17 years agoNewer build of EnterpriseDB consistently strip trailing semi-colons from package...
dpage [Tue, 8 Jan 2008 14:15:20 +0000 (14:15 +0000)]
Newer build of EnterpriseDB consistently strip trailing semi-colons from package headers and bodies. Update  reverse engineering allow for this.

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

17 years agoEnsure the properties dialogues will work sanely with objects named " " (!).
dpage [Tue, 8 Jan 2008 13:47:20 +0000 (13:47 +0000)]
Ensure the properties dialogues will work sanely with objects named " " (!).

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

17 years agoEDB-SPL functions require NULL to be passed in out-params when debugging.
dpage [Mon, 7 Jan 2008 21:53:54 +0000 (21:53 +0000)]
EDB-SPL functions require NULL to be passed in out-params when debugging.

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

17 years agoEnsure that EDB-SPL trigger DDL code is appropriately formatted on newer builds of...
dpage [Mon, 7 Jan 2008 13:46:07 +0000 (13:46 +0000)]
Ensure that EDB-SPL trigger DDL code is appropriately formatted on newer builds of EnterpriseDB.

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

17 years agoFix duplicate initialisation
dpage [Mon, 7 Jan 2008 13:04:34 +0000 (13:04 +0000)]
Fix duplicate initialisation

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

17 years agoFix duplication initialization. This causes an error with a certain compiler.
hiroshi [Mon, 7 Jan 2008 08:33:00 +0000 (08:33 +0000)]
Fix duplication initialization. This causes an error with a certain compiler.
It has tried by Windows-CE which still is not official.:-)

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

17 years agoBootstrap actually requires bash, not sh. They're not the same on all
mha [Sun, 6 Jan 2008 17:12:05 +0000 (17:12 +0000)]
Bootstrap actually requires bash, not sh. They're not the same on all
systems...

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

17 years agoEnsure the password and confirmed password always match when adding or editing roles...
dpage [Thu, 3 Jan 2008 15:20:13 +0000 (15:20 +0000)]
Ensure the password and confirmed password always match when adding or editing roles or users.

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

17 years agooops, forgot to update this when we released.
dpage [Thu, 3 Jan 2008 09:38:35 +0000 (09:38 +0000)]
oops, forgot to update this when we released.

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

17 years agoCorrect a couple of text macros
dpage [Thu, 3 Jan 2008 09:27:25 +0000 (09:27 +0000)]
Correct a couple of text macros

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

17 years agoSilence a warning
dpage [Thu, 3 Jan 2008 08:43:47 +0000 (08:43 +0000)]
Silence a warning

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

17 years agoFix a bug that could cause a crash on GTK when closing the query tool in certain...
dpage [Wed, 2 Jan 2008 16:16:27 +0000 (16:16 +0000)]
Fix a bug that could cause a crash on GTK when closing the query tool in certain circumstances.

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

17 years agoAvoid a crash if the connection is lost and the Functions node is refreshed.
dpage [Wed, 2 Jan 2008 15:23:15 +0000 (15:23 +0000)]
Avoid a crash if the connection is lost and the Functions node is refreshed.

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

17 years agoUpdate french translation.
guillaume [Wed, 2 Jan 2008 14:36:28 +0000 (14:36 +0000)]
Update french translation.

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

17 years agoAvoid crashes when working with objects with % characters in the name.
dpage [Wed, 2 Jan 2008 13:53:38 +0000 (13:53 +0000)]
Avoid crashes when working with objects with % characters in the name.

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

17 years agoUpdate Korean's translation, per Kang Hye Won.
guillaume [Wed, 2 Jan 2008 13:44:07 +0000 (13:44 +0000)]
Update Korean's translation, per Kang Hye Won.

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

17 years agoAdd a todo: Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes.
dpage [Wed, 2 Jan 2008 11:47:11 +0000 (11:47 +0000)]
Add a todo: Add support for DESC/NULLS FIRST/NULLS LAST when creating indexes.

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

17 years agoCopyright update
dpage [Wed, 2 Jan 2008 00:13:55 +0000 (00:13 +0000)]
Copyright update

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

17 years agoCopyright update
dpage [Tue, 1 Jan 2008 23:54:26 +0000 (23:54 +0000)]
Copyright update

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

17 years agoProperly reverse-engineer the SQL for indexes with DESC, NULLS FIRST or NULLS LAST...
dpage [Tue, 1 Jan 2008 23:33:35 +0000 (23:33 +0000)]
Properly reverse-engineer the SQL for indexes with DESC, NULLS FIRST or NULLS LAST column options.

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

17 years agoFix previous 'fix' :-(
dpage [Tue, 1 Jan 2008 22:40:37 +0000 (22:40 +0000)]
Fix previous 'fix' :-(

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

17 years agoOnly offer the Jobs node if the user can access the pgagent schema.
dpage [Tue, 1 Jan 2008 21:54:56 +0000 (21:54 +0000)]
Only offer the Jobs node if the user can access the pgagent schema.

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

17 years agoFix the translation of 'Languages', per Hope Jiang
dpage [Sun, 30 Dec 2007 17:57:36 +0000 (17:57 +0000)]
Fix the translation of 'Languages', per Hope Jiang

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

17 years agoEnsure the 'Create Rule' context menu option is always offered when appropriate.
dpage [Wed, 19 Dec 2007 22:22:08 +0000 (22:22 +0000)]
Ensure the 'Create Rule' context menu option is always offered when appropriate.

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

17 years agoCheck we actually have a schema before checking the type
dpage [Wed, 19 Dec 2007 10:16:31 +0000 (10:16 +0000)]
Check we actually have a schema before checking the type

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

17 years agoPrevent the user from attempting to debug catalog objects
dpage [Wed, 19 Dec 2007 09:28:22 +0000 (09:28 +0000)]
Prevent the user from attempting to debug catalog objects

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

17 years agoAdd missing link
dpage [Tue, 18 Dec 2007 08:56:32 +0000 (08:56 +0000)]
Add missing link

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

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