pgpool2.git
2023-10-03 Tatsuo IshiiFix compiler warnings regarding DEFAULT_PGSOCKET_DIR.
2023-10-02 Tatsuo IshiiTest: add test case 080 for commit "Fix Describe()...
2023-10-02 Tatsuo IshiiFix Describe() so that it does not abort with portal...
2023-09-20 Tatsuo IshiiRemove duplication definitions of NAMEDATALEN.
2023-08-16 Bo PengPrepare 4.1.17 V4_1_17 V4_1_17_RPM
2023-08-16 Bo PengDoc: Bump version to 4.1.17
2023-08-15 Chen NingweiDoc: add release notes.
2023-08-09 Tatsuo IshiiFix covery warning.
2023-08-04 Bo PengFix find_primary_node_repeatedly doesn't terminate...
2023-08-01 Tatsuo IshiiDoc: clarify the meaning of stop mode.
2023-07-23 Muhammad UsamaInstall system exit callback only after initialization...
2023-07-14 Tatsuo IshiiTest: fix regression test 079.multi_prepare.
2023-07-13 Tatsuo IshiiFix PREPARE in multi-statement case.
2023-07-11 Bo PengDoc: Enhance SSH public key authentication setting...
2023-07-09 Tatsuo IshiiFix pgproto to work with bind message using params.
2023-06-27 Bo PengDoc: enhance online recovery documentation.
2023-06-12 Tatsuo IshiiAdd schema qualification to some system catalog inquiry...
2023-05-22 Tatsuo IshiiTest: fix occasional 069.memory_leak_extended test...
2023-05-17 Bo PengPrepare 4.1.16 V4_1_16 V4_1_16_RPM
2023-05-17 Bo PengDoc: Bump version to 4.1.16
2023-05-17 Bo PengDoc: modify release notes.
2023-05-17 Bo PengDoc: add release notes.
2023-05-12 Tatsuo IshiiFix possible dead lock with shared relation cache.
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 Bo PengUpdate src/Makefile.in.
2023-04-19 Tatsuo IshiiAdd src/utils/psqlscan.c.
2023-04-19 Tatsuo IshiiDoc: add caution to use -D option with pgpool.
2023-04-19 Tatsuo IshiiDoc: remove unnecessary restriction regarding multi...
2023-04-19 Tatsuo IshiiAllow to use multiple statements extensively.
2023-04-19 Tatsuo IshiiJudge multi statement query using psqlscan.
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-28 Tatsuo IshiiDoc: fix typo in the description of backend_application...
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.1.15 V4_1_15 V4_1_15_RPM
2023-01-21 Bo PengDoc: Bump version to 4.1.15
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-17 Tatsuo IshiiTest: tweak 028.watchdog_enable_consensus_with_half_votes.
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.
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 PengFix SPEC file typo
2022-12-23 Bo PengUpdate SPEC file to change /lib/tmpfiles.d/ file from...
2022-12-22 Bo PengPrepare 4.1.14 V4_1_14 V4_1_14_RPM
2022-12-22 Bo PengDoc: Bump doc version to 4.1.14
2022-12-22 Bo PengDoc: update repo package version.
2022-12-22 Bo PengDoc: update repo package version.
2022-12-22 Bo PengDoc: add release note.
2022-12-20 Muhammad UsamaFix for :[pgpool-hackers: 4227] Issue with failover_req...
2022-12-19 Tatsuo IshiiDoc: fix Japanese documentation to sync with English...
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-11-07 Bo PengImprove follow_primary.sh.sample script:
2022-10-27 Tatsuo IshiiDeal with idle_session_timeout.
2022-10-07 Tatsuo IshiiDoc: enhance description about memqcache_method.
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.1.13 V4_1_13 V4_1_13_RPM
2022-08-17 Bo PengDoc: update doc version.
2022-08-16 Bo PengDoc: add release notes.
2022-07-26 Tatsuo IshiiDoc: enhance description in the memory requirement...
2022-07-26 Tatsuo IshiiDoc: fix typo.
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.
next