Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-08 | Adopt pgpool-II 3.4 | Nozomi 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-21 | Merge branch 'master' of ssh://git.postgresql.org/pgpooladmin | Nozomi Anzai | |
2014-04-21 | Set is_superuser to judge buttons for PostgreSQL to be available or not. | Nozomi Anzai | |
2014-04-21 | Fix a typo of title in installing | Yugo Nagata | |
2014-03-26 | Fix descriptions of if_up_cmd and if_down_cmd that are mixed up | Yugo Nagata | |
2014-03-26 | Fix to update strings parameteres for backends | Nozomi Anzai | |
Previously the way to use the function checkString() was wrong, and updating backend_hostnamex, backend_data_directoryx, backend_flagx failed. | |||
2014-03-24 | Prepare 3.3.1V3_3_1 | Yugo Nagata | |
2013-12-25 | Fix 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-25 | Fix 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-02 | Fix a bug that restart of PostgreSQL doesn't work | Yugo Nagata | |
2013-09-12 | Fix the version of spec file from 3.3 to 3.3.0 | Yugo Nagata | |
2013-07-29 | Fix a bug that watchdug status is shown as "Unknown" when it's "Down"V3_3 | Yugo Nagata | |
2013-07-26 | Fix typos | Yugo Nagata | |
2013-07-26 | Prepare 3.3RC1V3_3_RC1 | Yugo Nagata | |
2013-07-26 | Update copyright year | Yugo Nagata | |
2013-07-24 | Add pagination fuctionality to log page | Yugo Nagata | |
2013-07-23 | Add note to create superuser in bakcends whose name is same as the ↵ | Yugo Nagata | |
pgpoolAdmin login user | |||
2013-07-18 | Fix to not write deprecated parameters to pgpool.conf when updating | Yugo Nagata | |
2013-07-18 | Fix to show watchdog status and trusted servers informtion in pgpool status | Yugo Nagata | |
2013-07-17 | Remove unnecessary files | Yugo Nagata | |
2013-07-17 | Replace variable name PgpoolIsActive to PgpoolIsRunning | Yugo Nagata | |
This was a confusable name in watchdog context. | |||
2013-07-17 | Fix to show watchdog lifecheck method in summary status | Yugo Nagata | |
2013-07-08 | Add 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-25 | Fix bug that heartbeat_destination paramater is written to pgpool.conf ↵ | Yugo Nagata | |
without quotation | |||
2013-06-21 | Add 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-14 | Update version number. | Yugo Nagata | |
2013-05-24 | Fix to allow null values ofinteger and float | Nozomi Anzai | |
2013-05-22 | Fix not to fail some commands in status.php | Nozomi Anzai | |
2013-05-17 | Adopt for pgpool-II 3.3. | Nozomi Anzai | |
2013-05-13 | Add desciptions of the parameters added for pgpool-II 3.3. | Nozomi Anzai | |
(wd_lifecheck_dbname, wd_lifecheck_user, wd_lifecheck_password) | |||
2013-05-13 | Add the parameters added for pgpool-II 3.3. | Nozomi Anzai | |
(wd_lifecheck_dbname, wd_lifecheck_user, wd_lifecheck_password) | |||
2013-05-13 | Add icons. | Nozomi Anzai | |
2013-05-13 | Several 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-13 | Update for pgpoolAdmin 3.2. | Nozomi Anzai | |
2013-05-13 | Add a file in which defines are configured. | Nozomi Anzai | |
2013-05-13 | Update copyright year. | Nozomi Anzai | |
2013-02-07 | Prepare 3.2.2V3_2_2 | Yugo Nagata | |
2013-02-07 | Update copyright year. | Yugo Nagata | |
2013-02-06 | Add pool_passwd | Yugo Nagata | |
2013-01-28 | fix the type of delay_threshold: bool -> integer | Nozomi Anzai | |
2012-12-21 | Fix typo: health_check_pasword -> health_check_password | Nozomi Anzai | |
2012-10-15 | Prepare 3.2.1V3_2_1 | Yugo Nagata | |
2012-10-15 | Update Smarty 3.1.8 to 3.1.12. | Yugo Nagata | |
This version has a security fix for Cross-Site Scripting (XSS) vulnerability. | |||
2012-10-01 | Revise the default value of relcache_size from 0 to 256. | Yugo Nagata | |
2012-08-02 | Prepare 3.2 | Nozomi Anzai | |
2012-07-23 | Add parameters of watchdog. | Nozomi Anzai | |
2012-07-20 | Sort each options in the same order. | Nozomi Anzai | |
2012-07-20 | Fix the position of "-C" option when starting pgpool. | Nozomi Anzai | |
2012-07-17 | Show _PGPOOL2_STATUS_REFRESH_TIME. | Nozomi Anzai | |
2012-07-17 | Improved h2 - h4. | Nozomi Anzai | |