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
Age
Commit message (
Expand
)
Author
2012-11-15
Fix pool_send_severity_message() not to use uninitialized memory.
V2_2_STABLE
Tatsuo Ishii
2012-09-14
Fix long standing memory leak bug with free_select_result
Tatsuo Ishii
2012-08-29
Remove unnecessary/confusing debug log from s_do_auth.
Tatsuo Ishii
2012-08-28
Add NOTICE message handling to s_do_auth. Without this, health check
Tatsuo Ishii
2012-08-15
Fix read_startup_packet. If packet length is lower than 0, it should
Tatsuo Ishii
2012-08-06
Prepare 2.2.8
V2_2_8
Nozomi Anzai
2012-07-18
Add .gitignore.
Tatsuo Ishii
2012-07-18
Run rerun libtoolize with --copy and --force option.
Tatsuo Ishii
2012-07-18
Fix compiler warnings.
Tatsuo Ishii
2012-07-09
Fix wait_for_query_response() not to send param status to frontend if
Tatsuo Ishii
2011-09-28
Fix buffer overrun problem when pcp password is longer than 32.
Tatsuo Ishii
2010-05-24
Fix bug with pcp_check_fd()'s timeout handling.
Tatsuo Ishii
2010-05-10
Fix SimpleForwardToFrontend() so that it reset select_in_transaction flag
Toshihiro Kitagawa
2010-05-10
Fix do_error_execute_command() so that it discards responses
Toshihiro Kitagawa
2010-04-15
Prepare 2.2.7
V2_2_7
Toshihiro Kitagawa
2010-04-15
Add description about max_pool
Toshihiro Kitagawa
2010-04-14
Prepare 2.2.7
Toshihiro Kitagawa
2010-04-14
Prepare 2.2.7
Toshihiro Kitagawa
2010-04-14
Prepare 2.2.7
Toshihiro Kitagawa
2010-04-14
Prepare 2.2.7
Toshihiro Kitagawa
2010-04-13
Fix SimpleForwardToBackend() so that pgpool doesn't keep waiting
Tatsuo Ishii
2010-04-13
Fix long standing bug which causes segfault of pgpool child process.
Tatsuo Ishii
2010-01-21
Fix SimpleForwardtoBackend so that it sends Bind, Describe and Close
V2_2_6_GRACEFUL_DETACH
Tatsuo Ishii
2010-01-09
Emit a log when postmaster goes down.
Tatsuo Ishii
2010-01-09
Fix ProcessFrontendResponse not to accept invalid frotend packet.
Tatsuo Ishii
2010-01-09
Remove unused argument first_ready_for_query_received from
Tatsuo Ishii
2010-01-09
Use %dz for sizeof in fprintf for more portability.
Tatsuo Ishii
2010-01-02
I found what I think is a small error allocating memory in the
Tatsuo Ishii
2010-01-02
Fix warnings when compiling on 64bit platforms.
Tatsuo Ishii
2009-12-25
Fix sloppy coding in parse_copy_data. Add error checking for
Tatsuo Ishii
2009-12-25
Do not force replication of DEALLOCATE if operated in master/slave
Tatsuo Ishii
2009-12-18
Fix crush with show pool_status when there many (more than 18) DB nodes.
Tatsuo Ishii
2009-12-16
Enhance "kind mismatch" message. If kind is ERROR or NOTICE, print the
Tatsuo Ishii
2009-12-01
v2.2.6
V2_2_6
Tatsuo Ishii
2009-12-01
Add release note
Tatsuo Ishii
2009-11-29
Fix is_select_query() not to allow cursor statements.
Tatsuo Ishii
2009-11-29
Fix ProcessFrontendResponse() handling of Parse message in
Tatsuo Ishii
2009-11-18
Add -lcrypt for linking commnad. Certain distribution ships libpq without
Tatsuo Ishii
2009-11-14
Fix connection_cache = false case. In this mode, if frontend exits
Tatsuo Ishii
2009-11-14
Update pgpool_config.l
Tatsuo Ishii
2009-11-14
Allow to change weight with reloading pgpool.conf
Tatsuo Ishii
2009-11-14
Limit listen(2)'s backlog parameter to num_init_children*2 at largest.
Tatsuo Ishii
2009-11-10
Fix comment.
Tatsuo Ishii
2009-11-05
Fix relcache replacement logic bug.
Tatsuo Ishii
2009-11-05
Fix nodeToString() bug. example test case:
Tatsuo Ishii
2009-11-04
Fix do_query() to return more than 1 characters. Patch provided by
Tatsuo Ishii
2009-11-03
- Remove init script from all runlevels before uninstall. Per #RH Bugzilla
Devrim GÜNDÜZ
2009-11-03
When authentication fails, report to frontend proper error messages,
Tatsuo Ishii
2009-11-03
Fix pool_flush_it() so that it does not complain when failed to flush
Tatsuo Ishii
2009-10-30
Allow is_temp_table to work with pre 8.4 PostgreSQL.
Tatsuo Ishii
[next]