pgpool2.git
2022-11-22 Bo PengDoc: update release note.
2022-11-21 Bo PengFix typo in sample configuration file.
2022-11-21 Bo PengFix "show pool_status" command doesn't show the new...
2022-11-13 Bo PengTest: update sample scripts directory.
2022-11-12 Bo PengDoc: update documentation.
2022-11-12 Bo PengUpdate src/pgpool.spec to delete %tmpfiles_create.
2022-11-11 Bo PengEnable AM_MAINTAINER_MODE on master branch.
2022-11-11 Bo PengDisable AM_MAINTAINER_MODE.
2022-11-11 Bo PengDoc: update 4.4 release note.
2022-11-11 Bo PengDoc: add Japanese documentation of process management.
2022-11-09 Muhammad Usama[New-Feature] Dynamic spare process management
2022-11-07 Bo PengUpdate Makefile and configure files to remove doc.zh...
2022-11-07 Bo PengRemove out-of-date doc.zh-cn directory.
2022-11-07 Bo PengImprove follow_primary.sh.sample script:
2022-11-06 Bo PengTest: update src/test/pgpool_setup.in
2022-11-06 Bo PengUpdate src/redhat/pgpool_socket_dir.patch
2022-11-06 Tatsuo IshiiUpdate comments in pgpool.conf.
2022-11-05 Bo PengUpdate src/pgpool.spec:
2022-11-04 Takuma HoshiaiAdd trusted_server_command parameter
2022-10-27 Bo PengDoc: update Pgpool-II 4.4 release note.
2022-10-27 Bo PengDoc: Update documentation of AWS configuration example...
2022-10-27 Tatsuo IshiiDeal with idle_session_timeout.
2022-10-07 Tatsuo IshiiDoc: enhance description about memqcache_method.
2022-10-05 Tatsuo IshiiDoc: first cut of Pgpool-II 4.4 release note.
2022-10-03 Tatsuo IshiiFix comment in is_select_query().
2022-09-30 Muhammad UsamaFix: Setting memory cache size greater than 2GB causes...
2022-09-26 Tatsuo IshiiFix to to use NIL to judge a List is empty or not.
2022-09-24 Tatsuo IshiiFix query cache.
2022-09-24 Tatsuo IshiiRemove unused semaphore number.
2022-09-23 Tatsuo IshiiFix rare segfaults in pcp_proc_info, SHOW pool_pools...
2022-09-22 Tatsuo IshiiFix coding style.
2022-09-22 Bo PengRemove unused variable.
2022-09-22 Tatsuo IshiiFix coding style.
2022-09-21 Bo PengFeature: Import PostgreSQL 15 BETA4 new parser.
2022-09-19 Tatsuo IshiiReplace exclusive locking with shared locking in query...
2022-09-14 Tatsuo IshiiDeal with SSL error SSL_ERROR_ZERO_RETURN.
2022-09-14 Masaya KawamotoFix memory leak.
2022-09-12 Masaya KawamotoFix to not allow Unix-domain socket paths with invalid...
2022-09-12 Tatsuo IshiiUse $HOME/tmp or $HOME for the second Unix domain path.
2022-08-29 Bo PengApply changes introduced in the previous commit 50cc6f1...
2022-08-28 Tatsuo IshiiDoc: mention that health check process may use SSL.
2022-08-27 Bo PengApply changes introduced in the previous commit to...
2022-08-26 Tatsuo IshiiRetire pool_string module.
2022-08-18 Bo PengDoc: fix typo.
2022-08-16 Bo PengDoc: add release notes.
2022-08-04 Masaya KawamotoFix possible memory overrun in allocation of fds.
2022-08-04 Masaya KawamotoFix memory leak pointed out by Coverity
2022-07-26 Tatsuo IshiiDoc: enhance description in the memory requirement...
2022-07-26 Tatsuo IshiiDoc: fix typo.
2022-07-22 Masaya KawamotoRename regression test 035.
2022-07-20 Masaya KawamotoSupport for unix_socket_directories and related parameters
2022-07-19 Tatsuo IshiiDoc: mention that certain SELECTs are not cached.
2022-07-10 Tatsuo IshiiTest: print Pgpool-II version in the regression test.
2022-07-10 Tatsuo IshiiFix pgpool_recovery extension script.
2022-07-09 Tatsuo IshiiTest: Fix regression test script to look for pgpool...
2022-07-06 Tatsuo IshiiFix to not cache SELECT having functions with return...
2022-07-05 Tatsuo IshiiFix query cache to not cache timestamptz and timetz...
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.
next