pgpool2.git
2018-08-16 Muhammad UsamaDocumentation for allow_clear_text_frontend_auth config... SCRAM_AUTH
2018-08-15 Muhammad UsamaDocumentation for SCRAM and CERT authentication feature.
2018-08-09 Muhammad UsamaFixing the issue where sometimes the cached connections...
2018-08-08 Muhammad UsamaEncrypted password support for Pgpool-II internal backe...
2018-08-07 Muhammad Usamaadding support for scram authentication in health_check...
2018-08-07 Muhammad Usamaenabling pgpool_setup to create pool_hba.conf for regre...
2018-08-06 Muhammad UsamaMerge branch 'SCRAM_AUTH' of ssh://git.postgresql.org...
2018-08-06 Muhammad Usamaadding the support for using and storing the encrypted...
2018-08-06 Muhammad Usamaadding scram and md5 auth test cases
2018-08-06 Muhammad Usamasome misc code cleanups
2018-08-06 Muhammad UsamaAdd new Pgpool-II config parameter allow_clear_text_fro...
2018-08-06 Muhammad UsamaDo not throw the FATAL error when the ssl server side...
2018-08-06 Muhammad UsamaMore for SCRAM authentication support, This commit...
2018-08-06 Muhammad UsamaThe initial commit for SCRAM authentication support...
2018-08-05 Tatsuo IshiiFix segfault when node 0 is in down status.
2018-08-03 Tatsuo IshiiFix typos in documents and scripts.
2018-08-02 Tatsuo IshiiFix redundant messages in log_client_messages.
2018-08-01 Tatsuo IshiiFix redundant messages when log_client_messages is...
2018-07-31 Tatsuo IshiiFix compiler error if HAVE_ASPRINTF is not defined.
2018-07-31 Tatsuo IshiiFix badly formatted comment out line.
2018-07-31 Tatsuo IshiiFix configure.ac to remove generating src/sql/pgpool_ad...
2018-07-31 Tatsuo IshiiRemove unnecessary files.
2018-07-31 Tatsuo IshiiAdd missing last newline.
2018-07-31 Bo PengAdd release-notes 3.3.22-3.7.5.
2018-07-27 Tatsuo IshiiAdd new log_client_messages directive.
2018-07-24 Bo PengFix document typos.
2018-07-24 Bo PengFix document typo.
2018-07-20 Muhammad Usamaadding the support for using and storing the encrypted...
2018-07-13 Tatsuo IshiiFix accessing already freed data in extended query.
2018-07-11 Tatsuo IshiiTry to reduce the chance of regression 006.memcache...
2018-07-10 Tatsuo IshiiAllow not to use pool_passwd in raw mode.
2018-07-10 Tatsuo IshiiFix broken markup of client-auth.sgml.
2018-07-09 Tatsuo IshiiAllow to display Pgpool-II child process id and Postgre...
2018-07-09 Tatsuo IshiiFix compile error when build with PostgreSQL 9.6 or...
2018-07-04 Tatsuo IshiiAdd role, replication_delay and last_status_change...
2018-07-04 Tatsuo IshiiFix "write on backend 0 failed with error :"Success...
2018-07-03 Muhammad UsamaFix for 0000409: worker process is not restarted after...
2018-07-03 Tatsuo IshiiSync pcp_node_info with pgpool show command.
2018-06-28 Muhammad UsamaFix for 0000406: failover called with old-primary = -1
2018-06-28 Tatsuo IshiiFix find_primary_node() return value in commit f0631a6.
2018-06-24 Tatsuo IshiiFix memory leak.
2018-06-22 Tatsuo IshiiStart health check process at failback.
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-18 Bo PengAdd missed src/config/pool_config.c by commit 83906d1d5...
2018-06-18 Bo PengFix memory leak pointed out by Coverity.
2018-06-16 Tatsuo IshiiFix memory leaks and null dereference pointed out by...
2018-06-15 Tatsuo IshiiAdd missing docs and samples for disable_load_balance_o...
2018-06-14 Muhammad UsamaFix for wrong backend roles on standby after the failover
2018-06-14 Bo PengAdd new feature to enable specifying SQL patterns lists...
2018-06-12 Tatsuo IshiiAdd "last_status_change" column to "show pool_nodes...
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 PengAdd release-notes 3.7.4 - 3.4.18.
2018-05-31 Tatsuo IshiiFix pgpool hung when query cache enabled in extended...
2018-05-30 Bo PengFix document typo of PCP commands option "-U".
2018-05-28 Tatsuo IshiiFix comment typo.
2018-05-24 Bo PengDelete some debug code.
2018-05-24 Tatsuo IshiiFix pgpool main process segfault when PostgreSQL 9...
2018-05-24 Tatsuo IshiiDo not set writing tx flag with SET TRANSACTION READ...
2018-05-23 Tatsuo IshiiFix wrong parameter passed to failover script.
2018-05-21 Bo PengFix regression test error.
2018-05-18 Tatsuo IshiiRevert "Improve failover.sh of pgpool_setup to avoid...
2018-05-17 Tatsuo IshiiClarify that failover_require_consensus requires that...
2018-05-17 Bo PengImprove failover.sh of pgpool_setup to avoid test error.
2018-05-15 Tatsuo IshiiFix fail to handle replication slot environment variable.
2018-05-10 Muhammad Usamaadding scram and md5 auth test cases
2018-05-10 Muhammad Usamasome misc code cleanups
2018-05-10 Tatsuo IshiiFix pgpool_setup when -r option is used.
2018-05-09 Tatsuo IshiiAdd -r option to pgpool_setup to allow use of pg_rewind.
2018-05-09 Tatsuo IshiiUpdate outdated pcp_proc_info manual.
2018-05-08 Tatsuo IshiiFix test.sh in extended_query_test.
2018-05-07 Tatsuo IshiiDowngrade most of DEBUG1 messages to DEBUG5.
2018-05-04 Tatsuo IshiiFix pgpool_setup to make replication slots properly.
2018-05-04 Tatsuo IshiiAdd missing health_check_timeout in pgpool_setup.
2018-05-04 Tatsuo IshiiUpdate 1st/2nd stage online recovery doc.
2018-05-04 Tatsuo IshiiEnhance online recovery document.
2018-05-02 Muhammad UsamaAdd new Pgpool-II config parameter allow_clear_text_fro...
2018-04-26 Muhammad UsamaDo not throw the FATAL error when the ssl server side...
2018-04-26 Tatsuo IshiiSet max_replication_slots when -s option is specified.
2018-04-26 Tatsuo IshiiFix variable substitution bug.
2018-04-25 Muhammad UsamaMore for SCRAM authentication support, This commit...
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...
next