summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-17Add some logical checks of pgpool.conf.Nozomi Anzai
2012-07-17Fix the min of memqcache_cache_block_size.Nozomi Anzai
2012-07-17Fix arping_cmd -> wd_port.Nozomi Anzai
2012-07-17Allow that delegate_ip and wd_hostname can be ''.Nozomi Anzai
2012-07-17Add "-C" option of command "pgpool" to pgmgt.conf.Nozomi Anzai
2012-07-13Add the row of watchdog's status.Nozomi Anzai
2012-07-13Add parameters for watchdog.Nozomi Anzai
2012-06-06Add new directive "check_temp_table"Nozomi Anzai
2012-06-05Change copyright year to date('Y').Nozomi Anzai
2012-06-05Add a new parameter "relcache_size".Nozomi Anzai
2012-06-05Change to use sr_check_user and sr_check_password in NodeStandby().Nozomi Anzai
Fix to work even if _PGPOOL2_VERSION is not defined in pgmgt.conf.
2012-06-05Add release note for V3.2.Nozomi Anzai
2012-06-04Update not to use CVS but git.Nozomi Anzai
2012-06-01Fix Notice errors when _PGPOOL_VERSION is not 3.2Nozomi Anzai
2012-05-31Add new pgpoolAdmin's parameter: _PGPOOL_VERSION so that pgpoolAdmin can ↵Nozomi Anzai
control any pgpool-II version (after V2.0)
2012-05-31Add new pgpoolAdmin's parameter: _PGPOOL_VERSION so that pgpoolAdmin can ↵Nozomi Anzai
control any pgpool-II version (after V2.0)
2012-05-29Add "-C" option to "pgpool" command.Nozomi Anzai
Some refactoring.
2012-05-29Add theads and tfoots.Nozomi Anzai
2012-05-29Update navigations.Nozomi Anzai
2012-05-28Add styles of <pre> and <p>.Nozomi Anzai
2012-05-28Update for V3.2.Nozomi Anzai
2012-05-25Fix Notice errors.Nozomi Anzai
2012-05-25Add data types to each params.Nozomi Anzai
2012-05-25Update for V3.2.Nozomi Anzai
2012-05-21Fix to show buttons in both case of when bools are written with true/false ↵Nozomi Anzai
and when with on/off.
2012-05-21Update Smarty to 3.1.8.Nozomi Anzai
2012-05-21Update Smarty to 3.1.8.Nozomi Anzai
Fix lots of Notice errors which were invisible in Smarty 2.x.
2012-05-18Add new parameters in pgpool-II 3.2Yugo Nagata
- for Helth Check: helth_check_password, health_check_max_retries, helth_check_retry_delay - for On Memory Query Cache: memory_cache_enabled, memqcache_method, memqcache_memcached_host, memqcache_memcached_port, memqcache_total_size, memqcache_max_num_cache, memqcache_expire, memqcache_quto_cache_invalidation, memqcache_maxcache, memqcache_cache_block_size, memqcache_oiddir, white_memqcache_table_list, black_memqcache_table_list
2012-05-11Replace 'true' to 'on' in isMasterSlaveMode() and isReplicationMode().Nozomi Anzai
(replaced in V3.0, but some of that remained.)
2011-12-05Prepare 3.1.1.V3_1_1Nozomi Anzai
2011-12-05Prepare 3.1.1.Nozomi Anzai
2011-12-05- Fix not to ignore changing boolean values in pgpool.conf.Nozomi Anzai
- Fix not to ignore changing D option of pgpool command in pgmgt.conf. - At query cache page it somtimes happen "redeclare function" error, so replace include() to require_once().
2011-10-14Update french translation.Guillaume Lelarge
2011-10-14updateNozomi Anzai
2011-10-14Fix bug that inputting pipe for pgpool_logfile isn't allowed.Nozomi Anzai
2011-10-13Prepare 3.1.Nozomi Anzai
2011-10-13- replace copyright 2010 -> 2011Nozomi Anzai
2011-10-13- based on one coding ruleNozomi Anzai
- replace copyright 2010 -> 2011
2011-10-12- add messages for pcp_promote_nodeNozomi Anzai
- sync dead_lock_timeout message in ja.lang.php to en.lang.php
2011-10-12remove the parameter "pcp_timeout" and set default timeout seconds : 10s.Nozomi Anzai
2011-10-12- allow regex values as black_function_list and white_function_listNozomi Anzai
- change default boolean value true/false -> 'on'/'off'
2011-10-11- add pcp_promote_node commandNozomi Anzai
(This will be shown in Master/Slave & SR mode.)
2011-10-11better appearanceNozomi Anzai
2011-10-11- split() -> explode()Nozomi Anzai
- based on one coding rule
2011-10-11change to write boolean value with on/off formatNozomi Anzai
(but inputting with true/false format is also allowed.)
2011-10-11separate each parts in log lineNozomi Anzai
2011-10-11Sync Simplified Chinese language file to the latest. Fix a translate mistake ↵bambo
in English version
2011-10-07add new parameters in pgpool-II 3.1Nozomi Anzai
- for SR: follow_master_command, sr_check_period, sr_check_user, sr_check_password - for syslog: log_destination, syslog_facility, syslog_ident - other: relcache_expire, backend_flag
2011-10-07- sort parameters by their order in pgpool.confNozomi Anzai
2011-10-06rearrange to read easierNozomi Anzai
- add empty rows - add comments - based on one coding rule - sort parameters by their order in pgpool.conf (definePgpoolConfParam.php)