pgpool2.git
2012-11-15 Tatsuo IshiiFix pool_send_severity_message() not to use uninitializ...
2012-11-14 Tatsuo IshiiFix hung up while repeating pcp_attach_node and pcp_det...
2012-10-29 Tatsuo IshiiFix race condition when using pool_get_passwd. The...
2012-10-12 Nozomi AnzaiPrepare 3.1.5 V3_1_5
2012-10-02 Tatsuo IshiiFix long standing problem with do_query(). When 1)...
2012-09-28 Tatsuo IshiiFix possible memory leak in nodeToString(). Since the...
2012-09-27 Tatsuo IshiiFix memory leak in pool_get_insert_table_name(). If...
2012-09-26 Tatsuo IshiiFix is_system_catalog to use pgpool_regclass if available.
2012-09-21 Tatsuo IshiiFix inifinit loop in SSL mode. When there's pending...
2012-09-14 Tatsuo IshiiRemove outdated contents of ChangeLog and replace it...
2012-09-14 Tatsuo IshiiFix long standing memory leak bug with free_select_result
2012-09-01 Tatsuo IshiiFix HBA section. enable_pool_hba is disabled by default.
2012-08-29 Tatsuo IshiiRemove unnecessary/confusing debug log from s_do_auth.
2012-08-28 Tatsuo IshiiAdd NOTICE message handling to s_do_auth. Without this...
2012-08-15 Tatsuo IshiiFix read_startup_packet. If packet length is lower...
2012-08-03 Nozomi AnzaiMerge branch 'V3_1_STABLE' of ssh://git.postgresql... V3_1_4
2012-08-03 Nozomi AnzaiPrepare 3.1.4
2012-07-13 Tatsuo IshiiFix send_to_where() when SET TRANSACTION ISOLATION...
2012-07-13 Tatsuo IshiiRemove unused parameter "query" from is_set_transaction...
2012-07-12 Tatsuo IshiiFix bug with treatment of BEGIN TRANSACTION in master...
2012-07-09 Tatsuo IshiiFix wait_for_query_response() not to send param status...
2012-07-08 Tatsuo IshiiFix pool_process_query() bug reported in [pgpool-genera...
2012-07-05 Tatsuo IshiiFix function call case. Before it did not change memory...
2012-06-12 Tatsuo IshiiModify read_pid_file() and write_pid_file(). write_pid...
2012-06-08 Yugo NagataFix to send an error message to the frontend when conne...
2012-06-06 Yugo NagataFix hangup when query conflict occurs in Hot-Standby...
2012-06-05 Tatsuo IshiiFix is_system_catalog(). Its relcach was accidently...
2012-06-03 Tatsuo IshiiFix "unnamed prepared statment does not exist" error...
2012-05-31 Nozomi AnzaiUpdate copyright year.
2012-05-31 Nozomi AnzaiFix segfault of pcp_systemdb_info not in parallel mode...
2012-05-30 Nozomi AnzaiAdd params to the result of "SHOW pool_status": backend...
2012-05-30 Nozomi AnzaiAdd desctiption of pcp_pool_status command.
2012-05-26 Tatsuo IshiiAdopt PostgreSQL 9.2.
2012-05-10 Tatsuo IshiiFix load balance in Solaris. If compiled in Solaris...
2012-05-01 Tatsuo IshiiFix pool_send_and_wait() to send or not to send commit...
2012-04-24 Yugo NagataModify mistaken release date and version no. in pgpool...
2012-04-23 Yugo NagataPrepare 3.1.3 V3_1_3
2012-04-23 Yugo NagataPrepare 3.1.3
2012-04-23 Yugo NagataPrepare 3.1.3
2012-04-23 Yugo NagataPrepare 3.1.3
2012-04-23 Yugo NagataPrepare 3.1.3
2012-04-20 Tatsuo IshiiAdd m4 files. This should prevent compiling problem...
2012-04-19 Toshihiro KitagawaSpecify that health_check_password is not yet implemented.
2012-04-14 Tatsuo IshiiFix detect_postmaster_down_error to handle failover...
2012-04-14 Tatsuo IshiiBefore using semaphore, block signals. Otherwise the...
2012-04-09 Tatsuo IshiiFix memory leak. In case of reset_query, created query...
2012-04-05 Tatsuo IshiiFix pool_ssl_read() to deal with large data reading.
2012-03-31 Tatsuo IshiiFix deadlock by enabling log_destination = syslog repor...
2012-03-31 Tatsuo IshiiAllow to use multi statement in master/slave mode....
2012-03-24 Tatsuo IshiiAllow to have private cache of master node id. This...
2012-03-24 Tatsuo IshiiUpdate copyright year.
2012-03-24 Tatsuo IshiiFix failover(). Before it only restarts worker child...
2012-03-20 Toshihiro KitagawaFix debug log message so that it does not contain null...
2012-03-20 Toshihiro KitagawaFix Parse() so that it doesn't read a destroyed query...
2012-03-19 Toshihiro KitagawaFix ReadyForQuery() so that it doesn't read a destroyed...
2012-03-06 Tatsuo IshiiFix SimpleQuery() so that restores parser memory contex...
2012-02-29 Toshihiro KitagawaFix hangup when PREPARE statement causes error.
2012-02-28 Tatsuo IshiiAdd doc/pgpool-fr.html to Makefile.am.
2012-02-14 Yugo NagataFix up hangup during md5 authentication that occurs...
2012-01-31 Nozomi AnzaiPrepare 3.1.2. V3_1_2
2011-12-20 Tatsuo IshiiFix pool_process_query() rus into infinite loop reporte...
2011-12-09 Tatsuo IshiiRun libtoolize.
2011-12-09 Tatsuo IshiiAdd m4.
2011-12-09 Tatsuo IshiiFix pool_get_transaction_isolation() to recognize READ...
2011-12-06 Tatsuo IshiiFix release data of 3.1.1. V3_1_1
2011-12-06 Tatsuo IshiiPrepare 3.1.1 (add one more fix).
2011-12-06 Tatsuo IshiiFix add_regex_pattern(). It does not allocate enough...
2011-12-05 Tatsuo IshiiPrepare 3.1.1.
2011-12-01 Tatsuo IshiiFix check_replication_time_lag(). It emitted wrong...
2011-11-27 Tatsuo IshiiAdd .orig to .gitignore.
2011-11-23 Tatsuo IshiiFix memory leak in raw mode. This is essentially same...
2011-11-18 Tatsuo IshiiAdd .gitignore.
2011-10-27 Tatsuo IshiiRun autoconf.
2011-10-27 Tatsuo IshiiMajor cleanup for strncpy(). There are several places...
2011-10-12 Tatsuo IshiiUpdate cached backend status whenever possible.
2011-09-28 Tatsuo IshiiFix buffer overrun problem when pcp password is longer...
2011-09-26 Toshihiro KitagawaFix typo.
2011-09-26 Tatsuo IshiiRemove PGDLLIMPORTI which is only neccessary for Windows
2011-09-08 Toshihiro KitagawaPrepare 3.1. V3_1_0
2011-09-08 Toshihiro KitagawaPrepare 3.1.
2011-09-08 Toshihiro KitagawaMerge release note of pgpool-II 3.0.4.
2011-09-08 Toshihiro KitagawaRemove sr_check_password and health_check_password...
2011-09-07 Toshihiro KitagawaMerge NEWS of pgpool-II 3.0.4.
2011-09-07 Toshihiro KitagawaProofread French version of document.
2011-09-05 Toshihiro KitagawaFix bug with timestamp rewriting.
2011-09-05 Toshihiro KitagawaFix timestamp test so that it works.
2011-09-04 Toshihiro KitagawaPrepare 3.1-RC1. V3_1_0_RC1
2011-09-03 Toshihiro KitagawaAdd French version of documents.
2011-09-03 Toshihiro KitagawaFix double free in rewrite_timestamp_insert().
2011-08-31 Toshihiro KitagawaChange directive name in pool_status. flag -> backend_flag.
2011-08-31 Toshihiro KitagawaFix crash of pgpool child when frontend connects if...
2011-08-30 Toshihiro KitagawaFix memory leak in discard_persistent_db_connection()
2011-08-30 Toshihiro KitagawaFix memory leak in string_register_func().
2011-08-29 Toshihiro KitagawaFix invalid memory write in add_regex_pattern().
2011-08-29 Toshihiro KitagawaFix memory leak in free_select_result().
2011-08-29 Toshihiro KitagawaChange the handling of sequence functions(nextval,...
2011-08-25 Guillaume LelargeUpdate pgpool.conf so that pgpoolAdmin could work
2011-08-24 markusAdd the current state of the German translation of...
2011-08-23 Toshihiro KitagawaPrepare 3.1-beta2. V3_1_0_BETA2
2011-08-23 Toshihiro KitagawaPrepare 3.1-beta2.
next