pgpool2.git
2018-04-25 Bo PengRevert "Install Pgpool-II extension by using latest...
2018-04-25 Bo PengInstall Pgpool-II extension by using latest source...
2018-04-25 Tatsuo IshiiAdd pgpool_recovery--1.2.sql.
2018-04-25 Tatsuo IshiiUpdate copyright year.
2018-04-25 Tatsuo IshiiFix compile error.
2018-04-23 Tatsuo IshiiFully implement "disable_load_balance_on_write".
2018-04-19 Tatsuo IshiiFist cut of disable load balance feature.
2018-04-19 Tatsuo IshiiFix bug when USE_REPLICATION_SLOT is not used.
2018-04-18 Tatsuo IshiiFix false primary node detection code.
2018-04-18 Tatsuo IshiiEnhance figures explaining detach_false_primary.
2018-04-18 Tatsuo IshiiAdd Japanese doc for detach_false_primary parameter.
2018-04-18 Tatsuo IshiiFix detach_false_primary bug.
2018-04-18 Tatsuo IshiiUse replication slot if possible.
2018-04-18 Tatsuo IshiiLet pgpool_setup recognize an environment varible to...
2018-04-18 Tatsuo IshiiPrevent pcp_recovery_node from recovering "unused"...
2018-04-17 Tatsuo IshiiUpdate version to 4.0 devel.
2018-04-17 Bo PengAdd release notes 3.7.3 - 3.3.21.
2018-04-17 Tatsuo IshiiComplete detach_false_primary feature.
2018-04-17 Bo PengDisable health check per node parameters by default.
2018-04-16 Tatsuo IshiiAllow to use more than 1 standby in pgpool_setup using...
2018-04-15 Tatsuo IshiiAdd support for replication slot to pgpool_setup.
2018-04-12 Tatsuo IshiiFix pcp_detach_node hung when -g option is specified.
2018-04-09 Tatsuo IshiiFirst cut of primary server checking.
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-04-05 Tatsuo IshiiFix pgpool child process segfault when ALWAYS_MASTER...
2018-04-04 Tatsuo IshiiImprove watchdog documents.
2018-04-02 Tatsuo IshiiMore typo fix.
2018-03-31 Tatsuo IshiiUpdate config README file.
2018-03-30 Tatsuo IshiiMore description added.
2018-03-30 Tatsuo IshiiAdd a document for adding new config parameter.
2018-03-20 Bo PengImprove test script 003.failover.
2018-03-14 Tatsuo IshiiDeal with "unable to bind D cannot get parse message...
2018-03-14 Bo PengFix some test errors.
2018-03-02 Tatsuo IshiiMention that users can avoid failover using backend_fla...
2018-03-02 Tatsuo IshiiChange version to 3.8 devel.
2018-02-28 Bo PengFix document typos.
2018-02-27 Tatsuo IshiiAdd new regression test for node 0 not being primary.
2018-02-27 Tatsuo IshiiFix failure in replication mode.
2018-02-27 Tatsuo IshiiAllow to support pgpool_switch_xlog PostgreSQL 10.
2018-02-26 Tatsuo IshiiRevert "Fix pgpool child process segfault when ALWAYS_M...
2018-02-19 Tatsuo IshiiAdd description about temporarily installation for...
2018-02-19 Tatsuo IshiiAllow to test using temporary installation.
2018-02-19 Tatsuo IshiiEnhance extended query test.
2018-02-14 Tatsuo IshiiFix pgpool_adm family functions examples.
2018-02-14 Tatsuo IshiiStart 3.8 development.
2018-02-13 Bo PengAdd release-notes 3.7.2 - 3.3.20.
2018-02-12 Bo PengMerge branch 'master' of ssh://git.postgresql.org/pgpool2
2018-02-12 Bo PengFix typos.
2018-02-12 Bo PengFix figures mistakes.
2018-02-10 Tatsuo IshiiAllow to build with libressl.
2018-02-09 Tatsuo IshiiFix writing transaction flag is accidentally set at...
2018-02-01 Muhammad UsamaThrow a warning message when failover consensus setting...
2018-01-31 Bo PengFix document typo.
2018-01-29 Tatsuo IshiiFix bug with socket writing.
2018-01-29 Tatsuo IshiiSet TCP_NODELAY and non blocking to frontend socket.
2018-01-29 Tatsuo IshiiFix pgpool child process segfault when ALWAYS_MASTER...
2018-01-23 Tatsuo IshiiFix segfault when %a is in log_line_prefix and debug...
2018-01-23 Tatsuo IshiiFix per node health check parameters.
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 IshiiFix queries hanging in parse_before_bind with extended...
2018-01-10 Tatsuo IshiiFix comment typo.
2018-01-08 Bo PengAdd 3.7.1 - 3.3.19 release-notes.
2018-01-08 Bo PengImprove Makefiles.
2018-01-06 Bo PengFix document typo.
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-21 Bo PengFix some document errors.
2017-12-19 Tatsuo IshiiAdd documentation for SGML document build.
2017-12-19 Tatsuo IshiiFix per node health check parameters ignored.
2017-12-18 Tatsuo IshiiFix health checking process death and forking forever.
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-14 Tatsuo IshiiFix watchdog_setup up doc.
2017-12-14 Tatsuo IshiiDowngrade a log message to debug message.
2017-12-13 Tatsuo IshiiAdd test data for bug370.
2017-12-12 Tatsuo IshiiFix for re-sync logic in reading packet from backend.
2017-12-11 Tatsuo IshiiFix bug reported in bug370.
2017-12-10 Tatsuo IshiiFix returning transaction state when "ready for query...
2017-12-10 Tatsuo IshiiFix but with extended-query-test test driver.
2017-11-23 Tatsuo IshiiEnhance documents.
2017-11-23 Tatsuo IshiiEnhance documents.
2017-11-21 Bo PengChange the test script directory name to fix some make... V3_7_0 V3_7_0_RPM
2017-11-21 Bo PengPrepare 3.7.0.
2017-11-17 Muhammad UsamaEnhancing few comments in pgpool.conf sample files
2017-11-15 Tatsuo IshiiFix pgpool start message printed multiple times.
2017-11-14 Tatsuo IshiiAdd an execute permission bit to the start/stop script.
2017-11-12 pengboPrepare 3.7RC1. V3_7_0_RC1 V3_7_0_RC1_RPM
2017-11-12 pengboAdd 3.7RC1 release-notes.
2017-11-09 Muhammad UsamaAdd some watchdog test cases
2017-11-09 pengboChange the "failover_when_quorum_exists", "failover_req...
2017-11-02 Muhammad UsamaFix for a possible issue in watchdog failover handling.
2017-11-01 pengboAdd pgpool_rhel7.sysconfig and pgpool_rhel6.sysconfig...
2017-10-31 pengboAdd 3.3.18 - 3.6.7 release notes.
2017-10-31 pengboAdd different pgpool.sysconfig file for RHEL6 and RHEL7.
2017-10-25 Muhammad UsamaFixing an issue in the handling of pg_terminate_backend()
2017-10-16 pengboFix centos6 compiler error. V3_7_0_BETA1 V3_7_0_BETA1_RPM
2017-10-16 pengboAllow make dist to include pgpool.conf.sample-logical...
2017-10-16 pengboUpdate documentation version to 3.7beta1.
next