summaryrefslogtreecommitdiff
path: root/src/watchdog/watchdog.c
AgeCommit message (Expand)Author
2025-12-08Run pgindent.Tatsuo Ishii
2025-10-14Rename 'logdir' parameter to 'work_dir'.Taiki Koshino
2025-10-09Make time calculations always long long.Tatsuo Ishii
2025-10-03Prevent watchdog split-brain scenario in some corner cases.Tatsuo Ishii
2025-09-01Consider local heartbeat interfaces in watchdog config checks.Bo Peng
2025-08-22Feature: Restrict watchdog and heartbeat receiver to listen only on configure...Bo Peng
2025-08-15Fix comment in watchdog.Tatsuo Ishii
2025-07-25Fix watchdog to print inappropriate NOTICE message.Tatsuo Ishii
2025-07-17Run pgindent.Tatsuo Ishii
2025-06-04Enhance log message in creating watchdog receive socket.Tatsuo Ishii
2025-06-03Retry bind on watchdog receive socket.Tatsuo Ishii
2025-05-27Fix watchdog receive socket creation without IPv6.Tatsuo Ishii
2025-02-10Fix too many log lines produced by streaming replication check.Tatsuo Ishii
2024-11-25Fix the watchdog process not reloading configurations.Bo Peng
2024-09-09Fix resource leaks in watchdog.c.Tatsuo Ishii
2024-08-27Add IPv6 support for hostname and heartbeat_hostname parameter.Tatsuo Ishii
2024-08-05Feature: Add new PCP command to trigger log rotationBo Peng
2024-06-11Fix: 823: Watchdog dies and kills pgpool2 when network gets shortly interrupted.Muhammad Usama
2024-06-07Mega typo fix for docs and program source codes.Tatsuo Ishii
2022-12-19Fix for :[pgpool-hackers: 4227] Issue with failover_require_consensusMuhammad Usama
2022-12-03Downgrade LOG messages "new IPC connection received" to DEBUG1.Bo Peng
2022-06-13Rename configuration parameter delegate_IP to delegate_ip.Bo Peng
2022-05-31Skipping useless ereport/elog calls.Muhammad Usama
2022-04-27Fix for [pgpool-general: 7896] Possible race condition..Muhammad Usama
2022-03-03Fix: [pgpool-general: 8030] ... segfaults on CentOS 8Muhammad Usama
2022-01-13Fix bug of wd_no_show_node_removal_timeout.Bo Peng
2021-11-07[New-Feature] Enable dynamic cluster membership of watchdog nodesMuhammad Usama
2021-09-10Fix for bug-731: Fails to execute follow_primary_command..Muhammad Usama
2021-07-16Implementing the follow_primary command-locking over the watchdog channel.Muhammad Usama
2021-05-31Add comments to watchdog.cTatsuo Ishii
2021-05-20Fix for bug:684: Watchdog node status not updating after rebooting.Muhammad Usama
2021-05-18Fix error message while checking watchdog configuration.Tatsuo Ishii
2020-12-26Apply mega typo fixes.Tatsuo Ishii
2020-12-14Fix for inconsistent watchdog node_id problem in wd_cliMuhammad Usama
2020-12-08Delete any pre-existing watchdog command socket file at startupMuhammad Usama
2020-11-24Removing strerror() call from ereports.Muhammad Usama
2020-09-30Fix some language cleanup mistakes.Tatsuo Ishii
2020-09-17Apply language cleanup mega patch.Tatsuo Ishii
2020-08-10New feature: Simplify Watchdog related configuration parameters.Bo Peng
2020-07-02Fix for log messages from child processes printing the main process's PID Muhammad Usama
2020-07-02Fix coverity warningsMuhammad Usama
2020-06-26Adding log collectorMuhammad Usama
2020-05-21New PCP utility 'pcp_reload_pgpool' for reloading the pgpool configurationMuhammad Usama
2020-05-04New feature: cluster scope for pcp_stop_pgpool utility commandMuhammad Usama
2020-05-04Some code reorganizationMuhammad Usama
2020-04-07Allow to set application name parameter of log_line_prefix in more cases.Tatsuo Ishii
2019-10-14Fix for miscellaneous watchdog issues.Muhammad Usama
2019-10-03Fix for Coverity warnings in watchdog and lifecheckMuhammad Usama
2019-09-28Fix for bug-545: Quorum lost and not recoveredMuhammad Usama
2019-09-23Adding new wd_cli utilityMuhammad Usama