pgpool2.git
2010-07-21 Toshihiro KitagawaAdd function parse_before_bind() which is used in Load...
2010-07-21 Toshihiro KitagawaDivide a part of pool_process_query() into ProcessBacke...
2010-07-21 Toshihiro KitagawaFix bug that did not clear a list at pool_clear_prepare...
2010-07-21 Toshihiro KitagawaAdd memory_context variable.
2010-07-21 Tatsuo IshiiFix send_to_where so that all transaction commands...
2010-07-21 Tatsuo IshiiFix ProcessFrontendResponse so that Function call request
2010-07-20 Tatsuo IshiiDo not start internal transaction if taget backend...
2010-07-20 Tatsuo IshiiSupport 9.0's new VACUUM syntax.
2010-07-20 Tatsuo IshiiSupport 9.0's new VACUUM syntax.
2010-07-20 Tatsuo IshiiFix is_internal_transaction_needed. Add lots of missing...
2010-07-20 Tatsuo IshiiFix where_to_send so that DEALLOCATE ALL case works...
2010-07-19 Tatsuo IshiiAdd modules to handle where to send map for SQL level
2010-07-19 Tatsuo IshiiAdd char *query parameter to is_2pc_transaction_query and
2010-07-18 Tatsuo IshiiFix SimpleQuery so that statements our parser does...
2010-07-18 Tatsuo IshiiFix where_to_send. DISCARD statement should be sent...
2010-07-15 Tatsuo IshiiFix ReadyForQuery so that it does not crush when some...
2010-07-14 Tatsuo IshiiRemove unnecessary variable.
2010-07-14 Tatsuo IshiiFix pool_start_query and pool_virtual_master_db_node_id
2010-07-14 Tatsuo Ishiipgpool links shared memory version of pool_config.l
2010-07-14 Tatsuo IshiiCheck health DB nodes before doing delay checking.
2010-07-14 Tatsuo IshiiAdd new meta character "%H" which represents the host...
2010-07-14 Tatsuo IshiiFix typo in comment.
2010-07-13 Tatsuo IshiiSupport 2PC commands in SR+HS mode.
2010-07-13 Tatsuo IshiiFix end_internal_transaction: Use INTERNAL_TRANSACTION_...
2010-07-13 Tatsuo IshiiTry to recover from temporary connection failure.
2010-07-13 Tatsuo IshiiFix typo in debug message
2010-07-13 Toshihiro KitagawaFix SimpleQuery(). Now it execute EXECUTE and DEALLOCAT...
2010-07-12 Tatsuo IshiiFix typo.
2010-07-11 Tatsuo IshiiAllow load balancing even in an explicit trasaction.
2010-07-11 Tatsuo IshiiFix main so that pool_config debug out is enabled by...
2010-07-11 Tatsuo IshiiNow transaction state is managed per backend.
2010-07-10 Tatsuo IshiiNow transaction state is per backend.
2010-07-10 Tatsuo IshiiAdd ifdef not to declare unnessary variable(int dist_num;).
2010-07-10 Tatsuo IshiiAdd md5 checking in pool_hba.conf.
2010-07-09 Toshihiro KitagawaFix rewrite_timestamp() so that it use PreparedStatemen...
2010-07-09 Toshihiro KitagawaChange pool_process_query.c, pool_proto_modules.c and...
2010-06-30 Toshihiro KitagawaAdd structures: PreparedStatement, Portal, PreparedStat...
2010-06-30 Toshihiro KitagawaAdd extended query protocol support to pool_send_and_wa...
2010-06-28 Toshihiro KitagawaFix description about immediate mode of --help.
2010-06-28 Toshihiro KitagawaForgot to add README.online-recovery.
2010-06-28 Tatsuo IshiiFix bug with session context initialization. To reprodu...
2010-06-27 Tatsuo IshiiForgot to add pool_passwd.c pool_passwd.h.
2010-06-27 Tatsuo IshiiAdd missing header file.
2010-06-27 Tatsuo IshiiImplement md5 authentication using pool_passwd.
2010-06-21 Tatsuo IshiiForgot to add new files.
2010-06-21 Tatsuo IshiiFirst cut of standby server lag checking in streaming...
2010-06-20 Tatsuo IshiiFix pool_where_to_send in case of SELECT+transaction...
2010-06-20 Tatsuo IshiiAdd pool_worker_child.c which implements new worker...
2010-06-19 Tatsuo IshiiRemove unnecessary variable.
2010-06-17 Tatsuo IshiiAdd proper header comments.
2010-06-14 Tatsuo IshiiChange next version no. from 2.4-current to 3.0-dev.
2010-06-13 Tatsuo IshiiAdd description of client_idle_limit_in_recover = ...
2010-06-11 Tatsuo IshiiMaster/slave + Streaming Replicaton first cut.
2010-06-11 Tatsuo IshiiCall pool_query_context_destroy instead of
2010-06-11 Tatsuo IshiiMake start_load_balance and end_load_balance to empty...
2010-06-11 Tatsuo IshiiRemove unnessary global variables.
2010-06-10 Tatsuo IshiiFix MASTER* macros not to use global variable in_load_b...
2010-06-10 Tatsuo IshiiForgot to commit delivered files.
2010-06-10 Tatsuo IshiiUnbrake SimpleQuery(). Now it handles master/slave...
2010-06-10 Tatsuo IshiiRemove unnessary statement. It's now in VALIAD_BACKEND...
2010-06-10 Tatsuo IshiiChange definition of REPLICATION/MASTER_SLAVE
2010-06-10 Tatsuo IshiiChange definition of REPLICATION/MASTER_SLAVE
2010-06-10 Tatsuo IshiiFix comment: pool_status -> pgpool_status
2010-06-09 Tatsuo IshiiFix typo in help message from main program.
2010-06-09 Tatsuo IshiiAdd -D (--discard-status) argument not to restore previ...
2010-06-08 Toshihiro KitagawaRefactor pool_proto_modules.c.
2010-06-08 Toshihiro KitagawaFix pgpool.conf boolean variables to take the same...
2010-06-07 Tatsuo IshiiAdd master_slave_sub_mode
2010-06-06 Tatsuo IshiiRemove in_progress global variable.
2010-06-06 Tatsuo IshiiTo avoid direct access to stream buffer from abstractio...
2010-06-04 Tatsuo IshiiAdd query context module.
2010-06-03 Tatsuo IshiiMAX_CONNECTION_SLOTS should be equal to MAX_NUM_BACKENDS.
2010-06-02 Tatsuo IshiiRefactoring simpleQuery part 1. Move some parallel...
2010-06-02 Tatsuo IshiiFix typo.
2010-06-02 Tatsuo IshiiRemove LocalSessionId, which is not neccessary any...
2010-06-02 Tatsuo IshiiAdd session context module.
2010-06-02 Tatsuo IshiiIntroduce process context module
2010-06-02 Tatsuo IshiiMake system DB connection initialize process to static...
2010-06-01 Tatsuo IshiiChange ProcessInfo pids -> ProcessInfo process_info.
2010-06-01 Tatsuo IshiiCreate pool_config.h and move pool_config.l related...
2010-05-31 Tatsuo IshiiAdd pool_stream,h
2010-05-31 Tatsuo IshiiFix to add linking neccesary libraries when SSL enabled.
2010-05-30 Tatsuo IshiiFix to add linking neccesary libraries when SSL enabled.
2010-05-27 Tatsuo IshiiAdd C test program
2010-05-26 Tatsuo IshiiRemove following unsed entry.
2010-05-26 Tatsuo IshiiImprove documentation about num_init_children.
2010-05-26 Tatsuo IshiiRefactoring pool.h
2010-05-24 Tatsuo IshiiFix bug with pcp_check_fd()'s timeout handling.
2010-05-19 Tatsuo IshiiFix SSL connection sometimes hung if lots of data read...
2010-05-16 Guillaume LelargeAdd support for long options.
2010-05-16 Tatsuo IshiiSubject: Re: [Pgpool-general] pg_terminate_backend...
2010-05-12 Tatsuo IshiiFix typo for supporting debug_level
2010-05-12 Tatsuo IshiiAdd new directive "debug_level" to be able to turn...
2010-05-10 Toshihiro KitagawaFix SimpleForwardToFrontend() so that it reset select_i...
2010-04-23 Tatsuo IshiiAdd missing file
2010-04-22 Tatsuo IshiiFix compiler warnings. Patch contributed by Takahiro...
2010-04-20 Tatsuo IshiiPrepare 2.3.3
2010-04-18 Tatsuo IshiiAllow to use -1 for client_idle_limit_in_recovery....
2010-04-17 Tatsuo IshiiVersion 2.4-CURRENT
2010-04-16 Toshihiro Kitagawaparallel_mode requires replication_mode or load_balance...
next