pgpool2.git
2022-07-04 Tatsuo IshiiFix bug in query cache.
2022-07-01 Bo PengAdd ssh options to restore_command in sample scripts.
2022-06-30 Masaya KawamotoDoc: fix description about using PCP password file...
2022-06-23 Tatsuo IshiiAllow to run pgpool_setup on PostgreSQL 15.
2022-06-17 Tatsuo IshiiEnable debug1 while executing 074.bug700_memqcache_segf...
2022-06-13 Bo PengAllow pgpool_setup to test sample scripts and sample...
2022-06-13 Bo PengRename configuration parameter delegate_IP to delegate_ip.
2022-06-13 Tatsuo IshiiAdd pool_config.c to src/tools/pgmd5/.gitignore.
2022-06-06 Tatsuo IshiiAdd debug logs to print each initial shared memory...
2022-06-06 Tatsuo IshiiDoc: fix memory requirement section.
2022-06-05 Bo PengRemove spaces in sample scripts.
2022-06-05 Bo PengAllow to rewrite archive_command in sample scripts.
2022-06-05 Bo PengUpdate PSQL connection information in sample scripts.
2022-06-04 Tatsuo IshiiRevert "Enable debug1 while executing 074.bug700_memqca...
2022-06-02 Tatsuo IshiiFix segfault in end_internal_transaction().
2022-06-02 Tatsuo IshiiDoc: fix wrong explanation on memqcache_maxcache, memqc...
2022-05-31 Tatsuo IshiiWhen CloseComplete is received, foward to frontend...
2022-05-31 Muhammad UsamaSkipping useless ereport/elog calls.
2022-05-31 Tatsuo IshiiFix internal transaction handling bug in snapshot isola...
2022-05-30 Bo PengUpdated the sample scripts to allow ssh login user...
2022-05-25 Tatsuo IshiiFix accepting INET fd bug.
2022-05-21 Tatsuo IshiiEnable debug1 while executing 074.bug700_memqcache_segf...
2022-05-20 Tatsuo IshiiAdd volatile modifier to a variable used in the query...
2022-05-18 Bo PengDoc: add release notes.
2022-05-18 Bo PengDoc: move the example of "Pgpool-II on Kubernetes"...
2022-05-14 Tatsuo IshiiEnhance in stopping pgpool main process.
2022-05-10 Tatsuo IshiiFix comment.
2022-05-09 Tatsuo IshiiFix not to abort session while in failed transaction.
2022-05-09 Masaya KawamotoDoc: update configuration example.
2022-05-02 Bo PengChange the PID length of pcp_proc_count command to...
2022-04-28 Bo PengDoc: update the example output of pcp_watchdog_info.
2022-04-28 Bo PengDoc: update the example output of pcp_watchdog_info.
2022-04-28 Bo PengDoc: mention that escaping is required if you are provi...
2022-04-27 Muhammad UsamaFix for [pgpool-general: 7896] Possible race condition..
2022-04-25 Tatsuo IshiiRevert "Attempt to fix buildfarm timeout error."
2022-04-21 Tatsuo IshiiAttempt to fix buildfarm timeout error.
2022-04-21 Tatsuo IshiiAdd more logging to exit_handler in pgpool main process.
2022-04-18 Bo PengImprove regression test to detect segmentation fault.
2022-04-17 Tatsuo IshiiTest: stabilize 018.detach_primary.
2022-04-17 Tatsuo IshiiTest: enhance 074.bug700_memqcache_segfault
2022-04-14 Tatsuo IshiiFix exit_handler in pgpool main process.
2022-04-11 Masaya KawamotoFix memory leak pointed out by Coverity.
2022-04-09 Tatsuo IshiiFix pgpool child process to obtain process information.
2022-04-09 Tatsuo IshiiRevert "Fix pgpool child process to obtain process...
2022-04-09 Tatsuo IshiiFix pgpool child process to obtain process information.
2022-04-06 Tatsuo IshiiFix shared memory allocation function.
2022-04-06 Tatsuo IshiiFix possible null pointer dereference per Coverity.
2022-04-04 Tatsuo IshiiRevert "Prevent hang in terminate_all_childrens()."
2022-04-01 Tatsuo IshiiPrevent hang in terminate_all_childrens().
2022-03-29 Muhammad UsamaFix logging for disabled pool_passwd
2022-03-26 Tatsuo IshiiAdd pending signal check in check_requests().
2022-03-19 Tatsuo IshiiAllow shutdown interrupt while processing SIGCHILD...
2022-03-18 Tatsuo IshiiFix bug with pg_enc and pg_md5.
2022-03-15 Tatsuo IshiiEnhance 077.invalid_failover_node regression test.
2022-03-12 Tatsuo IshiiEnhance error message while processing parse message.
2022-03-11 Tatsuo IshiiCleanup pgpool main process logging.
2022-03-11 Tatsuo IshiiDowngrade log level of ParameterStatus message.
2022-03-10 Tatsuo IshiiFix not to include garbage in "%m" log_line_prefix.
2022-03-05 Tatsuo IshiiImplement comma separated multiple pcp listen addresses.
2022-03-04 Tatsuo IshiiFix main process exiting while performing finding prima...
2022-03-03 Muhammad UsamaFix: [pgpool-general: 8030] ... segfaults on CentOS 8
2022-03-01 Tatsuo IshiiEnhance regression test 077.invalid_failover_node.
2022-02-28 Tatsuo IshiiChange the default value of pcp_listen_addresses from...
2022-02-28 Tatsuo IshiiChange the default value of pcp_listen_addresses from...
2022-02-27 Tatsuo IshiiMore tweak regression test 077.invalid_failover_node...
2022-02-27 Bo PengDoc: update copyright year.
2022-02-25 Tatsuo IshiiMore tweak regression test 077.invalid_failover_node...
2022-02-25 Bo PengFixed follow_primary.sh.sample script to check the...
2022-02-24 Tatsuo IshiiMore tweak regression test 077.invalid_failover_node...
2022-02-24 Tatsuo IshiiAllow to specify duplicated entry in listen_addresses.
2022-02-23 Tatsuo IshiiTweak regression test 077.invalid_failover_node/test...
2022-02-23 Tatsuo IshiiImplement comma separated multiple listen addresses.
2022-02-22 Tatsuo IshiiAdd regression test case for testing "invalid degenerat...
2022-02-22 Bo PengAdd patch to enable parameters related to logging_colle...
2022-02-22 Tatsuo IshiiFix invalid degenerate backend request problem.
2022-02-17 Masaya KawamotoAdd release notes.
2022-02-10 Bo PengFixed the streaming replication check process not to...
2022-02-10 Masaya KawamotoAdd validations of wd_lifecheck_password and recovery_p...
2022-02-09 Tatsuo IshiiFix missed static declaration.
2022-02-08 Tatsuo IshiiRemove ifdef out code.
2022-02-08 Tatsuo IshiiRefactor failover().
2022-02-07 Bo PengFixed mistakes introduced in the previous commit.
2022-02-07 Bo PengFixed sample failover script.
2022-02-06 Tatsuo IshiiFix failover() to deal with the case when no former...
2022-02-06 Tatsuo IshiiFix pgpool_setup in failover scrip creation.
2022-02-02 Tatsuo IshiiAdd restriction about set_config.
2022-02-02 Tatsuo IshiiFix integer overflow problem in streaming delay check...
2022-02-02 Tatsuo IshiiFix memory leak pointed out by Coverity.
2022-02-02 Tatsuo IshiiFix health check process issues pointed out by Coverity.
2022-02-01 Muhammad UsamaAdjusting the field name in pcp_watchdog_info.
2022-01-31 Tatsuo IshiiEnhance parameter status handling.
2022-01-31 Tatsuo IshiiRevert changes accidentally included in commit f9521fe4.
2022-01-31 Tatsuo IshiiFix long standing bug with pcp_node_info.
2022-01-30 Tatsuo IshiiFix comment in libpcp_ext.h.
2022-01-29 Tatsuo IshiiChange the way to obtain replication delay when delay_t...
2022-01-28 Tatsuo IshiiAllow to specify replication delay by time.
2022-01-26 Tatsuo IshiiFix pcp_node_info hang when pgpool cannot connect to...
2022-01-18 Tatsuo IshiiAdd an extended query protocol test for flush tracking.
2022-01-18 Tatsuo IshiiImplement flush tracking feature.
2022-01-17 Tatsuo IshiiEnhance pgproto.
next