summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)Author
2025-12-23Fix possible integer overflow.Tatsuo Ishii
2025-12-08Run pgindent.Tatsuo Ishii
2025-12-02Fix memqcache_stats_start_time shown in "show pool_status".Tatsuo Ishii
2025-10-14Rename 'logdir' parameter to 'work_dir'.Taiki Koshino
2025-10-09Make time calculations always long long.Tatsuo Ishii
2025-09-09Allow to compile against gcc 15 (C23).Tatsuo Ishii
2025-07-17Run pgindent.Tatsuo Ishii
2025-07-17Feature: Make online recovery database configurableBo Peng
2025-06-24Feature: add pgpool_adm_pcp_proc_info.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
2025-05-20Fix oversight in pg_strong_random commit.Tatsuo Ishii
2025-05-20Replace PostmasterRandom() with pg_strong_random().Tatsuo Ishii
2025-05-05Fix portability to OpenBSD.Tatsuo Ishii
2025-05-01Fix json_writer did not properly encode special characters.Bo Peng
2025-01-12Fix pool_signal.Tatsuo Ishii
2024-11-30Feature: add log_backend_messages.Tatsuo Ishii
2024-11-26Abort SSL negotiation if backend sends an error message.Tatsuo Ishii
2024-10-21Feature: Import PostgreSQL 17 RC1 new parser.Bo Peng
2024-09-07Fix multiple query cache vulnerabilities (CVE-2024-45624).Bo Peng
2024-06-14Fix "show pool_processes" to not show row description twice.Tatsuo Ishii
2024-06-07Mega typo fix for docs and program source codes.Tatsuo Ishii
2023-11-09Update Copyright of the previous commit (4bfca73c6788cee498d74e938fa38c38b9ab...Bo Peng
2023-11-09Downgrading some normal ERROR messages to DEBUG messages.Bo Peng
2023-09-20Remove duplication definitions of NAMEDATALEN.Tatsuo Ishii
2023-08-01Add header include to pgstrcasecmp.cChen Ningwei
2023-07-31Feature: Import PostgreSQL 16 BETA1 new parser.Chen Ningwei
2023-07-23Add new field "load_balance_node" to "SHOW pool_pools" and pcp_proc_info.Tatsuo Ishii
2023-06-13Feature: allow to route queries to a specific backend node for a specific use...Bo Peng
2023-06-12Add schema qualification to some system catalog inquiry functions.Tatsuo Ishii
2023-06-06Feature: Support mutiple directories specification for pcp_socket_dir.Chen Ningwei
2023-05-19Allow to load balance PREPARE/EXECUTE/DEALLOCATE.Tatsuo Ishii
2023-05-19Remove pool_config.c and scan.c from git repository.Tatsuo Ishii
2023-04-16More schema qualification added to system function.Tatsuo Ishii
2023-04-15Add new config parameter "log_pcp_processes",Tatsuo Ishii
2023-03-29Remove configure.Tatsuo Ishii
2023-03-28Judge multi statement query using psqlscan.Tatsuo Ishii
2023-03-28Use schema qualification for internal queries.Tatsuo Ishii
2023-03-10Add notice_per_node_statement to "show pool_status".Tatsuo Ishii
2023-02-18Fix that show pool_version shows row description twice.Tatsuo Ishii
2023-01-30Obtain stronger lock while commiting shared relcache.Tatsuo Ishii
2023-01-23Do not expose wd_lifecheck_password in show pool_status command.Bo Peng
2022-11-21Fix "show pool_status" command doesn't show the new parameters process_manage...Bo Peng
2022-11-09[New-Feature] Dynamic spare process managementMuhammad Usama
2022-11-04Add trusted_server_command parameterTakuma Hoshiai
2022-09-23Fix rare segfaults in pcp_proc_info, SHOW pool_pools and SHOW pool_processes.Tatsuo Ishii
2022-09-22Fix coding style.Tatsuo Ishii
2022-09-22Fix coding style.Tatsuo Ishii
2022-09-21Feature: Import PostgreSQL 15 BETA4 new parser.Bo Peng