summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2025-12-08Run pgindent.Tatsuo Ishii
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-06-06Replace random() with pg_prng random function.Tatsuo Ishii
2025-05-05Fix portability to OpenBSD.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-03-25Fix compile errors with certain CFLAGS.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-21Remove duplicating definition of pg_attribute_format_arg etc.Tatsuo Ishii
2023-09-20Remove duplication definitions of NAMEDATALEN.Tatsuo Ishii
2023-07-31Feature: Import PostgreSQL 16 BETA1 new parser.Chen Ningwei
2023-03-28Judge multi statement query using psqlscan.Tatsuo Ishii
2023-03-28Use schema qualification for internal queries.Tatsuo Ishii
2022-05-31Skipping useless ereport/elog calls.Muhammad Usama
2022-01-26Fix pcp_node_info hang when pgpool cannot connect to backend.Tatsuo Ishii
2021-06-16Refactor "SHOW pool_pool_pools" and pcp_proc_info.Tatsuo Ishii
2020-12-26Apply mega typo fixes.Tatsuo Ishii
2020-09-23More language cleanup.Tatsuo Ishii
2020-09-01Fix connection_life_time not working when serialize_accept is enabled.Tatsuo Ishii
2020-08-14Add error stats from backend to "show pool_backend_stats" command.Tatsuo Ishii
2020-08-14Add new show command "show pool_backend_stats".Tatsuo Ishii
2020-08-14Add statistics for INSERT/UPDATE/DELETE etc. SQL commands.Tatsuo Ishii
2020-07-26Enhance the way getting function names in multiple places.Tatsuo Ishii
2020-06-26Adding log collectorMuhammad Usama
2020-05-04Some code reorganizationMuhammad Usama
2020-01-26Add health check statistics collection/display feature.Tatsuo Ishii
2019-10-08Fix problem that syslog_facility don't change by reloadTakuma Hoshiai
2019-09-23Adding new wd_cli utilityMuhammad Usama
2019-08-08Import some of memory manager debug facilities from PostgreSQL.Tatsuo Ishii
2019-02-22Eliminate select(2) system calls when they are not necessary.Tatsuo Ishii
2018-08-17Run pgindent.Tatsuo Ishii
2018-08-16Feature: Add SCRAM and Certificate authentication supportMuhammad Usama
2018-08-07Feature: allow to specify load balance weight ratio for load balance parameters.Bo Peng
2018-07-31Fix badly formatted comment out line.Tatsuo Ishii
2017-09-20[New feature] Allow specifying the hostnames in pool_hbaMuhammad Usama
2017-08-03Fix bug #303.Tatsuo Ishii
2017-06-29Importing the latest changes in the MemoryManager API from PostgreSQL code.Muhammad Usama
2017-06-21Fixing: [pgpool-hackers: 2390] Problems with the relative paths in daemon modeMuhammad Usama
2016-08-16Handling of pg_terminate_backend for simple query protocolMuhammad Usama
2016-07-28Display human readable output for backend node status.Muhammad Usama
2016-05-23Fixing an oversight by previous pgpool show/set command commit.Muhammad Usama
2016-05-21Adding new PGPOOL SET and PGPOOL RESET commands.Muhammad Usama
2016-05-10Adding new SHOW command for pgpool-II configuration parameters.Muhammad Usama
2016-05-02Streamlining the pgpool configuration system (Work in progress).Muhammad Usama
2016-03-07Fix for [pgpool-general: 4519] Worker Processes Exit and Are Not Re-spawnedMuhammad Usama
2016-02-03Fix for [pgpool-II 0000166]: compile issue on freebsdMuhammad Usama
2015-11-18Fixing reset query stuck problem [pgpool-hackers: 1097]Muhammad Usama