Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-17 | Remove Japanese description from English installation documentation.HEADmaster | Bo Peng | |
2021-06-15 | Update installation docs.V4_2_0_RPMV4_2_0 | Bo Peng | |
2021-06-15 | Prepare 4.2.0. | Bo Peng | |
2021-06-03 | Fix backwards compatibility with 4.1 and earlier. | Bo Peng | |
2021-04-27 | Fixed incorrect display of health check and watchdog. | Bo Peng | |
Patch is created by Kawamoto Masaya and modified by me. | |||
2021-03-24 | Add support for Pgpool-II 4.2. | Bo Peng | |
Patch is created by Kawamoto Masaya. Added parameters are: - backend_clustering_mode - ssl_crl_file - ssl_passphrase_command - log_disconnections - logging_collector - log_directory - log_filename - log_file_mode - log_truncate_on_rotation - log_rotation_age - log_rotation_size - read_only_function_list - write_function_list - primary_routing_query_pattern_list - dml_adaptive_object_relationship_list - hostname - pgpool_port - heartbeat_hostname - heartbeat_port - cache_safe_memqcache_table_list - cache_unsafe_memqcache_table_list Deleted parameters are: - replication_mode - master_slave_mode - master_slave_sub_mode - white_function_list - black_function_list - black_query_pattern_list - wd_hostname - wd_port - wd_heartbeat_port - heartbeat_destination - heartbeat_destination_port - white_memqcache_table_list - black_memqcache_table_list - other_pgpool_hostname - other_pgpool_port - other_wd_port | |||
2021-01-12 | Fixed incorrect version in install/checkParameter.php. | Bo Peng | |
2020-02-20 | Prepare 4.1.0.V4_1_0_RPMV4_1_0 | Bo Peng | |
2020-02-16 | Fix typos. | Bo Peng | |
2020-02-16 | Add support to Pgpool-II 4.1. | Bo Peng | |
Added parameters are: - reserved_connections - backend_application_name - ssl_ecdh_curve - ssl_dh_params_file - statement_level_load_balance - auto_failback - auto_failback_interval - enable_consensus_with_half_votes - enable_shared_relcache - relcache_query_target | |||
2018-12-20 | Prepare 4.0.1.V4_0_1_RPMV4_0_1 | Bo Peng | |
2018-12-20 | Fix the vulnerability that pgpoolAdmin allow an attacker to | Bo Peng | |
login without properly checking the authorization. Once getting into PgpoolAdmin, the attacker can control Pgpool-II. Also it may be possible to obtain the superuser role of a PostgreSQL database. PgPool Global Development Group would like to thank Fotios Rogkotis of DarkMatter for finding the security issue and giving us the detailed studies on it. | |||
2018-10-19 | Prepare 4.0.0.V4_0_0_RPMV4_0_0 | Bo Peng | |
2018-10-12 | Add support to Pgpool-II 4.0. | Bo Peng | |
Added parameters are: - allow_clear_text_frontend_auth - log_client_messages - black_query_pattern_list - disable_load_balance_on_write - failover_on_backend_error - detach_false_primary Deleted parameters are: - fail_over_on_backend_error | |||
2018-02-28 | Improve isSuperUser() function to make pgpoolAdmin more useful. | Bo Peng | |
2018-02-05 | Prepare 3.7.1.V3_7_1_RPMV3_7_1 | Bo Peng | |
2018-01-19 | Fix pgpool stop mode doesn't work correctly. | pengbo | |
2018-01-19 | Change the PostgreSQL connection timeout parameter name. | pengbo | |
2018-01-12 | Add 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-22 | Prepare 3.7.0.V3_7_0_RPMV3_7_0 | Bo Peng | |
2017-11-12 | Prepare 3.7.0 RC1.V3_7_RC1_RPMV3_7_RC1 | pengbo | |
2017-11-12 | If $_SESSION[SESSION_IS_SUPER_USER] exists, get the is_superuser information ↵ | pengbo | |
from $_SESSION. | |||
2017-11-12 | Fix support for Pgpool-II 3.7. | pengbo | |
Added parameters are: - failover_when_quorum_exists - failover_require_consensus - enable_multiple_failover_requests_from_node - health_check_period0 - health_check_timeout0 - health_check_user0 - health_check_password0 - health_check_database0 - health_check_max_retries0 - health_check_retry_delay0 - connect_timeout0 Deleted parameters are: - debug_level | |||
2017-11-07 | Add 3.7 config parameters. | pengbo | |
2017-09-05 | Change pgpoolAdmin.spec to include js directory.V3_6_2_RPMV3_6_2 | pengbo | |
2017-09-05 | Prepare 3.6.2. | pengbo | |
2017-09-04 | Fix some notice in setting pgpool.conf. | pengbo | |
2017-08-28 | Fix bugs in js/pgconfig.js used for setting pgpool.conf. | pengbo | |
[pgpool-general: 5660] | |||
2017-08-04 | Add missed js directory to pgpoolAdmin RPM. | pengbo | |
2017-05-10 | Fix PHP Notice: Undefined variable. | pengbo | |
Per bug297. | |||
2017-04-28 | Prepare 3.6.1.V3_6_1_RPMV3_6_1 | pengbo | |
2017-04-03 | Add selection of version 3.6 in pgpoolAdmin install. | pengbo | |
Per bug297. | |||
2017-04-03 | Fix for [pgpool-general: 5350] add selection of version 3.6 in pgpoolAdmin ↵ | pengbo | |
setting. | |||
2017-02-27 | Prepare 3.6.0V3_6_0_RPMV3_6_0 | pengbo | |
2017-02-26 | Prepare 3.6.0. | pengbo | |
2017-02-26 | Fix incorrect display of watchdog status when using Pgpool-II 3.6.x. | pengbo | |
2017-02-26 | Redirect stdout, stderr to log file while starting Pgpool-II without running ↵ | pengbo | |
in daemon mode. | |||
2017-02-26 | Fix superuser: unknown (Connection error) in pgpoolAdmin. | pengbo | |
per bug276 | |||
2016-05-25 | Fix readConfigParams() to treat the varliables with numbersV3_5_3_RPMV3_5_3 | Nozomi Anzai | |
See bug 201 | |||
2016-04-11 | Fix to check "PCP Directory"V3_5_2_RPMV3_5_2 | Nozomi Anzai | |
http://www.pgpool.net/mantisbt/view.php?id=187 | |||
2016-04-04 | Prepare 3.5.1V3_5_1 | Yugo Nagata | |
2016-03-07 | Merge branch 'master' of ssh://git.postgresql.org/pgpooladmin | Nozomi Anzai | |
2016-03-07 | Fix the argument's name | Nozomi Anzai | |
http://www.pgpool.net/mantisbt/view.php?id=171 | |||
2016-02-19 | fix some typo in templates/help/ | pengbo | |
2016-02-19 | change the chinese message catalog | pengbo | |
2016-02-19 | add chinese templates help | pengbo | |
2016-02-12 | Fix not to confirm the status of "pcp_systemdb_info" command if the version ↵ | Nozomi Anzai | |
is 3.5 [pgpool-general: 4427] | |||
2016-02-02 | Merge branch 'master' of ssh://git.postgresql.org/pgpooladmin | Nozomi Anzai | |
2016-02-02 | Show the path to .pcppass | Nozomi Anzai | |
2016-01-29 | change Copyright -> 2016V3_5_0_RPMV3_5_0 | pengbo | |