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
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
/
protocol
/
CommandComplete.c
Age
Commit message (
Expand
)
Author
5 hours
Run pgindent.
Tatsuo Ishii
2024-12-14
Fix yet another query cache bug in streaming replication mode.
Tatsuo Ishii
2024-10-22
Optimize query cache invalidation for ALTER ROLE.
Tatsuo Ishii
2024-10-14
Feature: Add new PCP command to invalidate query cache.
Tatsuo Ishii
2024-09-07
Fix multiple query cache vulnerabilities (CVE-2024-45624).
Bo Peng
2023-10-04
Remove unnecessary logging line.
Tatsuo Ishii
2023-02-15
Allow to use multiple statements extensively.
Tatsuo Ishii
2022-08-26
Retire pool_string module.
Tatsuo Ishii
2021-04-05
Fix that query cache is not created in other than streaming and logical repli...
Tatsuo Ishii
2020-12-26
Apply mega typo fixes.
Tatsuo Ishii
2020-09-17
Apply language cleanup mega patch.
Tatsuo Ishii
2020-09-07
Feature: Import PostgreSQL 13 beta3 new parser.
Bo Peng
2020-05-04
Some code reorganization
Muhammad Usama
2019-06-27
Add new method to check temporary table.
Tatsuo Ishii
2019-03-28
Fix memory leak in "batch" mode in extended query.
Tatsuo Ishii
2018-10-05
Fix memory leak pointed out by 2018/10/5 Coverity scan.
Tatsuo Ishii
2018-10-04
Fix some coverity warnings.
Tatsuo Ishii
2018-09-13
Fix kind mismatch error when DEALLOCATE statement is issued.
Bo Peng
2018-08-17
Run pgindent.
Tatsuo Ishii
2018-06-16
Fix memory leaks and null dereference pointed out by Coverity.
Tatsuo Ishii
2018-04-19
Fist cut of disable load balance feature.
Tatsuo Ishii
2017-08-17
Fist cut patch to deal with logical replication.
Tatsuo Ishii
2017-08-13
Fix handling of empty queries.
Tatsuo Ishii
2017-08-09
Fix query cache bug with streaming replication mode and extended query case.
Tatsuo Ishii
2017-05-22
Fix debug print.
Tatsuo Ishii
2017-04-03
Fix coverity warnings.
Tatsuo Ishii
2017-03-31
Consider SHOW command as kind of a read query.
Tatsuo Ishii
2017-03-29
Mega patch to fix "kind mismatch" (or derived) errors in streaming replicatio...
Tatsuo Ishii
2016-09-06
Enhance performance of SELECT when lots of rows involved.
Tatsuo Ishii
2016-03-29
Fix extended query hangs
Tatsuo Ishii
2016-01-27
Fix buildfarm failure of 005.jdbc test.
Tatsuo Ishii
2015-09-29
Forgot to add in the previous commit.
Tatsuo Ishii