pgpool2.git
2023-05-17 Bo PengDoc: Bump version to 4.0.23
2023-05-17 Bo PengDoc: modify release notes.
2023-05-17 Bo PengDoc: add release notes.
2023-05-12 Tatsuo IshiiTest: stabilize some tests.
2023-04-30 Tatsuo IshiiTest: fix regress.sh to show correct number of total...
2023-04-25 Chen NingweiDoc: add explanation for wd_priority.
2023-04-19 Tatsuo IshiiDoc: add restriction regarding PREPARE/EXECUTE/DEALLOCATE.
2023-04-19 Tatsuo IshiiDoc: add caution to use -D option with pgpool.
2023-04-15 Tatsuo IshiiTest: skip the test if there's no test.sh.
2023-04-14 Bo PengDoc: Enhancing installation documentation.
2023-04-13 Tatsuo IshiiFix a compile error in previous commit.
2023-04-13 Bo PengDoc: remove the configuration of "- D" start OPTS from...
2023-04-13 Tatsuo IshiiFix occasional 005.jdbc test failure.
2023-04-03 Tatsuo IshiiDoc: add index for online recovery.
2023-03-30 Tatsuo IshiiMore schema qualification fix.
2023-03-28 Tatsuo IshiiUse schema qualification for internal queries.
2023-03-22 Tatsuo IshiiFix compile error on systems using musl libc.
2023-02-22 Tatsuo IshiiDoc: mention that AES256 support requires --with-openss...
2023-02-21 Tatsuo IshiiDoc: add index for "AES256".
2023-02-21 Tatsuo IshiiDoc: explicitly stat that it is -w option of pcp comman...
2023-02-05 Tatsuo IshiiFix multiple query cache bug.
2023-02-05 Tatsuo IshiiFix sr worker to not send wrong query to standby server...
2023-02-01 Tatsuo IshiiDoc: enhance show pool_cache manual.
2023-01-31 Tatsuo IshiiFix kind mimatch error with DEALLOCATE
2023-01-28 Tatsuo IshiiTest: fix 071.execute_and_deallocate test.
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
next