summaryrefslogtreecommitdiff
path: root/src/protocol/pool_proto_modules.c
AgeCommit message (Expand)Author
2025-10-28Retire Slony mode.Tatsuo Ishii
2025-10-03Prevent FATAL error when non-existing prepared statement is given.Tatsuo Ishii
2025-07-18Fix indentation.Tatsuo Ishii
2025-07-18Fix coding issue regarding shift operation.Tatsuo Ishii
2025-07-17Run pgindent.Tatsuo Ishii
2025-07-15Feature: implement protocol version 3.2 BackendKeyData and query cancel message.Tatsuo Ishii
2025-06-24Feature: add pgpool_adm_pcp_proc_info.Tatsuo Ishii
2025-05-08Fix long standing bind bug with query cache.Tatsuo Ishii
2025-05-08Fix query cache invalidation bug.Tatsuo Ishii
2025-01-31Fix per_node_error_log() error message that is printed with two colons.Bo Peng
2024-12-14Fix yet another query cache bug in streaming replication mode.Tatsuo Ishii
2024-11-30Feature: add log_backend_messages.Tatsuo Ishii
2024-11-11Fix COPY hangs.Tatsuo Ishii
2024-10-21Feature: new PGPOOL SET CACHE DELETE command.Tatsuo Ishii
2024-09-07Fix multiple query cache vulnerabilities (CVE-2024-45624).Bo Peng
2024-08-11Fix another bug in replication mode and snapshot isolation mode.Tatsuo Ishii
2024-08-09Fix bug in replication mode and snapshot isolation mode.Tatsuo Ishii
2024-07-30Fix hang after a flush message received.Tatsuo Ishii
2024-06-12Eliminate unnecessary memory allocation in extended query protocol.Tatsuo Ishii
2024-06-07Mega typo fix for docs and program source codes.Tatsuo Ishii
2024-06-04Fix psql_scan crash.Tatsuo Ishii
2024-03-21Allow reset queries to run even if extended queries do not end.Tatsuo Ishii
2024-03-18Guard against inappropriate protocol data.Tatsuo Ishii
2024-03-17Revert "Enhance the stability of detach_false_primary."Tatsuo Ishii
2024-03-16Enhance the stability of detach_false_primary.Tatsuo Ishii
2023-09-28Fix Describe() so that it does not abort with portal created by DECLARE.Tatsuo Ishii
2023-07-13Fix PREPARE in multi-statement case.Tatsuo Ishii
2023-05-19Allow to load balance PREPARE/EXECUTE/DEALLOCATE.Tatsuo Ishii
2023-04-17Use psqlscan only when query string is large.Tatsuo Ishii
2023-04-06Fix occasional 005.jdbc test failure.Tatsuo Ishii
2023-03-28Judge multi statement query using psqlscan.Tatsuo Ishii
2023-02-23Allow to run certain multi-statement queries.Tatsuo Ishii
2023-02-15Allow to use multiple statements extensively.Tatsuo Ishii
2023-02-07Add notice_per_node_statement.Tatsuo Ishii
2023-02-02Fix comment mistakes.Tatsuo Ishii
2022-12-10Fix typo in comments.Tatsuo Ishii
2022-11-25Fix ROLLBACK TO command to work in aborted transaction.Tatsuo Ishii
2022-08-26Retire pool_string module.Tatsuo Ishii
2022-05-09Fix not to abort session while in failed transaction.Tatsuo Ishii
2022-03-12Enhance error message while processing parse message.Tatsuo Ishii
2022-01-18Implement flush tracking feature.Tatsuo Ishii
2022-01-05Suppress message length log for in_hot_standby.Tatsuo Ishii
2021-11-22Fix redundant code.Tatsuo Ishii
2021-09-27Feature: Import PostgreSQL 14 beta2 new parser.Bo Peng
2021-09-16Fix occasional hang in COPY FROM.Tatsuo Ishii
2021-08-10Fix SI mode to acquire a snapshot with an internal transaction.Tatsuo Ishii
2021-07-17Allow to log error messages in extended query mode in certain cases.Tatsuo Ishii
2021-07-01Fix sending invalid message in SI mode.Tatsuo Ishii
2021-04-11Code restructuring for memory cache.Tatsuo Ishii
2021-04-09Fix pgpool crash when query cache enabled.Tatsuo Ishii