Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-24 | Allow to use function name including "_" in white_function_list and | Tatsuo Ishii | |
black_function_list. | |||
2011-08-31 | Fix the wrong detail of 'e9' | bambo | |
2011-08-31 | Add Simplified Chinese language file for pgpoolAdmin | bambo | |
2011-08-26 | Fix the bug while use some special charactors such as '*', '?', '$' in ↵ | bambo | |
password will cause execute pcp command faile issue. | |||
2011-03-15 | Recode fr.lang.php in UTF-8. Patch from Jehan-Guillaume "ioguix" de Rorthais. | Guillaume Lelarge | |
2011-03-11 | Prepare 3.0.3.V3_0_3 | Tatsuo Ishii | |
2011-03-11 | Change release date. | Tatsuo Ishii | |
2011-03-10 | Update NEWS | Tatsuo Ishii | |
2011-03-10 | Update copyright year | Tatsuo Ishii | |
2011-03-10 | Prepare 3.0.3 | Tatsuo Ishii | |
2011-03-10 | Fix usage. | Tatsuo Ishii | |
2010-11-08 | Update french translation, per a patch from Jean-Paul Argudo. | Guillaume Lelarge | |
2010-11-04 | Update copyright year. | Tatsuo Ishii | |
2010-11-03 | Allow to accept '|' for pgpool logfile. | Tatsuo Ishii | |
2010-09-24 | Update ChangeLog.V3_0_1 | Toshihiro Kitagawa | |
2010-09-24 | Update NEWS. | Toshihiro Kitagawa | |
2010-09-24 | Update ChangeLog. | Toshihiro Kitagawa | |
2010-09-24 | Update version. | Toshihiro Kitagawa | |
2010-09-24 | Update embedded Smarty to 2.6.26. | Tatsuo Ishii | |
2010-09-20 | Add missing file. | Tatsuo Ishii | |
2010-09-10 | Prepare 3.0V3_0_0 | Toshihiro Kitagawa | |
2010-08-25 | Update ChangeLog.V3_0_0_BETA2 | Toshihiro Kitagawa | |
2010-08-25 | Hopefully 3.0 to be released in September. | Toshihiro Kitagawa | |
2010-08-25 | Update version. | Toshihiro Kitagawa | |
2010-08-18 | Fix connect/disconnect buttons disappering ini node status window. | Tatsuo Ishii | |
2010-08-18 | Update ChangeLogV3_0_0_BETA1 | Tatsuo Ishii | |
2010-08-17 | Update french translation. | Guillaume Lelarge | |
2010-08-16 | Add primary/standby mode info to node status. | Tatsuo Ishii | |
2010-08-16 | Update french translation. Tweak a few strings in the english one. | Guillaume Lelarge | |
2010-08-16 | Add NEWS, ChangeLog. | Tatsuo Ishii | |
Also modify .htaccess not to allow access to NEWS and ChageLog. | |||
2010-08-16 | Update version. | Tatsuo Ishii | |
2010-08-16 | Add white_function_list and black_function_list. | Tatsuo Ishii | |
2010-08-16 | Update copyright year. | Tatsuo Ishii | |
2010-08-16 | Refactor pgpool status/summary. | Tatsuo Ishii | |
2010-08-16 | Adopt 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-16 | pcp_proc_info now resturns weight 0-1.0. | Tatsuo Ishii | |
2010-08-16 | Fix description of descDelay_threshold. | Tatsuo Ishii | |
2010-08-05 | Add some confirmation messages. | Nozomi Anzai | |
2010-08-05 | Fix typo: , -> => | Nozomi Anzai | |
2010-08-05 | Change font-size: small -> x-small | Nozomi Anzai | |
2010-07-22 | Change new version number 2.4 -> 3.0 | Nozomi Anzai | |
2010-07-22 | Add define() for the new start option "-D" | Nozomi Anzai | |
2010-07-22 | Add 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-22 | Remove font-size:x-small; | Nozomi Anzai | |
2010-07-22 | Add new start option "-D". | Nozomi Anzai | |
Add the input part for pcp_timeout to the pgpoolAdmin parameters' form. Fix copyright year. | |||
2010-07-22 | Fix copyright year | Nozomi Anzai | |
2010-07-21 | Replace split() to explode() | Nozomi Anzai | |
2010-07-16 | Remove preg_match() after is_numeric() in checking if a integer value is valid. | Nozomi Anzai | |
2010-07-15 | Add 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-15 | Add isset() checks into some if conditions. | Nozomi Anzai | |