pgpool2.git
2021-01-13 Bo PengDoc: fix typos.
2021-01-12 Tatsuo IshiiFix follow_primary script creation in pgpool_setup.
2021-01-01 Tatsuo IshiiFix bug child_max_connections is not respected if ERROR...
2020-12-27 Bo PengDoc: fix typos.
2020-12-27 Bo PengDoc: fix typos in docs.
2020-12-26 Tatsuo IshiiDoc: fix a few typos in Japanese release notes.
2020-12-25 Muhammad UsamaDoc: few typo fixes.
2020-12-23 Tatsuo IshiiDoc: fix typo in the 4.2.1 release note.
2020-12-23 Bo PengPrepare 4.2.1. V4_2_1 V4_2_1_RPM
2020-12-23 Bo PengDoc: update doc version.
2020-12-23 Bo PengDoc: add 4.2.1 release note.
2020-12-22 Bo PengChange all of the pgpool.conf samples socket path to...
2020-12-22 Bo PengDoc: Add missing raw mode to "5.3. Clustering mode...
2020-12-22 Bo PengDoc: fix indent.
2020-12-20 Bo PengFix incorrect heartbeat related results of "pcp_pool_st...
2020-12-18 Tatsuo IshiiDoc: fix installation tips section example.
2020-12-18 Tatsuo IshiiDoc: fix usage of firewall-cmd in the installation...
2020-12-15 Muhammad UsamaUse single shared memory segment for all shared variabl...
2020-12-15 Tatsuo IshiiFix segfault when ALWAYS_PRIMARY is set but DISALLOW_TO...
2020-12-15 Bo PengDoc: fix missing configuration example of clustering...
2020-12-15 Tatsuo IshiiDoc: more language fixes.
2020-12-14 Muhammad UsamaFix for inconsistent watchdog node_id problem in wd_cli
2020-12-13 Tatsuo IshiiFix "no watchdog configuration for local pgpool node...
2020-12-13 Tatsuo IshiiFix segfault in child pgpool process in certain failbac...
2020-12-08 Muhammad UsamaDelete any pre-existing watchdog command socket file...
2020-12-04 Tatsuo IshiiFix compiler error on FreeBSD.
2020-12-02 Bo PengFix compiler error due to the previous commit.
2020-11-30 Bo PengAdd error message to the previous commit.
2020-11-30 Tatsuo IshiiFix file swapping race condition in pool_passwd.
2020-11-26 Bo PengPrepare 4.2.0. V4_2_0 V4_2_0_RPM
2020-11-26 Bo PengDoc: update release-note.
2020-11-25 Bo PengDoc: update image files.
2020-11-25 Bo PengDoc: add documentation of "Pgpool-II on Kubernetes".
2020-11-25 Muhammad UsamaRemoving strerror() call from ereports.
2020-11-24 Bo PengFix pgpool_setup to extract correct PostgreSQL version.
2020-11-20 Tatsuo IshiiDoc: fix log_standy_delay description.
2020-11-17 Bo PengDoc: add release note.
2020-11-17 Bo PengFix query rewrite syntax error of "INSERT ... ON CONFLI...
2020-11-17 Bo PengDoc: update "Aurora Configuration Example".
2020-11-12 Tatsuo IshiiSuppress a Coverity complain.
2020-11-08 Bo PengDoc: fix missing description of pgpool.conf samples.
2020-10-29 Tatsuo IshiiFix connection count when query is canceled.
2020-10-27 Bo PengPrepare 4.2beta1. V4_2_0_BETA1 V4_2_0_BETA1_RPM
2020-10-27 Bo PengUpdate Makefile.
2020-10-27 Bo PengDoc: update release note.
2020-10-27 Bo PengDoc: add escalation.sh sample script that is executed...
2020-10-26 Bo PengUse list_delete_cell instead of list_delete_ptr in...
2020-10-25 Tatsuo IshiiDoc: fix incorrect description about load balancing.
2020-10-07 Tatsuo IshiiDoc: fix typo in release 4.2 doc.
2020-10-06 Bo PengPrepare 4.2alpha1. V4_2_0_ALPHA1
2020-10-06 Bo PengDisable AM_MAINTAINER_MODE.
2020-10-06 Bo PengDoc: update 4.2 release note.
2020-10-04 Bo PengDoc: update watchdog related documentation and remove...
2020-10-03 Tatsuo IshiiDoc: mention that GSSAPI is not supported.
2020-10-03 Tatsuo IshiiDeal with GSSAPI encrypted connection request from...
2020-10-01 Bo PengAdd validation for pgpool_node_id file.
2020-09-30 Bo PengFix test 032.dml_adaptive_load_balance failure.
2020-09-30 Tatsuo IshiiDoc: fix index dupication.
2020-09-30 Tatsuo IshiiDoc: fix usable versions of PostgreSQL.
2020-09-30 Tatsuo IshiiDoc: more language cleanup.
2020-09-30 Tatsuo IshiiDoc: more language cleanup.
2020-09-30 Tatsuo IshiiFix some language cleanup mistakes.
2020-09-29 Muhammad Usamatest case for dml object level load balance support
2020-09-29 Muhammad UsamaFixing for an issue in dml object level load balance...
2020-09-25 Bo PengLogging sample scripts to pgpool stdout
2020-09-23 Tatsuo IshiiMore language cleanup.
2020-09-22 Bo PengDoc: update "Pgpool-II + Watchdog Setup Example".
2020-09-22 Bo PengDoc: update "Pgpool-II + Watchdog Setup Example" and...
2020-09-22 Tatsuo IshiiDoc: update 4.2 release notes.
2020-09-21 Bo PengFix sample config files error.
2020-09-17 Tatsuo IshiiApply language cleanup mega patch.
2020-09-16 Tatsuo IshiiAdd wd_cli Japanese doc.
2020-09-16 Muhammad UsamaDocumentation update for wd_cli utility
2020-09-16 Bo PengDoc: add more release note.
2020-09-16 Bo PengDoc: fix the incorrect description regarding the runnin...
2020-09-16 Tatsuo IshiiRefactor show pool_version and pool_processes.
2020-09-16 Tatsuo IshiiRefactor show pool_heath_check_stats.
2020-09-16 Bo PengDoc: Add relesae note 3.5.27 - 4.1.4.
2020-09-15 Bo PengFix coverity issues.
2020-09-14 Bo PengFix compiler warning.
2020-09-14 Bo PengFix Coverity issues.
2020-09-14 Tatsuo IshiiFix double free problem in send_row_description_and_dat...
2020-09-13 Tatsuo IshiiRemove unnecessary checks in some code path.
2020-09-13 Tatsuo IshiiFollow the guide line of PostgreSQL 12.4 regarding...
2020-09-13 Tatsuo IshiiDoc: remove unnecessary SQL parser additions in 4.2...
2020-09-12 Tatsuo IshiiDoc: fix English comment in the 4.2 Japanese release...
2020-09-12 Tatsuo IshiiDoc: fix more typo in 4.2 English release note.
2020-09-12 Tatsuo IshiiDoc: fix typo in release notes.
2020-09-12 Tatsuo IshiiAdd Pgpool-II 4.2 English release notes.
2020-09-11 Tatsuo IshiiDoc: Pgpool-II 4.2 release note (Japanese) almost done.
2020-09-10 Bo PengUpdate SPEC file to 4.2.
2020-09-10 Bo PengFix compiler error on some platforms.
2020-09-09 Bo PengAdd AC_PROG_CC_C99 in configure.ac file and fix build...
2020-09-08 Muhammad UsamaFix for coverity issue CID:1430581 Resource leak
2020-09-08 Tatsuo IshiiDoc: add dml-adaptive Japanese doc.
2020-09-07 Tatsuo IshiiDoc: in progress work on 4.2 release note.
2020-09-07 Bo PengFeature: Import PostgreSQL 13 beta3 new parser.
2020-09-06 Tatsuo IshiiFix relcache query sometimes sent to other than primary.
2020-09-04 Tatsuo IshiiDoc: Add "Migration to 4.2" section to 4.2 release...
2020-09-04 Tatsuo IshiiDoc: fix 4.1.0 release date.
next