pgpool2.git
2019-04-01 Tatsuo IshiiSuppress useless truncation warnings from gcc 8+.
2019-04-01 Tatsuo IshiiSuppress "ar: `u' modifier ignored since `D' is the...
2019-03-30 Tatsuo IshiiFix wrong usage of volatile declaration.
2019-03-28 Bo PengPrepare 3.4.23. V3_4_23 V3_4_23_RPM
2019-03-27 Muhammad UsamaAdd new configuration option ssl_prefer_server_ciphers
2019-03-23 Tatsuo IshiiAllow to set a client cipher list.
2019-03-18 Tatsuo IshiiFix unnecessary fsync to pgpool_status file.
2019-03-14 Bo PengAdd "tags" to gitignore file.
2019-03-07 Bo PengFix some mistakes from previous commit.
2019-03-07 Bo PengFix indent of pgpool.conf sample files.
2019-02-27 Tatsuo IshiiFix write_status_file()'s signature.
2019-02-21 Bo PengPrepare 3.4.22. V3_4_22 V3_4_22_RPM
2019-02-15 Tatsuo IshiiFix configuration change timing regarding memory_cache_...
2019-02-12 Tatsuo IshiiFix unwanted recovery timeout in certain cases.
2019-01-29 Tatsuo IshiiFix corner case bug with strip_quote().
2019-01-10 Tatsuo IshiiFix Pgpool child segfault in a race condition.
2018-12-06 Tatsuo IshiiDeal with "terminating connection due to idle-in-transa...
2018-11-21 Bo PengPrepare 3.4.21. V3_4_21 V3_4_21_RPM
2018-11-21 Takuma HoshiaiChange sort algorism buble sort to quick sort.
2018-11-21 Takuma HoshiaiFix to sort startup packet's parameters sent by client.
2018-11-15 Tatsuo IshiiFix memory leak found by Coverity,
2018-11-13 Bo PengFix segmentation fault occurs when a certain Bind messa...
2018-11-08 Tatsuo IshiiFix a query passed to relcache so that it uses schema...
2018-11-05 Tatsuo IshiiFix query cache invalidation bug.
2018-11-01 Tatsuo IshiiFix memory leak in extended query + query cache enabled.
2018-10-31 Bo PengChange pgpool.spec. V3_4_20 V3_4_20_RPM
2018-10-31 Bo PengChange spec file to include pgpool_recovery--1.0.sql...
2018-10-31 Bo PengAdd pgpool_recovery--1.0.sql and pgpool_recovery--1...
2018-10-31 Bo PengPrepare 3.4.20.
2018-10-25 Tatsuo IshiiFix typo in child_max_connections description.
2018-10-22 Takuma HoshiaiFix segmentation fault, when client send sync message...
2018-10-18 Bo PengFix syntax error in native replication, when queries... origin/V3_4_STABLE
2018-10-18 Bo Peng Change pgpool.spec file to install extension to server...
2018-10-09 Tatsuo IshiiFix memory leak in trigger_failover_command.
2018-10-09 Bo PengFix memory leak when memory_cache_enabled = on and...
2018-10-08 Tatsuo IshiiFix occasional failure in regression 065.bug152.
2018-09-19 Bo PengAdd missing pgpool_recovery--1.0--1.1.sql file to updat...
2018-08-29 Tatsuo IshiiAdd regression test for SSL connection.
2018-08-27 Tatsuo IshiiDo not update pgpool_passwd if the password length...
2018-08-11 Bo PengRemove some .gitignore files which doesn't belong this...
2018-08-10 Bo PengAdd definition of PGLIB in regress.sh.
2018-08-10 Bo PengUpdate clean.sh which clean up regression test results.
2018-08-10 Bo PengAdd .gitignore files.
2018-08-05 Tatsuo IshiiFix segfault when node 0 is in down status.
2018-07-31 Bo PengPrepare 3.4.19. V3_4_19 V3_4_19_RPM
2018-07-16 Tatsuo IshiiTry to reduce the chance of regression 006.memcache...
2018-07-04 Tatsuo IshiiFix "write on backend 0 failed with error :"Success...
2018-06-22 Tatsuo IshiiAdd nap time after failover.
2018-06-20 Tatsuo IshiiFix comments and coding style.
2018-06-20 Tatsuo IshiiFix 006.memqcache test.
2018-06-20 Tatsuo IshiiFix memory leaks related to pool_extract_error_message().
2018-06-19 Tatsuo IshiiFix oversight in pool_extract_error_message().
2018-06-19 Tatsuo IshiiFix segfault in per_node_error_log() on armhf architecture.
2018-06-12 Tatsuo IshiiRevert "Fix 055.backend_all_down test failure."
2018-06-12 Tatsuo IshiiFix 055.backend_all_down test failure.
2018-06-11 Bo PengPrepare 3.4.18. V3_4_18 V3_4_18_RPM
2018-04-25 Bo PengFix compile error.
2018-04-18 Tatsuo IshiiPrevent pcp_recovery_node from recovering "unused"...
2018-04-17 Bo PengPrepare 3.4.17. V3_4_17 V3_4_17_RPM
2018-04-09 Tatsuo IshiiAdd new regression test for node 0 is down.
2018-04-08 Tatsuo IshiiMake calls to to_regclass fully schema qualified.
2018-03-23 Bo PengChange test script to allow test failure.
2018-03-20 Bo PengAdd wait_for_failover_done function for test.
2018-03-20 Bo PengImprove the test script 003.failover.
2018-03-14 Bo PengChange the release version.
2018-03-14 Bo PengPrepare 3.4.16-2.
2018-03-14 Bo PengFix some test errors.
2018-02-27 Tatsuo IshiiAllow to support pgpool_switch_xlog PostgreSQL 10.
2018-02-27 Tatsuo IshiiFix failure in replication mode.
2018-02-13 Bo PengPrepare 3.4.16. V3_4_16 V3_4_16_RPM
2018-02-12 Bo PengFix typos.
2018-01-29 Tatsuo IshiiSet TCP_NODELAY and non blocking to frontend socket.
2018-01-23 Tatsuo IshiiFix segfault when %a is in log_line_prefix and debug...
2018-01-19 Bo PengChange systemd service file to use STOP_OPTS=" -m fast".
2018-01-19 Bo PengChange pgpool_setup to add restore_command in recovery...
2018-01-18 Tatsuo IshiiRevert "Fix queries hanging in parse_before_bind with...
2018-01-18 Tatsuo IshiiFix queries hanging in parse_before_bind with extended...
2018-01-18 Tatsuo IshiiFix queries hanging in parse_before_bind with extended...
2018-01-08 Bo PengPrepare 3.4.15. V3_4_15 V3_4_15_RPM
2017-12-22 Tatsuo IshiiReplace /bin/ed with /bin/sed.
2017-12-21 Bo PengChange the pgpool.service and sysconfig files to output...
2017-12-18 Bo PengFix some test script error of 002.native_replication.
2017-12-18 Bo PengFix timestamp data inconsistency by replication mode.
2017-12-10 Tatsuo IshiiFix returning transaction state when "ready for query...
2017-11-15 Tatsuo IshiiFix pgpool start message printed multiple times.
2017-11-01 pengboAdd pgpool_rhel7.sysconfig and pgpool_rhel6.sysconfig... V3_4_14 V3_4_14_RPM
2017-11-01 pengboPrepare 3.4.14.
2017-10-31 pengboAdd different pgpool.sysconfig file for RHEL6 and RHEL7.
2017-10-08 Tatsuo IshiiFix some compiler warnings.
2017-10-08 Tatsuo IshiiFix finding primary node is not working.
2017-09-22 Tatsuo IshiiFix bug mistakenly overriding global backend status...
2017-09-13 Tatsuo IshiiDeal with OpenSSL 1.1.
2017-09-04 pengboPrepare 3.4.13. V3_4_13 V3_4_13_RPM
2017-08-24 Yugo NagataFix documentation of load-balancing
2017-08-15 Tatsuo IshiiFix ancient bug of pool_unread.
2017-08-03 Tatsuo IshiiFix Java program in 005.regression test.
2017-08-03 Tatsuo IshiiFix bug #303.
2017-07-31 Tatsuo IshiiFix starting unnecessary transaction when SET command...
2017-07-27 Muhammad UsamaFix for [pgpool-general: 5621] pgpool 3.6.4 failover
2017-07-20 Yugo NagataAllow make dist to include pgpool.service
next