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