pgpool2.git
2024-08-09 Tatsuo IshiiFix bug in replication mode and snapshot isolation...
2024-08-06 Bo PengPrepare 4.1.21 V4_1_21 V4_1_21_RPM
2024-08-06 Bo PengDoc: Bump version to 4.1.21
2024-08-06 Bo PengDoc: add release notes.
2024-08-04 Tatsuo IshiiRemove unnecessary code surrounded by ifdef NOT_USED.
2024-08-04 Tatsuo IshiiRemove unnecessary code surrounded by ifdef NOT_USED.
2024-08-04 Tatsuo IshiiComment: fix typo in comment.
2024-08-03 Tatsuo IshiiFix compile error.
2024-08-03 Tatsuo IshiiUse psprintf() instead of snprintf().
2024-08-01 Bo PengUse "psql -V" instead of "initdb -V" in sample scripts.
2024-07-30 Tatsuo IshiiFix hang after a flush message received.
2024-07-27 Tatsuo IshiiRemove dead code.
2024-07-22 Tatsuo IshiiFix another segmentation fault.
2024-06-21 Tatsuo IshiiFix segfault to not use MAIN_NODE macro.
2024-06-21 Tatsuo IshiiFix MAIN_NODE macro (actually pool_virtual_main_db_node...
2024-06-19 Bo PengDoc: add the missing default values for virtual IP...
2024-06-12 Tatsuo IshiiFix segfault in a child process.
2024-06-11 Muhammad UsamaFix: 823: Watchdog dies and kills pgpool2 when network...
2024-06-07 Tatsuo IshiiMega typo fix for docs and program source codes.
2024-06-04 Tatsuo IshiiFix psql_scan crash.
2024-05-20 Bo PengDelete unnecessary if branch.
2024-05-16 Bo PengDoc: update Copyright.
2024-05-14 Bo PengPrepare 4.1.20 V4_1_20 V4_1_20_RPM
2024-05-14 Bo PengDoc: Bump version to 4.1.20
2024-05-14 Bo PengDoc: add release notes.
2024-05-07 Bo PengDoc: fix documentation typos.
2024-04-04 Tatsuo IshiiFix assorted causes of segmentation fault.
2024-04-03 Tatsuo IshiiFix uninitialized memory error.
2024-04-03 Bo PengDoc: enhance "Upstream server connection" documentation.
2024-04-02 Tatsuo IshiiFix errors/hung up when load_balance_mode is off.
2024-03-28 Masaya KawamotoDoc: language cleanup in Japanese document
2024-03-25 Tatsuo IshiiFix compile errors with certain CFLAGS.
2024-03-25 Bo PengFixed comments in sample pgpool.conf.
2024-03-21 Tatsuo IshiiAllow reset queries to run even if extended queries...
2024-03-18 Tatsuo IshiiGuard against inappropriate protocol data.
2024-03-16 Bo PengTest: fix test failure introduced in the previous commit.
2024-03-15 Bo PengTest: fixed regression test 005.jdbc to avoid Java...
2024-02-29 Bo PengDoc: update copy right.
2024-02-27 Bo PengPrepare 4.1.19 V4_1_19 V4_1_19_RPM
2024-02-27 Bo PengDoc: update document version.
2024-02-27 Bo PengDoc: add release notes.
2024-02-27 Bo PengRemove restore_command from sample scripts.
2024-02-26 Bo PengFix the default value of recovery_user.
2024-02-26 Tatsuo IshiiDoc: fix Japanese watchdog document.
2024-02-26 Tatsuo IshiiDoc: fix English watchdog document.
2024-02-10 Tatsuo IshiiFix statement_level_load_balance with BEGIN etc.
2024-01-09 Bo PengTest: now it will be displayed in the log if segfault...
2023-11-29 Bo PengPrepare 4.1.8 V4_1_18 V4_1_18_RPM
2023-11-29 Bo PengDoc: add release notes of 4.0.25-4.1.18.
2023-11-29 Bo PengDoc: update "Pgpool-II + Watchdog Setup Example" to...
2023-11-17 Bo PengModify the replication slot name conversion in sample...
2023-10-09 Tatsuo IshiiTest: fix 080.declare test in V4.1.
2023-10-06 Tatsuo IshiiFix breakage in making pgpool_adm.
2023-10-04 Tatsuo IshiiRemove unnecessary logging line.
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...
next