summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-24Allow to use function name including "_" in white_function_list andTatsuo Ishii
black_function_list.
2011-08-31Fix the wrong detail of 'e9'bambo
2011-08-31Add Simplified Chinese language file for pgpoolAdminbambo
2011-08-26Fix the bug while use some special charactors such as '*', '?', '$' in ↵bambo
password will cause execute pcp command faile issue.
2011-03-15Recode fr.lang.php in UTF-8. Patch from Jehan-Guillaume "ioguix" de Rorthais.Guillaume Lelarge
2011-03-11Prepare 3.0.3.V3_0_3Tatsuo Ishii
2011-03-11Change release date.Tatsuo Ishii
2011-03-10Update NEWSTatsuo Ishii
2011-03-10Update copyright yearTatsuo Ishii
2011-03-10Prepare 3.0.3Tatsuo Ishii
2011-03-10Fix usage.Tatsuo Ishii
2010-11-08Update french translation, per a patch from Jean-Paul Argudo.Guillaume Lelarge
2010-11-04Update copyright year.Tatsuo Ishii
2010-11-03Allow to accept '|' for pgpool logfile.Tatsuo Ishii
2010-09-24Update ChangeLog.V3_0_1Toshihiro Kitagawa
2010-09-24Update NEWS.Toshihiro Kitagawa
2010-09-24Update ChangeLog.Toshihiro Kitagawa
2010-09-24Update version.Toshihiro Kitagawa
2010-09-24Update embedded Smarty to 2.6.26.Tatsuo Ishii
2010-09-20Add missing file.Tatsuo Ishii
2010-09-10Prepare 3.0V3_0_0Toshihiro Kitagawa
2010-08-25Update ChangeLog.V3_0_0_BETA2Toshihiro Kitagawa
2010-08-25Hopefully 3.0 to be released in September.Toshihiro Kitagawa
2010-08-25Update version.Toshihiro Kitagawa
2010-08-18Fix connect/disconnect buttons disappering ini node status window.Tatsuo Ishii
2010-08-18Update ChangeLogV3_0_0_BETA1Tatsuo Ishii
2010-08-17Update french translation.Guillaume Lelarge
2010-08-16Add primary/standby mode info to node status.Tatsuo Ishii
2010-08-16Update french translation. Tweak a few strings in the english one.Guillaume Lelarge
2010-08-16Add NEWS, ChangeLog.Tatsuo Ishii
Also modify .htaccess not to allow access to NEWS and ChageLog.
2010-08-16Update version.Tatsuo Ishii
2010-08-16Add white_function_list and black_function_list.Tatsuo Ishii
2010-08-16Update copyright year.Tatsuo Ishii
2010-08-16Refactor pgpool status/summary.Tatsuo Ishii
2010-08-16Adopt for pgpool-II 3.0 pcp_proc_info command.Tatsuo Ishii
Add "Backend pid" (process if of PostgreSQL database server process) and "Frontend connected"(1 if frontend actually connets) to Process Info.
2010-08-16pcp_proc_info now resturns weight 0-1.0.Tatsuo Ishii
2010-08-16Fix description of descDelay_threshold.Tatsuo Ishii
2010-08-05Add some confirmation messages.Nozomi Anzai
2010-08-05Fix typo: , -> =>Nozomi Anzai
2010-08-05Change font-size: small -> x-smallNozomi Anzai
2010-07-22Change new version number 2.4 -> 3.0Nozomi Anzai
2010-07-22Add define() for the new start option "-D"Nozomi Anzai
2010-07-22Add new start option "-D".Nozomi Anzai
Change the vaild range of client_idle_limit_in_recovery (Now -1 became valid). Add new pgpool-II parameters for pgpool-II 2.4: master_slave_sub_mode, delay_threshold, log_standby_delay, debug_level, failover_if_affected_tuples_mismatch Fix some table headers to use <thead></thead>
2010-07-22Remove font-size:x-small;Nozomi Anzai
2010-07-22Add new start option "-D".Nozomi Anzai
Add the input part for pcp_timeout to the pgpoolAdmin parameters' form. Fix copyright year.
2010-07-22Fix copyright yearNozomi Anzai
2010-07-21Replace split() to explode()Nozomi Anzai
2010-07-16Remove preg_match() after is_numeric() in checking if a integer value is valid.Nozomi Anzai
2010-07-15Add some new params of pgpool.conf of pgpool 2.3:Nozomi Anzai
lobj_lock_table, ssl, ssl_key, ssl_cert, ssl_ca_cert, ssl_ca_cert_dir
2010-07-15Add isset() checks into some if conditions.Nozomi Anzai