summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Toshihiro Kitagawa [Fri, 24 Sep 2010 08:36:55 +0000 (08:36 +0000)]
Update version.
Tatsuo Ishii [Fri, 24 Sep 2010 07:52:33 +0000 (07:52 +0000)]
Update embedded Smarty to 2.6.26.
Nozomi Anzai [Wed, 23 Jun 2010 04:32:29 +0000 (04:32 +0000)]
Add some params of pgpool.conf:
lobj_lock_table, ssl, ssl_key, ssl_cert, ssl_ca_cert, ssl_ca_cert_dir
Nozomi Anzai [Wed, 23 Jun 2010 04:28:22 +0000 (04:28 +0000)]
Add some isset() checks into if conditions.
Nozomi Anzai [Wed, 23 Jun 2010 04:24:09 +0000 (04:24 +0000)]
Replace deprecated functions
- ereg -> preg_match
- split -> explode
- ereg_replace -> str_replace
Tatsuo Ishii [Tue, 8 Dec 2009 02:13:59 +0000 (02:13 +0000)]
Prepare pgpoolAdmin 2.3
Tatsuo Ishii [Sun, 8 Nov 2009 10:31:24 +0000 (10:31 +0000)]
Fix comment of pid_file_name:
logdir -> pid_file_name
Tatsuo Ishii [Sat, 28 Feb 2009 05:41:12 +0000 (05:41 +0000)]
Fix PHP error
Tatsuo Ishii [Sat, 28 Feb 2009 05:19:40 +0000 (05:19 +0000)]
Version 2.2
Guillaume Lelarge [Mon, 26 Jan 2009 17:19:05 +0000 (17:19 +0000)]
Update french translation.
Tatsuo Ishii [Sun, 25 Jan 2009 08:16:30 +0000 (08:16 +0000)]
Version 2.2beta1
Guillaume Lelarge [Fri, 31 Oct 2008 16:07:55 +0000 (16:07 +0000)]
Update french translation.
Tatsuo Ishii [Fri, 31 Oct 2008 04:56:31 +0000 (04:56 +0000)]
Update version 2.1beta to 2.1
Tatsuo Ishii [Fri, 31 Oct 2008 04:28:18 +0000 (04:28 +0000)]
Bug fix and enhancements from Matsusaka regarding help and styles
Tatsuo Ishii [Thu, 25 Sep 2008 05:09:27 +0000 (05:09 +0000)]
Fix layout in pgpool.conf editing page
Yoshiyuki Asaba [Tue, 25 Mar 2008 01:48:27 +0000 (01:48 +0000)]
Remove tools directory. This directory has developer's tools. No need
to contain in release package.
Yoshiyuki Asaba [Tue, 25 Mar 2008 01:34:51 +0000 (01:34 +0000)]
Use cvs export instead of cvs checkout.
Yoshiyuki Asaba [Tue, 18 Mar 2008 09:00:42 +0000 (09:00 +0000)]
Fixed wrong <meta> tag position. pgpoolAdmin showed empty pages when
lang setting was Japanese.
<title>Japanese title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
"Japanese title" is encoded by UTF-8. The following order is correct.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Japanese title</title>
Yoshiyuki Asaba [Mon, 17 Mar 2008 02:35:44 +0000 (02:35 +0000)]
Add a script to create release package for pgpoolAdmin.
Usage: make_tarball.sh version cvs-tag-name
Yoshiyuki Asaba [Fri, 14 Mar 2008 07:37:28 +0000 (07:37 +0000)]
Update version.
Yoshiyuki Asaba [Fri, 14 Mar 2008 07:37:06 +0000 (07:37 +0000)]
Update screenshots.
Yoshiyuki Asaba [Fri, 14 Mar 2008 07:01:32 +0000 (07:01 +0000)]
Remove replication_timeout.
Yoshiyuki Asaba [Thu, 13 Mar 2008 01:18:36 +0000 (01:18 +0000)]
beta1
Yoshiyuki Asaba [Thu, 13 Mar 2008 01:17:50 +0000 (01:17 +0000)]
* Allow empty string in backend_data_directoryN and recovery_user
field.
* Fix regular expression to check failover_command and
failback_command value.
User yamaguti [Sat, 9 Feb 2008 02:15:20 +0000 (02:15 +0000)]
Allow backend_weight to be 0.0 to 100.0
User yamaguti [Sat, 9 Feb 2008 02:04:13 +0000 (02:04 +0000)]
new backend_data_directory (float) -> (string).
Guillaume Lelarge [Fri, 8 Feb 2008 13:51:56 +0000 (13:51 +0000)]
Update french translation.
User yamaguti [Fri, 8 Feb 2008 08:07:26 +0000 (08:07 +0000)]
Fixed "failover_back" -> "failback_command".
User yamaguti [Fri, 8 Feb 2008 07:37:45 +0000 (07:37 +0000)]
Added "recovery_timeout" parameter in pgpool.conf edit function.
Added Online Recovery manual to docs and helps.
User yamaguti [Wed, 6 Feb 2008 09:17:06 +0000 (09:17 +0000)]
Delete "replication_strict" parameter description.
User yamaguti [Wed, 6 Feb 2008 08:41:32 +0000 (08:41 +0000)]
Disable "Log" button in "pgpool status" screen if a PIPE command is set as a log file.
User yamaguti [Wed, 6 Feb 2008 08:08:15 +0000 (08:08 +0000)]
Updated doc/ manual and Help files due to the recent fixes
no need to update French messages :)
Guillaume Lelarge [Wed, 6 Feb 2008 08:04:07 +0000 (08:04 +0000)]
Update french translation.
User yamaguti [Wed, 6 Feb 2008 07:26:49 +0000 (07:26 +0000)]
Allow users to change the following pgpool.conf parameters through pgpoolAdmin.
* log_connections
* log_hostname
* enable_pool_hba
Added messages to lang/*. *French messages are in English*
Guillaume Lelarge [Mon, 4 Feb 2008 15:55:24 +0000 (15:55 +0000)]
Update french translation.
User yamaguti [Mon, 4 Feb 2008 09:31:22 +0000 (09:31 +0000)]
allow a use of PIPE for a pgpool log in pgpoolAdmin
updated messages in lang/*, but my French is probably inaccurate.
User yamaguti [Mon, 4 Feb 2008 04:33:20 +0000 (04:33 +0000)]
hide *.tpl files from a client
User yamaguti [Fri, 1 Feb 2008 08:57:41 +0000 (08:57 +0000)]
lowered "Pgpool"'s first 'P' in English documents & messages
User yamaguti [Fri, 1 Feb 2008 07:08:54 +0000 (07:08 +0000)]
updated HTML footer copyright
2006 - 2007 => 2006 - 2008
User yamaguti [Fri, 1 Feb 2008 07:06:41 +0000 (07:06 +0000)]
updated source files copyright
2003-2007 => 2003-2008
User yamaguti [Wed, 9 Jan 2008 09:16:17 +0000 (09:16 +0000)]
* fixed typo "excutable" -> "executable"
* changed strPgpoolCommandOption to H3 header
Yoshiyuki Asaba [Wed, 9 Jan 2008 08:45:42 +0000 (08:45 +0000)]
"password file" -> "pcp.conf file"
Yoshiyuki Asaba [Wed, 9 Jan 2008 08:43:04 +0000 (08:43 +0000)]
Improve error message.
Yoshiyuki Asaba [Wed, 9 Jan 2008 08:42:45 +0000 (08:42 +0000)]
"Pgpool" -> "pgpool"
Yoshiyuki Asaba [Fri, 4 Jan 2008 06:19:16 +0000 (06:19 +0000)]
Update screenshot.
Yoshiyuki Asaba [Fri, 28 Dec 2007 02:21:17 +0000 (02:21 +0000)]
Add new parameters.
Yoshiyuki Asaba [Fri, 28 Dec 2007 02:12:46 +0000 (02:12 +0000)]
Fix typo.
Yoshiyuki Asaba [Fri, 28 Dec 2007 02:06:08 +0000 (02:06 +0000)]
Remove replication_strict parameter.
Yoshiyuki Asaba [Fri, 28 Dec 2007 01:50:44 +0000 (01:50 +0000)]
- Add recovery button.
- Add reloading conf file.
Yoshiyuki Asaba [Fri, 28 Dec 2007 01:24:24 +0000 (01:24 +0000)]
Run sed 's/1.0 Alpha/2.0/g'.
Yoshiyuki Asaba [Thu, 27 Dec 2007 06:57:43 +0000 (06:57 +0000)]
Fix pgpool shutdown handling. shutdown mode was always 'smart' mode.
Yoshiyuki Asaba [Wed, 26 Dec 2007 08:21:28 +0000 (08:21 +0000)]
Enable 'return' button if all nodes are detached and a node is active.
Yoshiyuki Asaba [Wed, 26 Dec 2007 08:19:24 +0000 (08:19 +0000)]
Fix connection failure if backend_hostname is empty.
Yoshiyuki Asaba [Wed, 26 Dec 2007 08:05:06 +0000 (08:05 +0000)]
Disable 'recovery' button if all nodes are down.
Yoshiyuki Asaba [Wed, 26 Dec 2007 07:52:36 +0000 (07:52 +0000)]
Fix wrong restart message.
Yoshiyuki Asaba [Wed, 26 Dec 2007 07:31:08 +0000 (07:31 +0000)]
Fix typo.
Yoshiyuki Asaba [Wed, 26 Dec 2007 07:19:59 +0000 (07:19 +0000)]
Fix typo.
Guillaume Lelarge [Thu, 6 Dec 2007 14:27:40 +0000 (14:27 +0000)]
Recode french translation with UTF-8, per a report from Richard Michalowicz.
Guillaume Lelarge [Sat, 24 Nov 2007 08:48:22 +0000 (08:48 +0000)]
Add translation for the two new strings.
Tatsuo Ishii [Tue, 20 Nov 2007 01:48:03 +0000 (01:48 +0000)]
Fix copyright
Yoshiyuki Asaba [Mon, 19 Nov 2007 05:14:44 +0000 (05:14 +0000)]
- Support to reload config files on pgpoolAdmin.
- Fix adding new backend_data_direcotory parameter.
Yoshiharu Mori [Fri, 16 Nov 2007 02:49:05 +0000 (02:49 +0000)]
FIX: failover_back was displayed as failover_command at pgpoolAdmin
Yoshiyuki Asaba [Tue, 13 Nov 2007 01:37:00 +0000 (01:37 +0000)]
Prepare for pgpoolAdmin 2.0.
Yoshiyuki Asaba [Fri, 9 Nov 2007 06:23:38 +0000 (06:23 +0000)]
Allow to set empty string about recovery_*, failover_command
and failback_command.
Guillaume Lelarge [Thu, 1 Nov 2007 08:53:40 +0000 (08:53 +0000)]
Update french translation.
Yoshiyuki Asaba [Tue, 30 Oct 2007 01:16:32 +0000 (01:16 +0000)]
pgpoolAdmin 2.0 beta1
Yoshiyuki Asaba [Tue, 30 Oct 2007 01:15:56 +0000 (01:15 +0000)]
Fix syntax error.
Yoshiyuki Asaba [Tue, 30 Oct 2007 01:13:17 +0000 (01:13 +0000)]
Support the following derectives.
- client_idle_limit
- authentication_timeout
- recovery_1st_stage_command
- recovery_2nd_stage_command
- failover_command
- failback_command
Yoshiyuki Asaba [Mon, 29 Oct 2007 09:27:41 +0000 (09:27 +0000)]
version 2.0
Yoshiyuki Asaba [Mon, 29 Oct 2007 09:25:53 +0000 (09:25 +0000)]
Support the following derectives.
- client_idle_limit
- authentication_timeout
- recovery_1st_stage_command
- recovery_2nd_stage_command
- failover_command
- failback_command
TODO: translate message catalog.
Guillaume Lelarge [Tue, 7 Aug 2007 21:44:28 +0000 (21:44 +0000)]
Fix some english typos.
Devrim GÜNDÜZ [Fri, 3 Aug 2007 18:52:43 +0000 (18:52 +0000)]
Fix typo (English) and new string (French)
Guillaume
Yoshiyuki Asaba [Fri, 3 Aug 2007 08:25:10 +0000 (08:25 +0000)]
Add "replicate_select" directive.
Yoshiyuki Asaba [Tue, 3 Jul 2007 09:31:18 +0000 (09:31 +0000)]
Add French translation.
Patch contributed by Guillaume Lelarge.
Yoshiyuki Asaba [Thu, 28 Jun 2007 12:51:38 +0000 (12:51 +0000)]
Fix english typos.
Patch contributed by Guillaume Lelarge.
Yoshiyuki Asaba [Fri, 22 Jun 2007 10:15:26 +0000 (10:15 +0000)]
* support online recovery on pgpoolAdmin.
* support to edit new pgpool.conf parameters.
Devrim GÜNDÜZ [Tue, 20 Feb 2007 09:55:17 +0000 (09:55 +0000)]
Removed Vendor tag, per guidelines
Devrim GÜNDÜZ [Tue, 20 Feb 2007 09:54:24 +0000 (09:54 +0000)]
Spec file for RPM builds
Yoshiyuki Asaba [Fri, 26 Jan 2007 07:38:30 +0000 (07:38 +0000)]
allow weight 0.
Devrim GÜNDÜZ [Thu, 4 Jan 2007 17:18:45 +0000 (17:18 +0000)]
Copyright update
Yoshiyuki Asaba [Mon, 20 Nov 2006 04:35:57 +0000 (04:35 +0000)]
Change a max value from 65355 to 65535.
Devrim GÜNDÜZ [Tue, 26 Sep 2006 09:27:18 +0000 (09:27 +0000)]
Translation updates
Tatsuo Ishii [Fri, 8 Sep 2006 03:39:43 +0000 (03:39 +0000)]
pgpoolAdmin initial release