pgpool2.git
2024-11-09 Tatsuo IshiiFix Pgpool-II child process crash during shutdown.
2024-11-09 Tatsuo IshiiRevert "Fix Pgpool-II child process crash during shutdown."
2024-11-08 Tatsuo IshiiFix Pgpool-II child process crash during shutdown.
2024-10-26 Tatsuo IshiiFix sporadic health check failures due to authenticatio...
2024-10-22 Tatsuo IshiiOptimize query cache invalidation for ALTER ROLE.
2024-10-03 Bo PengDoc: Fix typos in the documentation and sample configur...
2024-09-18 Tatsuo IshiiFix pgpool crash when pgpool child process exits.
2024-09-14 Tatsuo IshiiFix resource leaks in pool_memqcache.c.
2024-09-14 Tatsuo IshiiFix pool_push_pending_data().
2024-09-14 Tatsuo IshiiFix another bug in native replication/snapshot isolatio...
2024-09-14 Tatsuo IshiiFix bug in replication/snapshot isolation mode.
2024-09-10 Tatsuo IshiiFix resource leaks in pool_memqcache.c.
2024-09-07 Bo PengPrepare 4.5.4 V4_5_4 V4_5_4_RPM
2024-09-07 Bo PengDoc: Bump version to 4.5.4
2024-09-07 Bo PengDoc: add release notes.
2024-09-07 Bo PengFix multiple query cache vulnerabilities (CVE-2024...
2024-08-25 Tatsuo IshiiRevert "Doc: mention that reloading is not necessary...
2024-08-20 Tatsuo IshiiDoc: mention that reloading is not necessary when pool_...
2024-08-11 Tatsuo IshiiFix another bug in replication mode and snapshot isolat...
2024-08-09 Tatsuo IshiiFix bug in replication mode and snapshot isolation...
2024-08-06 Bo PengPrepare 4.5.3 V4_5_3 V4_5_3_RPM
2024-08-06 Bo PengDoc: Bump version to 4.5.3
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 IshiiUse psprintf() instead of snprintf().
2024-08-01 Bo PengUse "psql -V" instead of "initdb -V" in sample scripts.
2024-08-01 Bo PengDoc: Add the criteria for selecting processes to be...
2024-07-30 Tatsuo IshiiFix hang after a flush message received.
2024-07-30 Tatsuo IshiiDoc: enhance failover document.
2024-07-27 Tatsuo IshiiRemove dead code.
2024-07-22 Tatsuo IshiiFix another segmentation fault.
2024-07-19 Tatsuo IshiiFix dynamic process management.
2024-06-28 Bo PengFixed segmentation fault at parsing config file.
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-20 Tatsuo IshiiFix typo in comment.
2024-06-19 Bo PengDoc: add the missing default values for virtual IP...
2024-06-14 Tatsuo IshiiFix "show pool_processes" to not show row description...
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-10 Tatsuo IshiiFix "pgpool reset" command not working if watchdog...
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-15 Bo PengUpdate pgpool.spec changelog. V4_5_2 V4_5_2_RPM
2024-05-14 Bo PengPrepare 4.5.2
2024-05-14 Bo PengDoc: Bump version to 4.5.2
2024-05-14 Bo PengDoc: add release notes.
2024-05-07 Bo PengDoc: fix documentation typos.
2024-05-01 Bo PengFixed compiler error with -Werror=implicit-function...
2024-04-18 Bo PengFix pgpool.spec.
2024-04-04 Tatsuo IshiiFix segfault in pgpool main process.
2024-04-04 Tatsuo IshiiFix assorted causes of segmentation fault.
2024-04-04 Tatsuo IshiiTest: fix 037.failover_session.
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-27 Masaya KawamotoDoc: add the note about using pcp_promote_node when...
2024-03-25 Tatsuo IshiiFix compile errors with certain CFLAGS.
2024-03-25 Bo PengFixed comments in sample pgpool.conf.
2024-03-21 Takuma HoshiaiRemove a file under config directory.
2024-03-21 Tatsuo IshiiAllow reset queries to run even if extended queries...
2024-03-21 Takuma HoshiaiFix a compiler warning
2024-03-20 Takuma HoshiaiFix memory leak pointed out by Coverity.
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.5.1 V4_5_1 V4_5_1_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 values.
2024-02-26 Tatsuo IshiiDoc: fix Japanese watchdog document.
2024-02-26 Tatsuo IshiiDoc: fix English watchdog document.
2024-02-22 Tatsuo IshiiFix to use forward declation of a variable.
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-12-25 Tatsuo IshiiTest: enhance 037.failover_session/test.sh.
2023-12-21 Bo PengDoc: fix delay_threshold_by_time document mistake.
2023-12-11 Bo PengPrepare 4.5.0 V4_5_0 V4_5_0_RPM
2023-12-11 Bo PengDoc: update 4.5 release note and doc version.
2023-12-11 Tatsuo IshiiFix 4.5 release note.
2023-12-07 Tatsuo IshiiRemove duplicate definition of TransactionId.
2023-11-29 Bo PengDoc: add release notes of 4.0.25-4.4.5.
2023-11-27 Bo PengPrepare 4.5RC1 V4_5_0_RC1 V4_5_0_RC1_RPM
2023-11-27 Bo PengDoc: update Installation document to mention that from...
2023-11-27 Bo PengDoc: Add Japanese 4.5 release note.
2023-11-27 Bo PengDoc: update Configuration Example "8.2. Pgpool-II ...
2023-11-17 Bo PengModify the replication slot name conversion in sample...
2023-11-13 Bo PengUpdate PostgreSQL version to PostgreSQL 16 in sample... V4_5_0_BETA1 V4_5_0_BETA1_RPM
2023-11-13 Bo PengDoc: update English Configuration Example "8.2. Pgpool...
2023-11-10 Bo PengPrepare 4.5beta1
2023-11-10 Bo PengDoc: update Pgpool-II version and PostgreSQL version...
2023-11-10 Bo PengDisable AM_MAINTAINER_MODE.
2023-11-09 Bo PengDoc: add 4.5 english release notes.
next