summaryrefslogtreecommitdiff
path: root/status.php
AgeCommit message (Collapse)Author
2018-01-19Fix pgpool stop mode doesn't work correctly.pengbo
2018-01-19Change the PostgreSQL connection timeout parameter name.pengbo
2018-01-12Add new PostgreSQL connect timeout parameter.pengbo
Sometimes no response from backend due to network reasons, pgpoolAdmin will wait long time. In this commit, we add new PostgreSQL connection timeout parameter. Patch is provide by Tuukka Kivilahti, and improved by us.
2017-11-12If $_SESSION[SESSION_IS_SUPER_USER] exists, get the is_superuser information ↵pengbo
from $_SESSION.
2017-02-26Redirect stdout, stderr to log file while starting Pgpool-II without running ↵pengbo
in daemon mode.
2016-03-07Fix the argument's nameNozomi Anzai
http://www.pgpool.net/mantisbt/view.php?id=171
2015-12-07Fix pgpoolAdmin cannot start and execute PCP command not in 3.5Nozomi Anzai
2015-12-07Fix args of some pcp commandsNozomi Anzai
2015-12-02Add new parameters in 3.5Nozomi Anzai
2014-10-08Adopt pgpool-II 3.4Nozomi Anzai
Added parameters are: - listen_backlog_multiplier - connect_timeout - allow_sql_comments - check_unlogged_table - database_redirect_preference_list - app_name_redirect_preference_list
2013-12-25Fix that pgpool_pgctl can be executed only when the login user is super user ↵Nozomi Anzai
in backend nodes. Previously, any login user was able to try to execute pgpool_pgctl() which could stop/restart/reload a backend node even if he was not a super user. Also pgpool_pgctl() was executed by sr_check_user or health_check_user, but it wasn't reasonable. This update is that buttons of stop/restart/reload are disabled when the login user isn't a super user and that pgpool_pg_ctl() is executed by login user instead of sr_check_user or health_check_user who don't have to be non-superuser. Per [pgpool-general: 2338].
2013-07-24Add pagination fuctionality to log pageYugo Nagata
2013-07-17Replace variable name PgpoolIsActive to PgpoolIsRunningYugo Nagata
This was a confusable name in watchdog context.
2013-07-08Add the hostname on which pgpoolAdmin is working.Nozomi Anzai
Fix is_superuser's value is not "no" but "unknown" if no backend nodes is active.
2013-05-13Several improvement and refactoring, especially in status.php.Nozomi Anzai
Now in status.php we can add a new backend, remove a backend, stop/reload start PostgreSQL, and know each watchdog statuses.
2012-07-20Fix the position of "-C" option when starting pgpool.Nozomi Anzai
2012-05-29Add "-C" option to "pgpool" command.Nozomi Anzai
Some refactoring.
2012-05-21Update Smarty to 3.1.8.Nozomi Anzai
Fix lots of Notice errors which were invisible in Smarty 2.x.
2011-10-11- add pcp_promote_node commandNozomi Anzai
(This will be shown in Master/Slave & SR mode.)
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)
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>
2008-02-06Disable "Log" button in "pgpool status" screen if a PIPE command is set as a ↵User yamaguti
log file.
2008-02-04allow a use of PIPE for a pgpool log in pgpoolAdminUser yamaguti
updated messages in lang/*, but my French is probably inaccurate.
2008-02-01lowered "Pgpool"'s first 'P' in English documents & messagesUser yamaguti
2008-02-01updated source files copyrightUser yamaguti
2003-2007 => 2003-2008
2007-12-27Fix pgpool shutdown handling. shutdown mode was always 'smart' mode.Yoshiyuki Asaba
2007-11-19- Support to reload config files on pgpoolAdmin.Yoshiyuki Asaba
- Fix adding new backend_data_direcotory parameter.
2007-06-22* support online recovery on pgpoolAdmin.Yoshiyuki Asaba
* support to edit new pgpool.conf parameters.
2007-01-04Copyright updateDevrim GÜNDÜZ
2006-09-08pgpoolAdmin initial releaseV1_0_0Tatsuo Ishii