pgpool2.git
2025-02-10 Bo PengDoc: Update configuration example to 4.6 and PostgreSQL 17.
2025-02-03 Tatsuo IshiiDoc: the first cut of v4.6 release notes.
2025-01-31 Bo PengFix per_node_error_log() error message that is printed...
2025-01-17 Tatsuo IshiiDoc: enhance client authentication chapter.
2025-01-14 Tatsuo IshiiTest: stabilize 032.dml_adaptive_loadbalance
2025-01-12 Tatsuo IshiiFix pool_signal.
2025-01-05 Bo PengUpdate pgpool.spec.
2025-01-05 Bo PengFix compiler warning:
2025-01-02 Bo PengUpdate src/tools/pcp/.gitignore
2024-12-16 Bo PengFeature: Allow logging_collector related parameters...
2024-12-14 Tatsuo IshiiFix yet another query cache bug in streaming replicatio...
2024-12-09 Bo PengDoc: fix the documentation typos.
2024-12-09 Bo PengFixed an issue where pg_md5 and pg_enc would not update...
2024-12-05 Tatsuo IshiiTest: fix 006.memqcache regression test.
2024-12-05 Tatsuo IshiiFix query cache bug in streaming replication mode.
2024-12-02 Tatsuo IshiiTest: add check using netstat.
2024-12-01 Tatsuo IshiiTest: fix 039.log_backend_messages.
2024-11-30 Tatsuo IshiiFeature: add log_backend_messages.
2024-11-27 Bo PengDoc: add release notes.
2024-11-26 Tatsuo IshiiAbort SSL negotiation if backend sends an error message.
2024-11-25 Tatsuo IshiiTest: adapt 024.cert_auth test to OpenSSL 3.2.
2024-11-25 Bo PengFix the watchdog process not reloading configurations.
2024-11-24 Tatsuo IshiiTest: another attempt to fix 024.cert_auth failure...
2024-11-24 Tatsuo IshiiRevert "Test: fix recent 024.cert_auth regression test...
2024-11-23 Tatsuo IshiiTest: fix recent 024.cert_auth regression test failure.
2024-11-15 Tatsuo IshiiFix bug in do_query.
2024-11-13 Tatsuo IshiiFix authentication failure after updating pool_passwd...
2024-11-12 Tatsuo IshiiTest: add test for COPY FROM STDIN hang.
2024-11-11 Tatsuo IshiiFix COPY hangs.
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-11-05 Tatsuo IshiiRefactor pool_config.l.
2024-10-26 Tatsuo IshiiFix sporadic health check failures due to authenticatio...
2024-10-26 Tatsuo IshiiDoc: enhance query cache documents.
2024-10-23 Tatsuo IshiiTest: add test cases for new "PGPOOL SET CACHE DELETE".
2024-10-22 Tatsuo IshiiOptimize query cache invalidation for ALTER ROLE.
2024-10-21 Tatsuo IshiiFeature: new PGPOOL SET CACHE DELETE command.
2024-10-21 Bo PengFeature: Import PostgreSQL 17 RC1 new parser.
2024-10-17 Tatsuo IshiiFix bug in pcp_invalidate_query_cache.
2024-10-16 Tatsuo IshiiAdd pcp_invalidate_query_cache manuals.
2024-10-16 Tatsuo IshiiEnhance comment for POOL_CONNECTION_POOL.info.
2024-10-14 Tatsuo IshiiFeature: Add new PCP command to invalidate query cache.
2024-10-03 Bo PengDoc: Fix typos in the documentation and sample configur...
2024-09-28 Tatsuo Ishii[New feature] Force to make query cache.
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-09 Tatsuo IshiiFix resource leaks in watchdog.c.
2024-09-07 Bo PengDoc: add release notes.
2024-09-07 Bo PengFix multiple query cache vulnerabilities (CVE-2024...
2024-08-27 Tatsuo IshiiAdd IPv6 support for hostname and heartbeat_hostname...
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 PengDoc: add release notes.
2024-08-05 Bo PengChange the default value of *_user parameters to ''.
2024-08-05 Bo PengDowngrade reaper handler logs.
2024-08-05 Bo PengFeature: Add new PCP command to trigger log rotation
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-07-11 Tatsuo IshiiTest: add temporary checking in 028.watchdog_enable_con...
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 IshiiEliminate unnecessary memory allocation in extended...
2024-06-11 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-14 Bo PengDoc: add release notes.
2024-05-09 Bo PengRemove leading/trailing spaces in string list type...
2024-05-07 Bo PengDoc: fix documentation typos.
2024-05-01 Bo PengFixed compiler error with -Werror=implicit-function...
2024-04-24 Tatsuo IshiiSilence gcc warning.
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.
next