xzilla [Sun, 19 Nov 2006 21:33:13 +0000 (21:33 +0000)]
Add comments for databases and tablespaces using 8.2 global system catalog
xzilla [Mon, 13 Nov 2006 01:56:22 +0000 (01:56 +0000)]
Add items for 8.2
xzilla [Fri, 10 Nov 2006 01:15:04 +0000 (01:15 +0000)]
make aggregate names in the tree clickable / bring up aggregate properties.
xzilla [Fri, 10 Nov 2006 00:23:28 +0000 (00:23 +0000)]
fix header warning when browsing views per javier carlos
xzilla [Fri, 10 Nov 2006 00:14:29 +0000 (00:14 +0000)]
fix warning generated during error with composite types.
xzilla [Thu, 9 Nov 2006 23:45:04 +0000 (23:45 +0000)]
Add note about good times to run cvs update
xzilla [Wed, 1 Nov 2006 00:51:19 +0000 (00:51 +0000)]
tighten up query for pg_type info, per Javier Carlos.
xzilla [Wed, 1 Nov 2006 00:50:17 +0000 (00:50 +0000)]
updates for 8.2, per Javier Carlos
xzilla [Wed, 1 Nov 2006 00:49:31 +0000 (00:49 +0000)]
pass sslmode for logout link in top nav. per report from Javier Carlos, fixed by me.
xzilla [Wed, 1 Nov 2006 00:07:54 +0000 (00:07 +0000)]
change get's to post, patch from javier carlos
xzilla [Wed, 1 Nov 2006 00:02:20 +0000 (00:02 +0000)]
code formatting from javier carlos
xzilla [Tue, 31 Oct 2006 16:04:12 +0000 (16:04 +0000)]
Commiting fix for bug #
1571225, thanks to ioguix. This may cause problems in 1.0.x versions of Firefox, we'll see.
xzilla [Wed, 18 Oct 2006 03:12:19 +0000 (03:12 +0000)]
ioguix's patch to fix safari issues on mac osx. closed out bugs in bug tracker, hopefully this does the trick.
slubek [Mon, 9 Oct 2006 22:31:13 +0000 (22:31 +0000)]
Synchronization with english version
xzilla [Sun, 1 Oct 2006 23:42:18 +0000 (23:42 +0000)]
apply a patch (with some corrections by me) Gavin Sherry sent to CKL over a year ago. This patch cleans up some
identation issues and adds a getNonRepTables() function which is now used when adding a table.
xzilla [Sat, 30 Sep 2006 17:30:56 +0000 (17:30 +0000)]
Allow basic editing of existing rows of pg_autovacuum from the admin section. Also display whether autovacuum is turned on.
xzilla [Thu, 28 Sep 2006 13:04:00 +0000 (13:04 +0000)]
Add ability to delete rows from pg_autovaccum from within the admin section
xzilla [Sun, 24 Sep 2006 23:42:41 +0000 (23:42 +0000)]
change some LIKE '\\_' style queries to the sql standard LIKE '@_' ESCAPE '@' syntax, which is needed for 8.2 compatability.
Tested on 7.3 on demo server and looks like it works ok. I am sure there are others.
xzilla [Thu, 14 Sep 2006 20:54:27 +0000 (20:54 +0000)]
applied my refactored patch of bill morans healthy slon patch. with some bugfixes after I tested it.
xzilla [Fri, 18 Aug 2006 21:02:41 +0000 (21:02 +0000)]
Add automagic enable/disable of length attribute based on selected type in table creation / alter screens.
Patch from John Jawed for Google SoC, with some cleanup and modifications from me.
xzilla [Mon, 14 Aug 2006 17:09:43 +0000 (17:09 +0000)]
Update history / credits with recent improvements
soranzo [Sun, 13 Aug 2006 16:28:00 +0000 (16:28 +0000)]
Give credits to John Jay for enable/disable trigger
xzilla [Sun, 13 Aug 2006 15:31:13 +0000 (15:31 +0000)]
add enable/disable trigger. Patch from John Jay for google soc
xzilla [Wed, 9 Aug 2006 21:19:44 +0000 (21:19 +0000)]
Add ability to create and drop custom aggregates, view aggregate details, and alter custom aggregates.
Patch from Javier Carlos with a little refactoring from me.
xzilla [Wed, 9 Aug 2006 19:12:07 +0000 (19:12 +0000)]
woops, should have looked a little closer. fix unescaped & in action url.
xzilla [Wed, 9 Aug 2006 19:09:13 +0000 (19:09 +0000)]
Add an alter link to the sequence listing where applicable. Patch from John Jawed for SoC.
xzilla [Mon, 7 Aug 2006 18:11:15 +0000 (18:11 +0000)]
re-arrange the top of this file to remove a duplicate if call, inspired by bill moran
xzilla [Fri, 4 Aug 2006 20:42:24 +0000 (20:42 +0000)]
Add support for automatic lookup of foriegn key values in insert/update form fields.
Adds new config option to control the setting (default on/off, disable)
Patch from John Jawed (with a few go arounds from me) for google soc.
Config version bumped.
xzilla [Thu, 3 Aug 2006 19:43:38 +0000 (19:43 +0000)]
Refactor column properties into thier own page.
Columns properties can now be accessed from the tree.
Browsing via a column icon gives you the aggregate count of the values in that table.
Patch from JGuillaume 'ioguix' De Rorthais
xzilla [Thu, 3 Aug 2006 19:03:32 +0000 (19:03 +0000)]
Refactor column properties into thier own page.
Columns properties can now be accessed from the tree.
Browsing via a column icon gives you the aggregate count of the values in that table.
Patch from JGuillaume 'ioguix' De Rorthais
xzilla [Tue, 25 Jul 2006 18:58:10 +0000 (18:58 +0000)]
fix improper style tag
xzilla [Tue, 18 Jul 2006 19:01:46 +0000 (19:01 +0000)]
Remove debugging statement...
xzilla [Tue, 18 Jul 2006 18:58:47 +0000 (18:58 +0000)]
Fix bug where databases that were owned by roles with no login ability would not show up in the tree.
Problem reported by "Darren" <notross@hotmail.com>, fix based on deduction by Tom Lane.
xzilla [Mon, 3 Jul 2006 01:20:28 +0000 (01:20 +0000)]
Fix the ability to modify the is_cycled property of a sequence. Per bug#
1515705, though the supplied fix was insufficient.
xzilla [Fri, 30 Jun 2006 13:42:13 +0000 (13:42 +0000)]
Updated meta files with recent project activity
xzilla [Thu, 29 Jun 2006 18:22:33 +0000 (18:22 +0000)]
Add columns into the tree for tables and views.
xzilla [Thu, 29 Jun 2006 15:43:03 +0000 (15:43 +0000)]
Updated french lang file with slony translations
soranzo [Wed, 28 Jun 2006 00:56:10 +0000 (00:56 +0000)]
Lowercase some letters. Correct strroledropped
soranzo [Wed, 28 Jun 2006 00:49:14 +0000 (00:49 +0000)]
Update CVS URL. Arrange first part.
xzilla [Tue, 27 Jun 2006 21:40:05 +0000 (21:40 +0000)]
Updated french translation from Guillaume
xzilla [Tue, 27 Jun 2006 21:34:22 +0000 (21:34 +0000)]
update with a few slony related terms
slubek [Tue, 27 Jun 2006 20:29:21 +0000 (20:29 +0000)]
Arguments
xzilla [Tue, 27 Jun 2006 20:13:20 +0000 (20:13 +0000)]
updated spanish language file from Martin
xzilla [Tue, 27 Jun 2006 02:41:38 +0000 (02:41 +0000)]
Add's ability for in/out parameters as per 8.1. Allows for 0...n arguments for functions, dynamically
created. Patch from John Jay for SoC, cleaned up somewhat by me.
xzilla [Sun, 25 Jun 2006 19:19:14 +0000 (19:19 +0000)]
image files for new in/out function argument handling
slubek [Sat, 24 Jun 2006 23:28:33 +0000 (23:28 +0000)]
Sequences and transactions
xzilla [Fri, 23 Jun 2006 12:22:29 +0000 (12:22 +0000)]
Formatting on those comments isn't just for show. Fix total breakage of the tree by me.
xzilla [Fri, 23 Jun 2006 00:57:37 +0000 (00:57 +0000)]
Add links to the icons in the tree menu, just like back in the good ole days. Patch from
ioguix <ioguix@free.fr>.
xzilla [Fri, 23 Jun 2006 00:32:18 +0000 (00:32 +0000)]
houskeeping
xzilla [Fri, 23 Jun 2006 00:31:44 +0000 (00:31 +0000)]
clean up errant label
xzilla [Wed, 21 Jun 2006 18:02:51 +0000 (18:02 +0000)]
tighten up some loose html
xzilla [Tue, 20 Jun 2006 14:11:13 +0000 (14:11 +0000)]
Updated TODO/HISTORY with recent activity
xzilla [Tue, 20 Jun 2006 14:06:08 +0000 (14:06 +0000)]
Apply patch from Javier Carlos for listing prepared transactions with minor cleanup by Robert Treat
slubek [Mon, 19 Jun 2006 20:11:17 +0000 (20:11 +0000)]
Synchronization with english.php (locks)
xzilla [Sun, 18 Jun 2006 00:11:37 +0000 (00:11 +0000)]
fix erroneous label declaration, add missing <tr> elements
xzilla [Sun, 18 Jun 2006 00:02:48 +0000 (00:02 +0000)]
add missing </a>
xzilla [Sat, 17 Jun 2006 23:50:19 +0000 (23:50 +0000)]
remove duplicate name attribute of input element
xzilla [Sat, 17 Jun 2006 23:47:39 +0000 (23:47 +0000)]
remove duplicate <tr> declaration
xzilla [Sat, 17 Jun 2006 21:50:06 +0000 (21:50 +0000)]
Also fix an empty span that seems to be generated when connecting via unix sockets. We'l pretend this is the same as connecting to
localhost unless someone prefers some different verbage. (Actually i18n that might be a good idea)
xzilla [Sat, 17 Jun 2006 20:35:27 +0000 (20:35 +0000)]
Add alt tags for images in the tral / tabs, cleans up xhtml warnings
xzilla [Sat, 17 Jun 2006 12:57:36 +0000 (12:57 +0000)]
Add labels to checkboxes/radio buttons. Patch by Guillaume LELARGE from suggestion by
Joseph Scott
chriskl [Wed, 24 May 2006 04:53:40 +0000 (04:53 +0000)]
Locks view - Javier Carlos
xzilla [Tue, 23 May 2006 14:52:39 +0000 (14:52 +0000)]
And update HISTORY with SSL info
xzilla [Tue, 23 May 2006 14:48:46 +0000 (14:48 +0000)]
Update TODO with some completed items. Tag SoC items as claimed for Jon Jawed
xzilla [Mon, 22 May 2006 17:31:22 +0000 (17:31 +0000)]
Add support for sslmode using Eric Kinolik's patch updated for HEAD.
Default is allow SSL connections.
Requires config version bump.
Verified on 8.1 running linux and 8.1 Win32 w/ SSL required connections.
xzilla [Fri, 19 May 2006 15:34:14 +0000 (15:34 +0000)]
fix typo in rename completion (really trying to test my email/commit is working)
chriskl [Fri, 19 May 2006 07:17:29 +0000 (07:17 +0000)]
Apply both of Guillaume's patches. Apply Ian's autovacuum fix.
slubek [Fri, 21 Apr 2006 21:26:59 +0000 (21:26 +0000)]
Synchronization with english.php
xzilla [Fri, 21 Apr 2006 13:36:12 +0000 (13:36 +0000)]
Completed schema renaming (testing my commit messages)
chriskl [Fri, 21 Apr 2006 03:34:20 +0000 (03:34 +0000)]
Update TODO
chriskl [Fri, 21 Apr 2006 03:31:25 +0000 (03:31 +0000)]
Support for listing, creating and dropping roles. Support sending encrypted passwords in a few places that I missed.
xzilla [Fri, 21 Apr 2006 03:08:27 +0000 (03:08 +0000)]
Update TODO with more 8.1 oriented items
xzilla [Mon, 10 Apr 2006 21:25:06 +0000 (21:25 +0000)]
Allow schemas to be renamed
xzilla [Fri, 17 Mar 2006 21:14:30 +0000 (21:14 +0000)]
Partial implementation of autovacuum editor. Does the display, edit link, and page holder for edit.
slubek [Mon, 9 Jan 2006 23:16:39 +0000 (23:16 +0000)]
Database size strings
chriskl [Mon, 9 Jan 2006 05:43:48 +0000 (05:43 +0000)]
Fix PostgreSQL 7.2 and lower (tree assumed schemas)
xzilla [Fri, 6 Jan 2006 21:06:57 +0000 (21:06 +0000)]
Add a database size column to the all database list
Add a "prettysize" option to printVal for formatting sizes in translatable fasion. (based on pg_size_pretty in core)
English and Spanish language files updated
xzilla [Thu, 5 Jan 2006 21:33:10 +0000 (21:33 +0000)]
minor html cleanup
chriskl [Wed, 4 Jan 2006 02:45:50 +0000 (02:45 +0000)]
Show byte[], text[] and character[] as textareas also
chriskl [Tue, 20 Dec 2005 01:33:12 +0000 (01:33 +0000)]
Use ENCRYPTED PASSWORD on 7.2 and above for slight increase in security. Really should use this for db connect as well, however how do we know what version we're connecting to??
xzilla [Sun, 18 Dec 2005 16:27:25 +0000 (16:27 +0000)]
Update copyright notices.
chriskl [Fri, 16 Dec 2005 01:43:54 +0000 (01:43 +0000)]
Add full regression testing framework from SpikeSource/Augmentim
jollytoad [Wed, 7 Dec 2005 08:56:54 +0000 (08:56 +0000)]
Removed obsolete icon
jollytoad [Wed, 7 Dec 2005 08:55:36 +0000 (08:55 +0000)]
Fixed object not found icon reference
chriskl [Wed, 7 Dec 2005 01:31:28 +0000 (01:31 +0000)]
Fix non-absolute include
jollytoad [Tue, 6 Dec 2005 14:32:24 +0000 (14:32 +0000)]
Removed old icons and accidentally committed desktop file.
jollytoad [Tue, 6 Dec 2005 14:27:55 +0000 (14:27 +0000)]
Added new icons from the legend Nicolas Siwik.
chriskl [Tue, 6 Dec 2005 08:41:26 +0000 (08:41 +0000)]
Fix bug in error reporting for sql scripts
slubek [Wed, 30 Nov 2005 21:25:33 +0000 (21:25 +0000)]
Quick and dirty hack to vertically align headers. I got no idea why question marks are below text line (Firefox 1.5), so bottom-align looks bad.
jollytoad [Tue, 29 Nov 2005 15:13:50 +0000 (15:13 +0000)]
Added some more icons for objects in the trail.
jollytoad [Mon, 28 Nov 2005 17:03:07 +0000 (17:03 +0000)]
Cleanup markup and stylesheet for trail and tabs.
Tested in Firefox and Konq, needs IE testing.
jollytoad [Mon, 28 Nov 2005 16:37:40 +0000 (16:37 +0000)]
Added icon for the 'Admin' tab.
jollytoad [Mon, 28 Nov 2005 16:33:45 +0000 (16:33 +0000)]
Added a scaled version of the Mainenance icon from the Niko's toolbar icon set.
jollytoad [Fri, 25 Nov 2005 09:07:46 +0000 (09:07 +0000)]
Add note regarding icons that are still needed.
jollytoad [Fri, 25 Nov 2005 08:59:35 +0000 (08:59 +0000)]
Removed references to old icons.
jollytoad [Fri, 25 Nov 2005 08:58:59 +0000 (08:58 +0000)]
Removed old icons.
jollytoad [Fri, 25 Nov 2005 08:49:08 +0000 (08:49 +0000)]
Use the new icons
jollytoad [Fri, 25 Nov 2005 08:42:31 +0000 (08:42 +0000)]
Use Niko's new icons.
jollytoad [Fri, 25 Nov 2005 08:40:01 +0000 (08:40 +0000)]
Added those beautiful icons donated by Niko to the PostgreSQL graphics repository.
chriskl [Wed, 23 Nov 2005 04:29:02 +0000 (04:29 +0000)]
Apparently some people don't even have pg_clientencoding