| 2024-11-30 |
Tatsuo Ishii | Feature: add log_backend_messages. |
commit | commitdiff | tree |
| 2024-11-27 |
Bo Peng | Doc: add release notes. |
commit | commitdiff | tree |
| 2024-11-26 |
Tatsuo Ishii | Abort SSL negotiation if backend sends an error message. |
commit | commitdiff | tree |
| 2024-11-25 |
Tatsuo Ishii | Test: adapt 024.cert_auth test to OpenSSL 3.2. |
commit | commitdiff | tree |
| 2024-11-25 |
Bo Peng | Fix the watchdog process not reloading configurations. |
commit | commitdiff | tree |
| 2024-11-24 |
Tatsuo Ishii | Test: another attempt to fix 024.cert_auth failure... |
commit | commitdiff | tree |
| 2024-11-24 |
Tatsuo Ishii | Revert "Test: fix recent 024.cert_auth regression test... |
commit | commitdiff | tree |
| 2024-11-23 |
Tatsuo Ishii | Test: fix recent 024.cert_auth regression test failure. |
commit | commitdiff | tree |
| 2024-11-15 |
Tatsuo Ishii | Fix bug in do_query. |
commit | commitdiff | tree |
| 2024-11-13 |
Tatsuo Ishii | Fix authentication failure after updating pool_passwd... |
commit | commitdiff | tree |
| 2024-11-12 |
Tatsuo Ishii | Test: add test for COPY FROM STDIN hang. |
commit | commitdiff | tree |
| 2024-11-11 |
Tatsuo Ishii | Fix COPY hangs. |
commit | commitdiff | tree |
| 2024-11-09 |
Tatsuo Ishii | Fix Pgpool-II child process crash during shutdown. |
commit | commitdiff | tree |
| 2024-11-09 |
Tatsuo Ishii | Revert "Fix Pgpool-II child process crash during shutdown." |
commit | commitdiff | tree |
| 2024-11-08 |
Tatsuo Ishii | Fix Pgpool-II child process crash during shutdown. |
commit | commitdiff | tree |
| 2024-11-05 |
Tatsuo Ishii | Refactor pool_config.l. |
commit | commitdiff | tree |
| 2024-10-26 |
Tatsuo Ishii | Fix sporadic health check failures due to authenticatio... |
commit | commitdiff | tree |
| 2024-10-26 |
Tatsuo Ishii | Doc: enhance query cache documents. |
commit | commitdiff | tree |
| 2024-10-23 |
Tatsuo Ishii | Test: add test cases for new "PGPOOL SET CACHE DELETE". |
commit | commitdiff | tree |
| 2024-10-22 |
Tatsuo Ishii | Optimize query cache invalidation for ALTER ROLE. |
commit | commitdiff | tree |
| 2024-10-21 |
Tatsuo Ishii | Feature: new PGPOOL SET CACHE DELETE command. |
commit | commitdiff | tree |
| 2024-10-21 |
Bo Peng | Feature: Import PostgreSQL 17 RC1 new parser. |
commit | commitdiff | tree |
| 2024-10-17 |
Tatsuo Ishii | Fix bug in pcp_invalidate_query_cache. |
commit | commitdiff | tree |
| 2024-10-16 |
Tatsuo Ishii | Add pcp_invalidate_query_cache manuals. |
commit | commitdiff | tree |
| 2024-10-16 |
Tatsuo Ishii | Enhance comment for POOL_CONNECTION_POOL.info. |
commit | commitdiff | tree |
| 2024-10-14 |
Tatsuo Ishii | Feature: Add new PCP command to invalidate query cache. |
commit | commitdiff | tree |
| 2024-10-03 |
Bo Peng | Doc: Fix typos in the documentation and sample configur... |
commit | commitdiff | tree |
| 2024-09-28 |
Tatsuo Ishii | [New feature] Force to make query cache. |
commit | commitdiff | tree |
| 2024-09-18 |
Tatsuo Ishii | Fix pgpool crash when pgpool child process exits. |
commit | commitdiff | tree |
| 2024-09-14 |
Tatsuo Ishii | Fix resource leaks in pool_memqcache.c. |
commit | commitdiff | tree |
| 2024-09-14 |
Tatsuo Ishii | Fix pool_push_pending_data(). |
commit | commitdiff | tree |
| 2024-09-14 |
Tatsuo Ishii | Fix another bug in native replication/snapshot isolatio... |
commit | commitdiff | tree |
| 2024-09-14 |
Tatsuo Ishii | Fix bug in replication/snapshot isolation mode. |
commit | commitdiff | tree |
| 2024-09-10 |
Tatsuo Ishii | Fix resource leaks in pool_memqcache.c. |
commit | commitdiff | tree |
| 2024-09-09 |
Tatsuo Ishii | Fix resource leaks in watchdog.c. |
commit | commitdiff | tree |
| 2024-09-07 |
Bo Peng | Doc: add release notes. |
commit | commitdiff | tree |
| 2024-09-07 |
Bo Peng | Fix multiple query cache vulnerabilities (CVE-2024... |
commit | commitdiff | tree |
| 2024-08-27 |
Tatsuo Ishii | Add IPv6 support for hostname and heartbeat_hostname... |
commit | commitdiff | tree |
| 2024-08-25 |
Tatsuo Ishii | Revert "Doc: mention that reloading is not necessary... |
commit | commitdiff | tree |
| 2024-08-20 |
Tatsuo Ishii | Doc: mention that reloading is not necessary when pool_... |
commit | commitdiff | tree |
| 2024-08-11 |
Tatsuo Ishii | Fix another bug in replication mode and snapshot isolat... |
commit | commitdiff | tree |
| 2024-08-09 |
Tatsuo Ishii | Fix bug in replication mode and snapshot isolation... |
commit | commitdiff | tree |
| 2024-08-06 |
Bo Peng | Doc: add release notes. |
commit | commitdiff | tree |
| 2024-08-05 |
Bo Peng | Change the default value of *_user parameters to ''. |
commit | commitdiff | tree |
| 2024-08-05 |
Bo Peng | Downgrade reaper handler logs. |
commit | commitdiff | tree |
| 2024-08-05 |
Bo Peng | Feature: Add new PCP command to trigger log rotation |
commit | commitdiff | tree |
| 2024-08-04 |
Tatsuo Ishii | Remove unnecessary code surrounded by ifdef NOT_USED. |
commit | commitdiff | tree |
| 2024-08-04 |
Tatsuo Ishii | Remove unnecessary code surrounded by ifdef NOT_USED. |
commit | commitdiff | tree |
| 2024-08-04 |
Tatsuo Ishii | Comment: fix typo in comment. |
commit | commitdiff | tree |
| 2024-08-03 |
Tatsuo Ishii | Use psprintf() instead of snprintf(). |
commit | commitdiff | tree |
| 2024-08-01 |
Bo Peng | Use "psql -V" instead of "initdb -V" in sample scripts. |
commit | commitdiff | tree |
| 2024-08-01 |
Bo Peng | Doc: Add the criteria for selecting processes to be... |
commit | commitdiff | tree |
| 2024-07-30 |
Tatsuo Ishii | Fix hang after a flush message received. |
commit | commitdiff | tree |
| 2024-07-30 |
Tatsuo Ishii | Doc: enhance failover document. |
commit | commitdiff | tree |
| 2024-07-27 |
Tatsuo Ishii | Remove dead code. |
commit | commitdiff | tree |
| 2024-07-22 |
Tatsuo Ishii | Fix another segmentation fault. |
commit | commitdiff | tree |
| 2024-07-19 |
Tatsuo Ishii | Fix dynamic process management. |
commit | commitdiff | tree |
| 2024-07-11 |
Tatsuo Ishii | Test: add temporary checking in 028.watchdog_enable_con... |
commit | commitdiff | tree |
| 2024-06-28 |
Bo Peng | Fixed segmentation fault at parsing config file. |
commit | commitdiff | tree |
| 2024-06-21 |
Tatsuo Ishii | Fix segfault to not use MAIN_NODE macro. |
commit | commitdiff | tree |
| 2024-06-21 |
Tatsuo Ishii | Fix MAIN_NODE macro (actually pool_virtual_main_db_node... |
commit | commitdiff | tree |
| 2024-06-20 |
Tatsuo Ishii | Fix typo in comment. |
commit | commitdiff | tree |
| 2024-06-19 |
Bo Peng | Doc: add the missing default values for virtual IP... |
commit | commitdiff | tree |
| 2024-06-14 |
Tatsuo Ishii | Fix "show pool_processes" to not show row description... |
commit | commitdiff | tree |
| 2024-06-12 |
Tatsuo Ishii | Eliminate unnecessary memory allocation in extended... |
commit | commitdiff | tree |
| 2024-06-11 |
Tatsuo Ishii | Fix segfault in a child process. |
commit | commitdiff | tree |
| 2024-06-11 |
Muhammad Usama | Fix: 823: Watchdog dies and kills pgpool2 when network... |
commit | commitdiff | tree |
| 2024-06-10 |
Tatsuo Ishii | Fix "pgpool reset" command not working if watchdog... |
commit | commitdiff | tree |
| 2024-06-07 |
Tatsuo Ishii | Mega typo fix for docs and program source codes. |
commit | commitdiff | tree |
| 2024-06-04 |
Tatsuo Ishii | Fix psql_scan crash. |
commit | commitdiff | tree |
| 2024-05-20 |
Bo Peng | Delete unnecessary if branch. |
commit | commitdiff | tree |
| 2024-05-16 |
Bo Peng | Doc: update Copyright. |
commit | commitdiff | tree |
| 2024-05-14 |
Bo Peng | Doc: add release notes. |
commit | commitdiff | tree |
| 2024-05-09 |
Bo Peng | Remove leading/trailing spaces in string list type... |
commit | commitdiff | tree |
| 2024-05-07 |
Bo Peng | Doc: fix documentation typos. |
commit | commitdiff | tree |
| 2024-05-01 |
Bo Peng | Fixed compiler error with -Werror=implicit-function... |
commit | commitdiff | tree |
| 2024-04-24 |
Tatsuo Ishii | Silence gcc warning. |
commit | commitdiff | tree |
| 2024-04-18 |
Bo Peng | Fix pgpool.spec. |
commit | commitdiff | tree |
| 2024-04-04 |
Tatsuo Ishii | Fix segfault in pgpool main process. |
commit | commitdiff | tree |
| 2024-04-04 |
Tatsuo Ishii | Fix assorted causes of segmentation fault. |
commit | commitdiff | tree |
| 2024-04-04 |
Tatsuo Ishii | Test: fix 037.failover_session. |
commit | commitdiff | tree |
| 2024-04-03 |
Tatsuo Ishii | Fix uninitialized memory error. |
commit | commitdiff | tree |
| 2024-04-03 |
Bo Peng | Doc: enhance "Upstream server connection" documentation. |
commit | commitdiff | tree |
| 2024-04-02 |
Tatsuo Ishii | Fix errors/hung up when load_balance_mode is off. |
commit | commitdiff | tree |
| 2024-03-28 |
Masaya Kawamoto | Doc: language cleanup in Japanese document |
commit | commitdiff | tree |
| 2024-03-27 |
Masaya Kawamoto | Doc: add the note about using pcp_promote_node when... |
commit | commitdiff | tree |
| 2024-03-25 |
Tatsuo Ishii | Fix compile errors with certain CFLAGS. |
commit | commitdiff | tree |
| 2024-03-25 |
Bo Peng | Fixed comments in sample pgpool.conf. |
commit | commitdiff | tree |
| 2024-03-21 |
Takuma Hoshiai | Remove a file under config directory. |
commit | commitdiff | tree |
| 2024-03-21 |
Tatsuo Ishii | Allow reset queries to run even if extended queries... |
commit | commitdiff | tree |
| 2024-03-20 |
Takuma Hoshiai | Fix a compiler warning |
commit | commitdiff | tree |
| 2024-03-20 |
Takuma Hoshiai | Fix memory leak pointed out by Coverity. |
commit | commitdiff | tree |
| 2024-03-18 |
Tatsuo Ishii | Test: enhance 082.guard_against_bad_protocol script... |
commit | commitdiff | tree |
| 2024-03-18 |
Tatsuo Ishii | Guard against inappropriate protocol data. |
commit | commitdiff | tree |
| 2024-03-17 |
Tatsuo Ishii | Enhance the stability of detach_false_primary. |
commit | commitdiff | tree |
| 2024-03-17 |
Tatsuo Ishii | Revert "Enhance the stability of detach_false_primary." |
commit | commitdiff | tree |
| 2024-03-16 |
Tatsuo Ishii | Enhance the stability of detach_false_primary. |
commit | commitdiff | tree |
| 2024-03-16 |
Bo Peng | Test: fix test failure introduced in the previous commit. |
commit | commitdiff | tree |
| 2024-03-15 |
Bo Peng | Test: fixed regression test 005.jdbc to avoid Java... |
commit | commitdiff | tree |
| 2024-02-29 |
Bo Peng | Doc: update copy right. |
commit | commitdiff | tree |
| next |