summaryrefslogtreecommitdiff
path: root/src/main/pgpool_main.c
AgeCommit message (Expand)Author
2025-10-14Rename 'logdir' parameter to 'work_dir'.Taiki Koshino
2025-09-09Allow to compile against gcc 15 (C23).Tatsuo Ishii
2025-09-04Fix query cache lock file handling.Tatsuo Ishii
2025-08-07Fix comment and update copyright year in pgpool_main.cTatsuo Ishii
2025-07-17Run pgindent.Tatsuo Ishii
2025-06-14Remove or downgrade inappropriate log messages at pgpool startup.Tatsuo Ishii
2025-06-06Replace random() with pg_prng random function.Tatsuo Ishii
2025-05-27Revert "Replace random() with pg_prng random function."Tatsuo Ishii
2025-05-21Replace random() with pg_prng random function.Tatsuo Ishii
2024-12-16Feature: Allow logging_collector related parameters to be changed by reloadin...Bo Peng
2024-11-25Fix the watchdog process not reloading configurations.Bo Peng
2024-08-05Downgrade reaper handler logs.Bo Peng
2024-08-05Feature: Add new PCP command to trigger log rotationBo Peng
2024-06-07Mega typo fix for docs and program source codes.Tatsuo Ishii
2024-04-04Fix segfault in pgpool main process.Tatsuo Ishii
2024-04-04Fix assorted causes of segmentation fault.Tatsuo Ishii
2024-02-22Fix to use forward declation of a variable.Tatsuo Ishii
2023-09-18Fix race condition with pgpool main and pcp child process.Tatsuo Ishii
2023-08-04Fix find_primary_node_repeatedly doesn't terminate within search_primary_node...Bo Peng
2023-07-23Install system exit callback only after initialization of shared memory.Muhammad Usama
2023-07-22Disallowing setting the max_spare_children greater than num_init_children.Muhammad Usama
2023-06-06Feature: Support mutiple directories specification for pcp_socket_dir.Chen Ningwei
2023-03-30More schema qualification fix.Tatsuo Ishii
2023-02-05Fix multiple query cache bug.Tatsuo Ishii
2022-12-15Enhance status file reading log.Tatsuo Ishii
2022-12-12Downgrade "we have hit the ceiling" log.Tatsuo Ishii
2022-11-09[New-Feature] Dynamic spare process managementMuhammad Usama
2022-09-24Fix query cache.Tatsuo Ishii
2022-09-19Replace exclusive locking with shared locking in query cache.Tatsuo Ishii
2022-09-14Fix memory leak.Masaya Kawamoto
2022-09-12Fix to not allow Unix-domain socket paths with invalid lengths.Masaya Kawamoto
2022-08-26Retire pool_string module.Tatsuo Ishii
2022-08-04Fix possible memory overrun in allocation of fds.Masaya Kawamoto
2022-08-04Fix memory leak pointed out by CoverityMasaya Kawamoto
2022-07-20Support for unix_socket_directories and related parametersMasaya Kawamoto
2022-06-06Add debug logs to print each initial shared memory allocation.Tatsuo Ishii
2022-05-25Fix accepting INET fd bug.Tatsuo Ishii
2022-04-25Revert "Attempt to fix buildfarm timeout error."Tatsuo Ishii
2022-04-21Attempt to fix buildfarm timeout error.Tatsuo Ishii
2022-04-21Add more logging to exit_handler in pgpool main process.Tatsuo Ishii
2022-04-14Fix exit_handler in pgpool main process.Tatsuo Ishii
2022-04-09Revert "Fix pgpool child process to obtain process information."Tatsuo Ishii
2022-04-09Fix pgpool child process to obtain process information.Tatsuo Ishii
2022-04-04Revert "Prevent hang in terminate_all_childrens()."Tatsuo Ishii
2022-04-01Prevent hang in terminate_all_childrens().Tatsuo Ishii
2022-03-26Add pending signal check in check_requests().Tatsuo Ishii
2022-03-19Allow shutdown interrupt while processing SIGCHILD in pgpool main.Tatsuo Ishii
2022-03-11Cleanup pgpool main process logging.Tatsuo Ishii
2022-03-05Implement comma separated multiple pcp listen addresses.Tatsuo Ishii
2022-02-24Allow to specify duplicated entry in listen_addresses.Tatsuo Ishii