pgpool2.git
2023-01-28 Tatsuo IshiiTest: refactor 071.execute_and_deallocate/test.sh.
2023-01-28 Tatsuo IshiiTest: fix indentation for further refactoring.
2023-01-21 Bo PengPrepare 4.0.22 V4_0_22 V4_0_22_RPM
2023-01-21 Bo PengDoc: Bump version to 4.0.22
2023-01-21 Bo PengDoc: update copy right.
2023-01-21 Bo PengDoc: Add release notes.
2023-01-21 Bo PengChange the default value for wd_lifecheck_password...
2023-01-21 Bo PengDo not expose wd_lifecheck_password in show pool_status...
2023-01-16 Bo PengAdd patch files to EXTRA_DIST.
2023-01-16 Bo PengRemove pgpool-II-head.patch from SPEC file.
2023-01-09 Tatsuo IshiiFix comment about POOL_CACHE_ITEM_HEADER in query cache...
2023-01-09 Tatsuo IshiiAdd comment to query cache module header file.
2023-01-06 Tatsuo IshiiDoc: enhance "Configurations to use shared memory"...
2022-12-25 Bo PengFix SPEC file typo.
2022-12-25 Bo PengFix SPEC file typo.
2022-12-25 Bo PengFix SPEC file typo.
2022-12-24 Tatsuo IshiiFix compiler warning.
2022-12-23 Bo PengFix SPEC file typo.
2022-12-23 Bo PengUpdate SPEC file to change /lib/tmpfiles.d/ file from...
2022-12-22 Bo PengPrepare 4.0.21 V4_0_21 V4_0_21_RPM
2022-12-22 Bo PengDoc: Bump doc version to 4.0.21
2022-12-22 Bo PengDoc: update repo package version.
2022-12-22 Bo PengDoc: add release note.
2022-12-22 Tatsuo IshiiDoc: enhance description about memqcache_method.
2022-12-20 Muhammad UsamaFix for :[pgpool-hackers: 4227] Issue with failover_req...
2022-12-17 Bo PengAllow to define PGPOOLDIR uing environment variable.
2022-12-10 Tatsuo IshiiFix typo in comments.
2022-12-03 Bo PengDowngrade LOG messages "new IPC connection received...
2022-11-24 Tatsuo IshiiFix not to print warnings of use of backslashes in...
2022-10-27 Tatsuo IshiiDeal with idle_session_timeout.
2022-10-05 Tatsuo IshiiDeal with SSL error SSL_ERROR_ZERO_RETURN.
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-23 Tatsuo IshiiFix rare segfaults in pcp_proc_info, SHOW pool_pools...
2022-09-12 Masaya KawamotoFix to not allow Unix-domain socket path with invalid...
2022-08-28 Tatsuo IshiiDoc: mention that health check process may use SSL.
2022-08-18 Bo PengDoc: fix typo.
2022-08-17 Bo PengPrepare 4.0.20 V4_0_20 V4_0_20_RPM
2022-08-17 Bo PengDoc: update doc version.
2022-08-16 Bo PengDoc: add release notes.
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-09 Tatsuo IshiiTest: Fix regression test script to look for pgpool...
2022-07-05 Tatsuo IshiiFix query cache to not cache timestamptz and timetz...
2022-07-04 Tatsuo IshiiFix bug in query cache.
2022-06-30 Masaya KawamotoDoc: fix description about using PCP password file...
2022-06-26 Tatsuo IshiiAllow to run pgpool_setup on PostgreSQL 15.
2022-06-13 Tatsuo IshiiAdd pool_config.c to src/tools/pgmd5/.gitignore.
2022-06-02 Tatsuo IshiiDoc: fix wrong explanation on memqcache_maxcache, memqc...
2022-05-20 Tatsuo IshiiAdd volatile modifier to a variable used in the query...
2022-05-18 Bo PengPrepare 4.0.19 V4_0_19 V4_0_19_RPM
2022-05-18 Bo PengDoc: update doc version.
2022-05-18 Bo PengDoc: add release notes.
2022-05-16 Tatsuo IshiiEnhance in stopping pgpool main process.
2022-05-10 Tatsuo IshiiFix comment.
2022-05-09 Masaya KawamotoDoc: update configuration example.
2022-05-02 Bo PengChange the PID length of pcp_proc_count command to...
2022-05-01 Muhammad UsamaFix for [pgpool-general: 7896] Possible race condition..
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-18 Bo PengImprove regression test to detect segmentation fault.
2022-04-17 Tatsuo IshiiTest: enhance 074.bug700_memqcache_segfault
2022-04-16 Tatsuo IshiiFix exit_handler in pgpool main process.
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-12 Tatsuo IshiiEnhance error message while processing parse message.
2022-03-11 Tatsuo IshiiDowngrade log level of ParameterStatus message.
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-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 Bo PengDoc: update copyright year.
2022-02-25 Muhammad UsamaAdjusting the field name in pcp_watchdog_info.
2022-02-17 Masaya KawamotoPrepare 4.0.18 V4_0_18 V4_0_18_RPM
2022-02-17 Masaya KawamotoAdd relase notes.
2022-02-13 Tatsuo IshiiEnhance parameter status handling.
2022-02-10 Bo PengFixed the streaming replication check process not to...
2022-02-10 Tatsuo IshiiFix missed static declaration.
2022-02-06 Tatsuo IshiiFix mistake in previous commit for pgpool_setup.in.
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 memory leak pointed out by Coverity.
2022-02-02 Tatsuo IshiiFix health check process issues pointed out by Coverity.
2022-01-31 Tatsuo IshiiFix long standing bug with pcp_node_info.
2022-01-13 Bo PengTest: fix pgpool_setup and watchdog_setup binary PATH...
2022-01-12 Bo PengUpdate Makefile.in
2022-01-07 Tatsuo IshiiAllow to run regression test against existing installat...
2022-01-07 Tatsuo IshiiDoc: add restriction regarding ParameterStatus and...
2022-01-06 Tatsuo IshiiSuppress message length log for in_hot_standby.
2022-01-04 Bo PengDoc: add "exclude" settings to /etc/yum.repos.d/pgdg...
2022-01-04 pengboDoc: fix documentation typos.
2021-12-23 Masaya KawamotoDoc: fix release notes.
2021-12-22 Masaya KawamotoPrepare 4.0.17 V4_0_17 V4_0_17_RPM
2021-12-22 Masaya KawamotoAdd release notes.
2021-12-11 Tatsuo IshiiRevert "Add validations of wd_lifecheck_password and...
2021-12-10 Masaya KawamotoAdd validations of wd_lifecheck_password and recovery_p...
2021-12-10 Tatsuo IshiiDoc: fix typo in pcp_watchdog_info manual.
2021-12-03 Tatsuo IshiiSuppress bison warnings regarding yacc incompatibility.
next