summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-04-21Merge branch 'master' of ssh://git.postgresql.org/pgpooladminNozomi Anzai
2014-04-21Set is_superuser to judge buttons for PostgreSQL to be available or not.Nozomi Anzai
2014-04-21Fix a typo of title in installingYugo Nagata
2014-03-26Fix descriptions of if_up_cmd and if_down_cmd that are mixed upYugo Nagata
2014-03-26Fix to update strings parameteres for backendsNozomi Anzai
Previously the way to use the function checkString() was wrong, and updating backend_hostnamex, backend_data_directoryx, backend_flagx failed.
2014-03-24Prepare 3.3.1V3_3_1Yugo Nagata
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-12-25Fix to get properly if the login user is a super user or not on backend nodes.Nozomi Anzai
This problem could be occured especially when he isn't a super user. Per [pgpool-general: 2340].
2013-10-02Fix a bug that restart of PostgreSQL doesn't workYugo Nagata
2013-09-12Fix the version of spec file from 3.3 to 3.3.0Yugo Nagata
2013-07-29Fix a bug that watchdug status is shown as "Unknown" when it's "Down"V3_3Yugo Nagata
2013-07-26Fix typosYugo Nagata
2013-07-26Prepare 3.3RC1V3_3_RC1Yugo Nagata
2013-07-26Update copyright yearYugo Nagata
2013-07-24Add pagination fuctionality to log pageYugo Nagata
2013-07-23Add note to create superuser in bakcends whose name is same as the ↵Yugo Nagata
pgpoolAdmin login user
2013-07-18Fix to not write deprecated parameters to pgpool.conf when updatingYugo Nagata
2013-07-18Fix to show watchdog status and trusted servers informtion in pgpool statusYugo Nagata
2013-07-17Remove unnecessary filesYugo Nagata
2013-07-17Replace variable name PgpoolIsActive to PgpoolIsRunningYugo Nagata
This was a confusable name in watchdog context.
2013-07-17Fix to show watchdog lifecheck method in summary statusYugo Nagata
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-06-25Fix bug that heartbeat_destination paramater is written to pgpool.conf ↵Yugo Nagata
without quotation
2013-06-21Add heartbeat_destination_port paramater and fix bug about heartbeat parameters.Yugo Nagata
Patameters about heartbeat signal dstination wad not able to be added/deleted.
2013-06-14Update version number.Yugo Nagata
2013-05-24Fix to allow null values ofinteger and floatNozomi Anzai
2013-05-22Fix not to fail some commands in status.phpNozomi Anzai
2013-05-17Adopt for pgpool-II 3.3.Nozomi Anzai
2013-05-13Add desciptions of the parameters added for pgpool-II 3.3.Nozomi Anzai
(wd_lifecheck_dbname, wd_lifecheck_user, wd_lifecheck_password)
2013-05-13Add the parameters added for pgpool-II 3.3.Nozomi Anzai
(wd_lifecheck_dbname, wd_lifecheck_user, wd_lifecheck_password)
2013-05-13Add icons.Nozomi Anzai
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.
2013-05-13Update for pgpoolAdmin 3.2.Nozomi Anzai
2013-05-13Add a file in which defines are configured.Nozomi Anzai
2013-05-13Update copyright year.Nozomi Anzai
2013-02-07Prepare 3.2.2V3_2_2Yugo Nagata
2013-02-07Update copyright year.Yugo Nagata
2013-02-06Add pool_passwdYugo Nagata
2013-01-28fix the type of delay_threshold: bool -> integerNozomi Anzai
2012-12-21Fix typo: health_check_pasword -> health_check_passwordNozomi Anzai
2012-10-15Prepare 3.2.1V3_2_1Yugo Nagata
2012-10-15Update Smarty 3.1.8 to 3.1.12.Yugo Nagata
This version has a security fix for Cross-Site Scripting (XSS) vulnerability.
2012-10-01Revise the default value of relcache_size from 0 to 256.Yugo Nagata
2012-08-02Prepare 3.2Nozomi Anzai
2012-07-23Add parameters of watchdog.Nozomi Anzai
2012-07-20Sort each options in the same order.Nozomi Anzai
2012-07-20Fix the position of "-C" option when starting pgpool.Nozomi Anzai
2012-07-17Show _PGPOOL2_STATUS_REFRESH_TIME.Nozomi Anzai
2012-07-17Improved h2 - h4.Nozomi Anzai