pgpool2.git
2009-10-25 Tatsuo IshiiAdd temp table test
2009-10-22 Devrim GÜNDÜZFix logging, per report from Toshihiro Kitagawa.
2009-10-21 Tatsuo IshiiDo not execute CREATE/DROP TABLE SPACE inside a transac...
2009-10-21 Tatsuo IshiiLet reaper() report the case when child died by segfault.
2009-10-12 Tatsuo IshiiFix typo in man page. Patch provided by Rodolphe.
2009-10-12 Tatsuo IshiiREINDEX DATABASE or SYSTEM should not be executed in...
2009-10-05 Devrim GÜNDÜZ Add 2 new docs, per Tatsuo.
2009-10-05 Devrim GÜNDÜZ- Update to 2.2.5, for various fixes described at
2009-10-03 Tatsuo IshiiAdd sample to use rotatelogs
2009-10-03 Tatsuo IshiiEnhance online recovery 2nd stage script to sync sequen...
2009-10-03 Tatsuo IshiiRemove unnecessary declaration "allow_close_transaction"
2009-10-02 Tatsuo IshiiPrevoius commit was incomplete
2009-10-02 Tatsuo IshiiFix Parse() to use wait_for_query_response() instead...
2009-10-02 Tatsuo IshiiFix comment
2009-09-26 Tatsuo IshiiAllow to print more accurate query when Parse() detects...
2009-09-26 Tatsuo IshiiFix reset_backend to deal with DEALLOCATE error. In...
2009-09-26 Tatsuo IshiiRemove error checks for pool_write(frontend), pool_flus...
2009-09-26 Tatsuo IshiiFix parallel query
2009-09-25 Tatsuo IshiiFix write_pid_file. It forgot to write out NULL termina...
2009-09-23 Tatsuo IshiiFix pool_read_kind and pool_read_int so that the error...
2009-09-17 Tatsuo IshiiTeach do_command() to use wait_for_query_response().
2009-09-06 Tatsuo IshiiFix connection_count_down() so that it does decrement...
2009-09-06 Tatsuo IshiiUndef #define SEND_NOTICE_ON_PROTO2, which was defined...
2009-08-22 Tatsuo IshiiRemove unnecessary spaces and tabs at end of line.
2009-08-20 Tatsuo IshiiFix possible bug introduced in pgpool-II 2.2.2.
2009-08-18 Tatsuo IshiiChange wait_for_query_response() so that it sends NOTIC...
2009-08-18 Tatsuo IshiiRemove unneccessary call to send_frontend_exit() in...
2009-08-13 Tatsuo IshiiRemove unnessary call of send_frontend_exits() in die().
2009-08-13 Tatsuo IshiiBlock signals before forking children rather after.
2009-08-11 Tatsuo IshiiFix new_connection() so that it does leave garbage in
2009-08-06 Tatsuo IshiiUpdate Makefile.am
2009-08-06 Tatsuo IshiiAdd parser/test files. Patch contributed by Akio Ishida.
2009-08-06 Tatsuo IshiiPrint last query for kind mismatch error message even...
2009-08-06 Tatsuo IshiiFix buffer overrun error which mangled kind mismatch...
2009-08-03 Tatsuo IshiiMissing files for PostgreSQL 8.4 paraser adaoptation.
2009-08-01 Tatsuo IshiiCheck MASTER_CONNECTION(p)->sp) is non 0 before further...
2009-08-01 Tatsuo IshiiFix pool_debug's mismatch between data type and conversion
2009-08-01 Tatsuo Ishiiparser test for PostgreSQL 8.4 or later.
2009-07-30 Tatsuo IshiiAdopt PostgreSQL 8.4 parser. Patch contributed by Akio...
2009-07-28 Tatsuo IshiiFix typo in comment
2009-07-26 Tatsuo IshiiFix breakage by previous commit.
2009-07-26 Tatsuo Ishiifix: Join statment in parallel query
2009-07-26 Tatsuo IshiiFix comment about load balancing.
2009-07-26 Tatsuo IshiiFix various pool_error/log format errors.
2009-07-22 Tatsuo IshiiFix various pool_error/log format errors.
2009-07-22 Tatsuo IshiiQuery cancel by statement timeout does not generate...
2009-07-21 Tatsuo IshiiCheck read(2) error in health_check(). This should...
2009-07-21 Tatsuo IshiiCheck frontend connection while waiting for response...
2009-07-21 Tatsuo IshiiDo not start transaction if the command is CLUSTER...
2009-07-20 Tatsuo IshiiCheck frontend connection while waiting for response...
2009-07-20 Tatsuo IshiiFix bug with SimpleForwardToFrontend(). Clients using...
2009-07-20 Tatsuo IshiiAdd pool_set_timeout() to control pool_check_fd()'s...
2009-07-15 Tatsuo IshiiFix bug with prepared statement deallocation:
2009-07-14 Tatsuo IshiiPostgreSQL 8.4 needs to include utils/binutils.h
2009-05-24 Tatsuo IshiiSupport pre 8.0 PostgreSQL which does not have
2009-05-12 Tatsuo IshiiFix description of client_idle_limit
2009-05-02 Tatsuo IshiiFix is_select_query() to test "sql" parameter is NULL...
2009-05-02 Tatsuo IshiiFix pool_flush() so that it ignores error on frontend...
2009-05-02 Tatsuo IshiiCall pool_send_frontend_exits() before pool_discard_cp...
2009-05-01 Tatsuo IshiiAdd missing patches for this:
2009-04-08 Tatsuo IshiiIn master slave mode, sometimes DEALLOCATE fails. This...
2009-04-03 Tatsuo IshiiAdd documents about configuration reloading.
2009-04-03 Tatsuo IshiiFix SimpleQuery() to properly check extended query...
2009-03-23 Devrim GÜNDÜZ- Own /usr/share/pgpool-II directory.
2009-03-23 Devrim GÜNDÜZAdd a patch which configures sample conf file to match...
2009-03-14 Tatsuo IshiiFix need_insert_lock so that it returns false if the...
2009-03-08 Guillaume LelargeUpdate usage function, doc and man page.
2009-03-07 Tatsuo IshiiAdd a comment to need_insert_lock() if the query being...
2009-03-06 Tatsuo IshiiMake excessive message level in read_kind_from_backend...
2009-03-06 Guillaume LelargeAdd support for long options name in pgpool command.
2009-03-01 Tatsuo IshiiFix release note for 2.2
2009-02-28 Tatsuo IshiiUpdate Makefile.am
2009-02-28 Tatsuo IshiiAdd doc/load_balance.png, doc/load_balance.odp
2009-02-28 Tatsuo IshiiVersion 2.2
2009-02-28 Tatsuo IshiiVersion 2.2
2009-02-24 Tatsuo IshiiPrpare for receiving parameter status packets.
2009-02-21 Tatsuo Ishiipgpool-II 2.2 RC2 V2_2_0_RC2
2009-02-21 Tatsuo Ishiipgpool 2.2 RC2
2009-02-21 Tatsuo IshiiA load balance logic explanation figure
2009-02-21 Tatsuo IshiiAdd comment about rsync and autovacuum.
2009-02-20 Tatsuo IshiiFix pool_send_frontend_exits() so that it checks the...
2009-02-17 Tatsuo IshiiDo not start internal transaction if CREATE INDEX CONCU...
2009-02-17 Devrim GÜNDÜZUpdate to 2.2 (Download URL is broken, since we don...
2009-02-15 Tatsuo Ishiirun autoconf V2_2_0_RC1
2009-02-15 Tatsuo Ishii2.2 RC1
2009-02-15 Tatsuo IshiiUpdate Changelog
2009-02-15 Tatsuo IshiiMention that two items were resolved
2009-02-15 Tatsuo IshiiReflect the fact that DISCARD ALL holds exclusive lock
2009-02-10 Tatsuo IshiiFix is_internal_transaction_needed() so that DROP DATAB...
2009-02-07 Tatsuo IshiiRun autoconf V2_2_0_BETA2
2009-02-07 Tatsuo IshiiUpdate version
2009-02-07 Tatsuo IshiiUpdate NEWS
2009-02-06 Tatsuo IshiiAdd pid_file_name to show pool_status
2009-02-05 Tatsuo IshiiFix typo
2009-02-05 Tatsuo IshiiRun cvs2cl.pl -t --fsf
2009-02-05 Tatsuo IshiiAdd more fix to release info
2009-02-05 Tatsuo IshiiFix online recovery to wait for failback done before...
2009-02-05 Tatsuo IshiiFix/add comments
2009-02-01 Tatsuo IshiiAdd new item
2009-02-01 Tatsuo IshiiStart internal transaction if necessary. Before we...
next