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