summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-17Remove Japanese description from English installation documentation.HEADmasterBo Peng
2021-06-15Update installation docs.V4_2_0_RPMV4_2_0Bo Peng
2021-06-15Prepare 4.2.0.Bo Peng
2021-06-03Fix backwards compatibility with 4.1 and earlier.Bo Peng
2021-04-27Fixed incorrect display of health check and watchdog.Bo Peng
Patch is created by Kawamoto Masaya and modified by me.
2021-03-24Add 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-12Fixed incorrect version in install/checkParameter.php.Bo Peng
2020-02-20Prepare 4.1.0.V4_1_0_RPMV4_1_0Bo Peng
2020-02-16Fix typos.Bo Peng
2020-02-16Add 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-20Prepare 4.0.1.V4_0_1_RPMV4_0_1Bo Peng
2018-12-20Fix the vulnerability that pgpoolAdmin allow an attacker toBo 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-19Prepare 4.0.0.V4_0_0_RPMV4_0_0Bo Peng
2018-10-12Add 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-28Improve isSuperUser() function to make pgpoolAdmin more useful.Bo Peng
2018-02-05Prepare 3.7.1.V3_7_1_RPMV3_7_1Bo Peng
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-22Prepare 3.7.0.V3_7_0_RPMV3_7_0Bo Peng
2017-11-12Prepare 3.7.0 RC1.V3_7_RC1_RPMV3_7_RC1pengbo
2017-11-12If $_SESSION[SESSION_IS_SUPER_USER] exists, get the is_superuser information ↵pengbo
from $_SESSION.
2017-11-12Fix 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-07Add 3.7 config parameters.pengbo
2017-09-05Change pgpoolAdmin.spec to include js directory.V3_6_2_RPMV3_6_2pengbo
2017-09-05Prepare 3.6.2.pengbo
2017-09-04Fix some notice in setting pgpool.conf.pengbo
2017-08-28Fix bugs in js/pgconfig.js used for setting pgpool.conf.pengbo
[pgpool-general: 5660]
2017-08-04Add missed js directory to pgpoolAdmin RPM.pengbo
2017-05-10Fix PHP Notice: Undefined variable.pengbo
Per bug297.
2017-04-28Prepare 3.6.1.V3_6_1_RPMV3_6_1pengbo
2017-04-03Add selection of version 3.6 in pgpoolAdmin install.pengbo
Per bug297.
2017-04-03Fix for [pgpool-general: 5350] add selection of version 3.6 in pgpoolAdmin ↵pengbo
setting.
2017-02-27Prepare 3.6.0V3_6_0_RPMV3_6_0pengbo
2017-02-26Prepare 3.6.0.pengbo
2017-02-26Fix incorrect display of watchdog status when using Pgpool-II 3.6.x.pengbo
2017-02-26Redirect stdout, stderr to log file while starting Pgpool-II without running ↵pengbo
in daemon mode.
2017-02-26Fix superuser: unknown (Connection error) in pgpoolAdmin.pengbo
per bug276
2016-05-25Fix readConfigParams() to treat the varliables with numbersV3_5_3_RPMV3_5_3Nozomi Anzai
See bug 201
2016-04-11Fix to check "PCP Directory"V3_5_2_RPMV3_5_2Nozomi Anzai
http://www.pgpool.net/mantisbt/view.php?id=187
2016-04-04Prepare 3.5.1V3_5_1Yugo Nagata
2016-03-07Merge branch 'master' of ssh://git.postgresql.org/pgpooladminNozomi Anzai
2016-03-07Fix the argument's nameNozomi Anzai
http://www.pgpool.net/mantisbt/view.php?id=171
2016-02-19fix some typo in templates/help/pengbo
2016-02-19change the chinese message catalogpengbo
2016-02-19add chinese templates helppengbo
2016-02-12Fix not to confirm the status of "pcp_systemdb_info" command if the version ↵Nozomi Anzai
is 3.5 [pgpool-general: 4427]
2016-02-02Merge branch 'master' of ssh://git.postgresql.org/pgpooladminNozomi Anzai
2016-02-02Show the path to .pcppassNozomi Anzai
2016-01-29change Copyright -> 2016V3_5_0_RPMV3_5_0pengbo