pgpool2.git
2020-07-22 Bo PengFix typos.
2020-07-21 Muhammad UsamaNew feature: dml dml object level load balance support
2020-07-17 Tatsuo IshiiDoc: fix explanation about how to decide load balance...
2020-07-16 Tatsuo IshiiDoc: fix typo in memqcache doc.
2020-07-14 Tatsuo IshiiPrevent data modifying CTE to be cached.
2020-07-10 Bo Peng Doc: update "Installation from RPM" section.
2020-07-09 Tatsuo IshiiFix pgpool hang in a corner case.
2020-07-08 Tatsuo IshiiFix per_node_error_log() so that it respects unread...
2020-07-07 Bo PengFix coverity SSL memory leak errors.
2020-07-07 Tatsuo IshiiFix lazy coding of ereport in pgpool_adm extension.
2020-07-06 Tatsuo IshiiAllow to use argument names in pgpool_adm functions.
2020-07-03 Tatsuo IshiiChange pgpool_setup so that log_line_prefix includes...
2020-07-03 Tatsuo IshiiUnbreak 010.rewrite_timestamp test.
2020-07-03 Tatsuo IshiiDoc: add logging collector Japanese doc.
2020-07-02 Muhammad UsamaFix for log messages from child processes printing...
2020-07-02 Muhammad UsamaFix coverity warnings
2020-07-02 Tatsuo IshiiDoc: allow units to be specified with configuration...
2020-07-02 Tatsuo IshiiChange unit used in authentication_timeout.
2020-07-02 Tatsuo IshiiAdd public API to invalidate query cache by table/datab...
2020-07-01 Tatsuo IshiiLet pgpool_setup set REPEATABLE READ while creating...
2020-06-29 Tatsuo IshiiDoc: fix typo in the explanation of pgpool_adm.
2020-06-29 Tatsuo IshiiDoc: fix illegal character in failover.sgml.
2020-06-29 Muhammad UsamaDocumentation updates for log collector
2020-06-29 Tatsuo IshiiFix typo in query cache module.
2020-06-27 Tatsuo IshiiAllow to use snapshot isolation mode with extended...
2020-06-26 Muhammad UsamaAdding log collector
2020-06-26 Tatsuo IshiiFix startup packet reading process.
2020-06-26 Takuma HoshiaiAdd support for LDAP authentication between client...
2020-06-25 Tatsuo IshiiFix load balance in snapshot isolation mode.
2020-06-25 Tatsuo IshiiSet application name in pcp process.
2020-06-23 Takuma HoshiaiDoc: add note about auto_failback
2020-06-22 Tatsuo IshiiAllow to SELECT load balance in snapshot isolation...
2020-06-22 Takuma HoshiaiFix miscount of connection_count
2020-06-20 Tatsuo IshiiAdd regression test for snapshot isolation mode.
2020-06-19 Tatsuo IshiiFix bugs in snapshot isolation mode.
2020-06-19 Muhammad UsamaAllow units to be specified with configuration settings.
2020-06-19 Tatsuo IshiiAdd new clustering mode "snapshot isolation mode".
2020-06-05 Tatsuo IshiiDoc: add an untranslated sentence in auto_failback.
2020-06-04 Tatsuo IshiiDoc: Japanese documentation for new pcp_reload_config...
2020-06-03 Muhammad UsamaEnglish Documentation for pcp_reload_config utility
2020-06-02 Takuma HoshiaiFix incorrect execution of failover process
2020-06-01 Bo PengDoc: fix typo.
2020-05-30 Tatsuo IshiiDoc: fix typo in failover document.
2020-05-27 Tatsuo IshiiFix 004.watchdog test crash on IBM Z hardware.
2020-05-24 Tatsuo IshiiFix 021.pool_passwd_auth test failure.
2020-05-23 Tatsuo IshiiDoc: mention about environment variable PGPOOLKEYFILE...
2020-05-23 Tatsuo IshiiEnhance scram/md5 auth regression test to use AES256...
2020-05-23 Tatsuo IshiiDoc: add explanation about .pgpoolkey.
2020-05-22 Bo PengDoc: Improve the description of wd_priority.
2020-05-22 Tatsuo IshiiAdd mention about hostssl/hostnossl to pool_hba.conf...
2020-05-21 Muhammad UsamaNew PCP utility 'pcp_reload_pgpool' for reloading the...
2020-05-18 Bo PengDoc: Add release-note.
2020-05-18 Bo PengChange relative path of SSL files to configuration...
2020-05-10 Bo PengDoc: Add note about if_up_cmd and if_down_cmd command.
2020-05-06 Tatsuo IshiiDoc: add --scope option to Japanese pcp_stop_pgpool...
2020-05-05 Muhammad UsamaFix: 0000608: pgpool ssl front end accept all ciphers...
2020-05-04 Muhammad UsamaNew feature: cluster scope for pcp_stop_pgpool utility...
2020-05-04 Muhammad UsamaSome code reorganization
2020-05-04 Tatsuo IshiiFix extended query tests.
2020-04-28 Takuma HoshiaiImprove process status of extend query
2020-04-26 Tatsuo IshiiDowngrade too verbose authentication logs.
2020-04-26 Tatsuo IshiiRemove duplicate global data.
2020-04-23 Tatsuo IshiiFix unnecessary checks.
2020-04-23 Tatsuo IshiiDoc: fix typo.
2020-04-20 Tatsuo IshiiForgot to push file in previous commit.
2020-04-18 Tatsuo IshiiFix unnecessary free pointed out by Coverity.
2020-04-18 Tatsuo IshiiFix array access overrun pointed out by Coverity.
2020-04-16 Muhammad UsamaFix for segmentation fault in PCP processor: Bug 598
2020-04-15 Bo PengDoc: fix doc mistakes.
2020-04-15 Tatsuo Ishii Fix a warning message is never output in watchdog.
2020-04-14 Muhammad UsamaFix for Coverity scan defect: 1424125 Resource leak
2020-04-12 Tatsuo IshiiDoc: fix typo in failover.sgml.
2020-04-11 Tatsuo IshiiFix pool show command code.
2020-04-07 Bo PengFix compile warning.
2020-04-07 Tatsuo IshiiDoc: fix typo.
2020-04-07 Muhammad UsamaMinor improvement in configure script
2020-04-07 Tatsuo IshiiAllow to set application name parameter of log_line_pre...
2020-04-05 Bo PengFeature: Add support for an user/password input file...
2020-04-05 Bo PengDoc: fix document typos.
2020-04-06 Muhammad UsamaFix for [pgpool-general: 6951] Fix-condition-tok-is...
2020-04-01 Tatsuo IshiiAdd support for SSL passphrase.
2020-03-31 Tatsuo IshiiAdd regression test for previous commit.
2020-03-31 Tatsuo IshiiFix bug with query cache.
2020-03-30 Tatsuo IshiiAdd support for SSL passpharse.
2020-03-30 Tatsuo IshiiAdd support for SSL passphrase.
2020-03-23 Tatsuo IshiiMore attempt to fix 024.cert_auth failure.
2020-03-19 Tatsuo IshiiFix 024.cert_auth regression failure on CentOS6.
2020-03-18 Tatsuo IshiiAdd support for an user/password input file to pg_enc.
2020-03-16 Tatsuo IshiiFix long standing bug in backend flag configuration...
2020-03-14 Tatsuo IshiiAdd support for SSL CRL (Certificate Revocation List).
2020-03-13 Tatsuo IshiiFix problems in watchdog processing json data.
2020-03-12 Tatsuo IshiiFix SCRAM auth handling bug.
2020-03-11 Tatsuo IshiiFix possible data inconsistency in native replication...
2020-03-07 Bo PengUpdate src/Makefile.in.
2020-03-09 Tatsuo IshiiUnify master_slave_mode, master_slave_sub_mode and...
2020-03-05 Bo PengUpdate pool_config.c.
2020-03-05 pengbo@sraoss... Fix watchdog ping probes fail with long hostnames due...
2020-03-02 Tatsuo IshiiDoc: enhance installation documents.
2020-02-27 Tatsuo IshiiDoc: explicitly mention that Pgpool-II needs 3 nodes...
2020-02-27 Tatsuo IshiiDoc: enghance description of failover.
next