pgpool2.git
2020-02-22 Bo PengUpdate copyright year.
2020-02-19 Bo PengUpdate pgpool.spec file. V3_7_13 V3_7_13_RPM
2020-02-19 Bo PengPrepare 3.7.13.
2020-02-19 Bo PengDoc: Update doc version.
2020-02-19 Bo PengDoc: add release-notes.
2020-02-19 Bo PengDoc: update japanese documentation.
2020-02-18 Muhammad UsamaDisallowing the quorum aware failover option for the...
2020-02-18 Bo PengFix rewriting query errors in native replication mode.
2020-02-18 Tatsuo IshiiDoc: clarify the session disconnection conditions while...
2020-02-17 Bo PengDoc: Fix documentation error regarding delegate_IP.
2020-02-12 Bo PengFix child process segfault after reload if "health_chec...
2020-02-08 Tatsuo IshiiFix oversight to adopt PostgreSQL 12.
2020-02-04 Takuma HoshiaiFix error messsage typo
2020-02-04 Bo PengDoc: fix doc typo.
2020-01-28 Bo PengFeature: Check if socket file exists at startup and...
2020-01-11 Tatsuo IshiiFix 001.load_balance failure caused by previous commit.
2020-01-10 Tatsuo IshiiAttempt to fix 001.load_balance test failure.
2020-01-04 Tatsuo IshiiMore fix for occasional regression test 003.failover...
2019-12-31 Tatsuo IshiiFix occasional regression test 003.failover failure.
2019-12-27 Tatsuo IshiiFix occasional regression test failure of 008.dbredirect.
2019-12-26 Tatsuo IshiiFix occasional regression test failure of 008.dbredirect.
2019-12-12 Tatsuo IshiiFix replication delay worker segfault when application_...
2019-12-03 Takuma HoshiaiFix a display of parameter when using PGPOOL SHOW.
2019-11-18 Bo PengFix missing syslog setting. V3_7_12_RPM2
2019-11-18 Bo PengPrepare 3.7.12-2.
2019-11-15 Bo PengFix the missing syslog in configure file.
2019-10-31 Bo PengDoc: update release-note. V3_7_12 V3_7_12_RPM
2019-10-31 Bo PengPrepare 3.7.12.
2019-10-31 Bo PengDoc: update doc version.
2019-10-31 Bo PengFix incorrect query rewrite in replication mode.
2019-10-30 Bo PengDoc: Add release-note.
2019-10-30 Bo PengAdd RHEL 8 support.
2019-10-25 Bo PengFix incorrect query rewrite in replication mode.
2019-10-21 Tatsuo IshiiFix health check time out.
2019-10-15 Takuma HoshiaiDoc: add failover_command description
2019-10-15 Tatsuo IshiiFix memory leaks pointed out by coverity.
2019-10-15 Tatsuo IshiiMerge branch 'V3_7_STABLE' of ssh://git.postgresql...
2019-10-14 Muhammad UsamaFix for miscellaneous watchdog issues.
2019-10-11 Tatsuo IshiiDoc: add note to trusted_servers.
2019-10-10 Bo PengUpdate chanelog.
2019-10-10 Bo PengUpdate pgpool.spec to support PostgreSQL 12.
2019-10-10 Bo PengUpdate src/redhat/pgpool_socket_dir.patch.
2019-10-10 Tatsuo IshiiFix assorted ancient v2 protocol bugs.
2019-10-08 Takuma HoshiaiFix extended query communication in do_query()
2019-10-08 Takuma HoshiaiFix problem that syslog_facility don't change by reload
2019-10-04 Tatsuo IshiiFix inappropriate ereport call in VALID_BACKEND.
2019-10-03 Muhammad UsamaFix for Coverity warnings in watchdog and lifecheck
2019-10-03 Tatsuo IshiiFix signal unblock leak in failover.
2019-09-28 Muhammad UsamaFix for bug-545: Quorum lost and not recovered
2019-09-25 Tatsuo IshiiOverhaul health check debug facility.
2019-09-25 Tatsuo IshiiFix memory leak in replication mode.
2019-09-24 Tatsuo IshiiFix memory leak while attempting to connect to backend.
2019-09-18 Tatsuo IshiiFix uninitialized variable.
2019-09-17 Tatsuo IshiiFix compiler warnings.
2019-09-17 Tatsuo IshiiFix compiler warning.
2019-09-16 Tatsuo IshiiRevert "Fix occasional query hang while processing...
2019-09-16 Tatsuo IshiiFix occasional query hang while processing DEALLOCATE.
2019-09-16 Tatsuo IshiiFix segfault in certain case.
2019-09-12 Tatsuo IshiiFix identical code used for different branches per...
2019-09-12 Tatsuo IshiiFix memory leak per Coverity.
2019-09-10 Tatsuo IshiiFix typo in fork_lifecheck_child().
2019-09-10 Tatsuo IshiiFix typo in fork_watchdog_child().
2019-09-06 Tatsuo IshiiFix memory leak.
2019-09-06 Tatsuo IshiiFix memory leak.
2019-09-06 Tatsuo IshiiFix uninitialized variable.
2019-09-03 Tatsuo IshiiDoc: mention that VIP will not be brougt up if quorum...
2019-09-01 Tatsuo IshiiFix pgpool_setup to reflect the -p (baseport) to ORIGBA...
2019-08-26 Bo PengDoc: Fix missing documents from previous commit.
2019-08-25 Tatsuo IshiiDoc: fix indentation in scripts.
2019-08-25 Tatsuo IshiiDoc: fix typo in "What is Pgpool-II?" section.
2019-08-16 Bo PengAdd "-I" option to "arping_cmd" command default setting.
2019-08-15 Tatsuo IshiiDoc: run auto indent using emacs.
2019-08-15 Bo PengDoc: update doc version. V3_7_11 V3_7_11_RPM
2019-08-15 Bo PengTest: rename test script.
2019-08-15 Bo PengDoc: fix incorrect link name.
2019-08-15 Bo PengPrepare 3.7.11.
2019-08-15 Bo PengDoc: update release-note.
2019-08-15 Bo PengDoc: add 3.7.11-3.4.25 release-note.
2019-08-14 Tatsuo IshiiFix memory leak.
2019-08-11 Tatsuo IshiiMake waiting for TIME_WAIT in pgpool_setup optional.
2019-08-09 Tatsuo IshiiFix "unable to bind. cannot get parse message" error.
2019-08-08 Muhammad UsamaFix for 0000483: online-recovery is blocked after a...
2019-08-08 Muhammad UsamaFix for [pgpool-hackers: 3295] duplicate failover reque...
2019-08-08 Muhammad UsamaFix for no primary on standby pgpool when primary is...
2019-08-08 Tatsuo IshiiImport some of memory manager debug facilities from...
2019-07-29 Takuma HoshiaiFix watchdog_setup command option
2019-07-28 Tatsuo IshiiFix pgpool_setup to produce correct follow master command.
2019-07-25 Bo PengFix regression test errors.
2019-07-24 Bo PengUse pg_get_expr() instead of pg_attrdef.adsrc to suppor...
2019-07-19 Tatsuo IshiiFix the failover() so that it does not access out of...
2019-07-19 Tatsuo IshiiEnhance shutdown script of pgpool_setup.
2019-07-16 Tatsuo IshiiBackport Pgversion().
2019-07-07 Tatsuo IshiiFix possible out of array index access.
2019-07-07 Tatsuo IshiiFix query cache module so that it checks oid array...
2019-07-06 Tatsuo IshiiFix off-by-one error in query cache module.
2019-07-05 Tatsuo IshiiAllow health check process to reload pgpool.conf.
2019-07-03 Tatsuo IshiiBug525: Fix sefault when query cache is enabled.
2019-07-02 Tatsuo IshiiMake shutdownall to wait for completion of shutdown...
2019-07-02 Tatsuo IshiiDown grade LOG to DEBUG5 in sent message module.
2019-06-24 Tatsuo IshiiFix mistake introduced in the previous commit.
next