summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-15Fix pool_send_severity_message() not to use uninitialized memory.V2_2_STABLETatsuo Ishii
2012-09-14Fix long standing memory leak bug with free_select_resultTatsuo Ishii
2012-08-29Remove unnecessary/confusing debug log from s_do_auth.Tatsuo Ishii
2012-08-28Add NOTICE message handling to s_do_auth. Without this, health checkTatsuo Ishii
2012-08-15Fix read_startup_packet. If packet length is lower than 0, it shouldTatsuo Ishii
2012-08-06Prepare 2.2.8V2_2_8Nozomi Anzai
2012-07-18Add .gitignore.Tatsuo Ishii
2012-07-18Run rerun libtoolize with --copy and --force option.Tatsuo Ishii
2012-07-18Fix compiler warnings.Tatsuo Ishii
2012-07-09Fix wait_for_query_response() not to send param status to frontend ifTatsuo Ishii
2011-09-28Fix buffer overrun problem when pcp password is longer than 32.Tatsuo Ishii
2010-05-24Fix bug with pcp_check_fd()'s timeout handling.Tatsuo Ishii
2010-05-10Fix SimpleForwardToFrontend() so that it reset select_in_transaction flagToshihiro Kitagawa
2010-05-10Fix do_error_execute_command() so that it discards responsesToshihiro Kitagawa
2010-04-15Prepare 2.2.7V2_2_7Toshihiro Kitagawa
2010-04-15Add description about max_poolToshihiro Kitagawa
2010-04-14Prepare 2.2.7Toshihiro Kitagawa
2010-04-14Prepare 2.2.7Toshihiro Kitagawa
2010-04-14Prepare 2.2.7Toshihiro Kitagawa
2010-04-14Prepare 2.2.7Toshihiro Kitagawa
2010-04-13Fix SimpleForwardToBackend() so that pgpool doesn't keep waitingTatsuo Ishii
2010-04-13Fix long standing bug which causes segfault of pgpool child process.Tatsuo Ishii
2010-01-21Fix SimpleForwardtoBackend so that it sends Bind, Describe and CloseV2_2_6_GRACEFUL_DETACHTatsuo Ishii
2010-01-09Emit a log when postmaster goes down.Tatsuo Ishii
2010-01-09Fix ProcessFrontendResponse not to accept invalid frotend packet.Tatsuo Ishii
2010-01-09Remove unused argument first_ready_for_query_received fromTatsuo Ishii
2010-01-09Use %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 theTatsuo Ishii
2010-01-02Fix warnings when compiling on 64bit platforms.Tatsuo Ishii
2009-12-25Fix sloppy coding in parse_copy_data. Add error checking forTatsuo Ishii
2009-12-25Do not force replication of DEALLOCATE if operated in master/slaveTatsuo Ishii
2009-12-18Fix crush with show pool_status when there many (more than 18) DB nodes.Tatsuo Ishii
2009-12-16Enhance "kind mismatch" message. If kind is ERROR or NOTICE, print theTatsuo Ishii
2009-12-01v2.2.6V2_2_6Tatsuo Ishii
2009-12-01Add release noteTatsuo Ishii
2009-11-29Fix is_select_query() not to allow cursor statements.Tatsuo Ishii
2009-11-29Fix ProcessFrontendResponse() handling of Parse message inTatsuo Ishii
2009-11-18Add -lcrypt for linking commnad. Certain distribution ships libpq withoutTatsuo Ishii
2009-11-14Fix connection_cache = false case. In this mode, if frontend exitsTatsuo Ishii
2009-11-14Update pgpool_config.lTatsuo Ishii
2009-11-14Allow to change weight with reloading pgpool.confTatsuo Ishii
2009-11-14Limit listen(2)'s backlog parameter to num_init_children*2 at largest.Tatsuo Ishii
2009-11-10Fix comment.Tatsuo Ishii
2009-11-05Fix relcache replacement logic bug.Tatsuo Ishii
2009-11-05Fix nodeToString() bug. example test case:Tatsuo Ishii
2009-11-04Fix do_query() to return more than 1 characters. Patch provided byTatsuo Ishii
2009-11-03- Remove init script from all runlevels before uninstall. Per #RH BugzillaDevrim GÜNDÜZ
2009-11-03When authentication fails, report to frontend proper error messages,Tatsuo Ishii
2009-11-03Fix pool_flush_it() so that it does not complain when failed to flushTatsuo Ishii
2009-10-30Allow is_temp_table to work with pre 8.4 PostgreSQL.Tatsuo Ishii