pgpool2.git
2016-12-20 Tatsuo IshiiFix occasional segfault when query cache is enabled.
2016-10-27 Tatsuo IshiiAdopt the incompatibility with psql of PostgreSQL 9.6.
2016-10-27 Tatsuo IshiiDo not cancel a query when the query resulted in an...
2016-10-27 Tatsuo IshiiRemove obsoleted option "-c".
2016-09-24 Tatsuo IshiiFix broken pool_config.c in the previous commit.
2016-09-24 Tatsuo IshiiChange the default value of search_primary_node_timeout...
2016-09-21 Tatsuo IshiiFix the case when all backends are down then 1 node...
2016-09-09 Tatsuo IshiiDo not use random() while generating MD5 salt.
2016-09-09 Tatsuo IshiiRemove useless assignment.
2016-09-05 Tatsuo IshiiDon't ignore sync message from frontend when query...
2016-08-30 pengboPrepare 3.4.8 V3_4_8 V3_4_8_RPM
2016-08-29 Muhammad UsamaFix for 237: Pgpool-II fails to start if listen_address...
2016-08-27 Tatsuo IshiiAdd comment to the document about connection_cache.
2016-08-22 Muhammad UsamaTighten up health check timer expired condition in...
2016-08-12 Muhammad UsamaFixing a typo in the log message
2016-08-11 Tatsuo IshiiUnbreak version 2 protocol case.
2016-08-03 Bo Pengfix japanese doc typo
2016-08-01 Muhammad UsamaFixing a typo in english doc
2016-07-27 Tatsuo IshiiReplace "MAJOR" macro to prevent occasional failure.
2016-07-15 Muhammad UsamaFix for [pgpool-hackers: 1501] kind does not match...
2016-07-14 Muhammad UsamaFix handling of pcp_listen_addresses config parameter.
2016-07-07 Tatsuo IshiiSave and restore errno in each signal handler.
2016-07-07 Tatsuo IshiiFix usage of wait(2) in pgpool main process
2016-06-24 Tatsuo IshiiFix buffer over run problem in "show pool_nodes".
2016-06-20 pengbochange docs V3_4_7 V3_4_7_RPM
2016-06-20 pengbochange docs
2016-06-17 pengboPrepare 3.4.7
2016-06-15 Tatsuo IshiiFix bug with load balance node id info on shmem
2016-06-09 pengbochange the Makefile under this directory src/sql/,that...
2016-06-08 Yugo NagataFix a posible hang during health checking
2016-05-25 Tatsuo IshiiDeal with the case when the primary is not node 0 in...
2016-05-24 Tatsuo IshiiIf statement timeout is enabled on backend and do_query...
2016-05-23 Muhammad UsamaPermit pgpool to support multiple SSL cipher protocols
2016-05-20 Tatsuo IshiiFix confusing comments in pgpool.conf
2016-05-12 pengboFix Chinese documetation bug about raw mode
2016-05-11 Yugo NagataFix documetation bug about raw mode
2016-05-09 pengboFix is_set_transaction_serializable() when
2016-05-05 Tatsuo IshiiAllow to access to pgpool while doing health checking
2016-04-26 pengboPrepare 3.4.6 V3_4_6 V3_4_6_RPM
2016-04-26 pengboPrepare 3.4.6
2016-04-20 pengboChange the PID length of pcp_proc_count command result...
2016-04-15 Tatsuo IshiiRedirect all user queries to primary server
2016-04-07 Muhammad Usamaremoving the limit on the maximum number of items in...
2016-04-06 Muhammad UsamaFix for [pgpool-general: 4569] PGPoolII-3.5 : segfault
2016-04-04 Yugo NagataPrepare 3.4.5 V3_4_5 V3_4_5_RPM
2016-04-04 Yugo NagataPrepare 3.4.5
2016-03-29 Muhammad UsamaValidating the PCP packet length
2016-03-28 Tatsuo IshiiFix typo
2016-03-26 Tatsuo IshiiFix pgpool_setup to not confuse log output
2016-03-19 Tatsuo IshiiFix installation procedure.
2016-03-16 Tatsuo IshiiChange description of backend_flag.
2016-03-14 Tatsuo IshiiFix typo in configure
2016-02-22 Muhammad UsamaYet another reset query stuck problem fix. [pgpool...
2016-02-17 Yugo NagataFix previous bronken commit
2016-02-12 Muhammad UsamaFixing pgpool-recovery module compilation issue with...
2016-02-12 Yugo NagataFix memorry leak reported by Coverity (CID 1350095)
2016-02-10 Yugo NagataFix test/regression/clean.sh to remove binary files...
2016-02-05 Yugo NagataPrepare 3.4.4 V3_4_4
2016-02-03 Muhammad UsamaFix a compile issue on freebsd, added missing include...
2016-02-02 Yugo NagataAllow timeout value to be specified by the command...
2016-02-01 Yugo NagataFix regression test to check timeout of each test
2016-02-01 Yugo NagataAdd some warning messages for wd_authkey hash calculati...
2016-01-29 Muhammad UsamaFix for [pgpool-II 0000165]: Performance degradation...
2016-01-27 Yugo NagataFix regression test 008 & 009 failure in debug mode
2016-01-27 Tatsuo IshiiFix reset query stuck problem.
2016-01-21 Yugo NagataAdd test of white/black_memqcache_table_list to regress...
2016-01-17 Tatsuo IshiiFix bug#156: problem with reloading.
2016-01-14 Yugo NagataFix white/black_memqcache_table_list not require quotaion
2016-01-06 Yugo NagataFix regression test 003.failover for rhel7 postgresql rpm
2016-01-05 Muhammad UsamaFixing the logic issue in get_backends_status() function
2016-01-05 Yugo NagataAdd missing \n in help messages
2016-01-04 Yugo NagataFix to use saved errno for erreport instead of the...
2015-12-28 Yugo Nagatadoc: Add restriction about starting multiple pgpool...
2015-12-25 Tatsuo IshiiFix to show wrong error.
2015-12-25 Yugo NagataFix to use timeout command to handle time out of regres...
2015-12-22 Yugo NagataRemove comments for the function that doesn't exist
2015-12-02 Tatsuo IshiiFix bug with "SET TRANSACTION READ ONLY".
2015-11-25 Muhammad UsamaFix 0000151: Error message has typo - "md5 authenticati...
2015-11-18 Muhammad UsamaFixing [pgpool-II 0000139]: broken arping_cmd
2015-11-18 Muhammad UsamaFixing reset query stuck problem [pgpool-hackers: 1097]
2015-11-11 Yugo NagataFix previous commit for regression test 055
2015-11-10 Yugo NagataFix regression test 055 for rhel7 rpm
2015-11-09 Yugo NagataFix a bug of regress.sh option handling
2015-11-09 Yugo NagataAdd missing descriptions about default values to documents
2015-11-05 Yugo NagataFix the previous commit's echo missing redirect to...
2015-11-04 Yugo NagataAdd option to regress.sh and pgpool_setup for unix...
2015-11-04 Yugo NagataFix pgpool_setup to use DEFAULT_PGSOCKET_DIR in pg_conf...
2015-11-04 Yugo NagataForce pgpool_setup to set unix_socket_directories to...
2015-10-31 Tatsuo IshiiUnbreak "make dist".
2015-10-30 Yugo NagataFix possible hang-up of regression test 054.postgres_fdw
2015-10-29 Tatsuo IshiiFix regression test 065.
2015-10-21 Tatsuo IshiiAdd comments to clarify what are the requirements for...
2015-10-19 Tatsuo IshiiFix in memory query cache bug reported in bug#152.
2015-10-16 Tatsuo IshiiFix bug reported in bug#145.
2015-10-16 Tatsuo IshiiRemove restriction section regarding on disk query...
2015-10-16 Tatsuo IshiiAdd caution about JDBC driver version regarding app_nam...
2015-10-16 Tatsuo IshiiUpdate copyright year.
2015-10-15 Yugo NagataFix segfalut that occurs when function is used in FROM...
2015-10-14 Tatsuo IshiiFix bugs with data modifying WITH clause reported in...
2015-09-04 Yugo NagataFix wrong description in documents about log_standby_delay
next