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
/
error
Age
Commit message (
Expand
)
Author
2025-07-17
Run pgindent.
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
2022-05-31
Skipping useless ereport/elog calls.
Muhammad Usama
2022-03-10
Fix not to include garbage in "%m" log_line_prefix.
Tatsuo Ishii
2021-07-13
Add support for log time stamp with milliseconds.
Tatsuo Ishii
2020-12-26
Apply mega typo fixes.
Tatsuo Ishii
2020-06-26
Adding log collector
Muhammad Usama
2020-04-07
Allow to set application name parameter of log_line_prefix in more cases.
Tatsuo Ishii
2019-10-08
Fix problem that syslog_facility don't change by reload
Takuma Hoshiai
2018-08-17
Run pgindent.
Tatsuo Ishii
2018-08-10
Add .gitignore files.
Bo Peng
2018-01-23
Fix segfault when %a is in log_line_prefix and debug message is on.
Tatsuo Ishii
2016-11-09
Fix the broken log_destination = syslog functionality.
Muhammad Usama
2016-05-10
Adding new SHOW command for pgpool-II configuration parameters.
Muhammad Usama
2016-03-07
Fix for [pgpool-general: 4519] Worker Processes Exit and Are Not Re-spawned
Muhammad Usama
2015-12-22
Remove comments for the function that doesn't exist
Yugo Nagata
2015-11-18
Fixing reset query stuck problem [pgpool-hackers: 1097]
Muhammad Usama
2015-10-13
Import parser of PostgreSQL 9.5
Yugo Nagata
2015-05-28
Fixing a problem in elog.c when forwarding a message to frontend clients.
Muhammad Usama
2015-02-17
Second part of overhauling the PCP library and utilities.
Muhammad Usama
2015-01-26
Fixing the behavior of "client_min_messages" configuration parameter.
Muhammad Usama
2014-12-31
First cut of overhauling PCP library and utilities.
Muhammad Usama
2014-12-29
Fix for [pgpool-general: 3358] [PATCH] pgpool2 parent process doesn't finish if
Muhammad Usama
2014-10-03
The patch adds ability to print pgpool-II process names in the log output and...
Muhammad Usama
2014-09-15
Final checkin of series for fixing "[pgpool-hackers: 592]. pool_error and elog",
Muhammad Usama
2014-07-15
Fix coverity issue:1111387 Explicit null dereferenced
Muhammad Usama
2014-06-06
Add --enable-cassert option to the configure and make necessary changes to co...
Muhammad Usama
2014-05-26
Fix some MemoryContext related problems found during testing.
Muhammad Usama
2014-04-29
Fixing the compiler warnings
Muhammad Usama
2014-04-29
This is the penultimate patch for integration of memory and exception manager...
Muhammad Usama
2014-04-28
Some more on integration of exception and memory manager front.
Muhammad Usama
2014-04-28
This is the first of the series of commits to import PostgreSQL's exception a...
Muhammad Usama