pgpool2.git
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.
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-20 Takuma HoshiaiFix a compiler warning
2024-03-20 Takuma HoshiaiFix memory leak pointed out by Coverity.
2024-03-18 Tatsuo IshiiTest: enhance 082.guard_against_bad_protocol script...
2024-03-18 Tatsuo IshiiGuard against inappropriate protocol data.
2024-03-17 Tatsuo IshiiEnhance the stability of detach_false_primary.
2024-03-17 Tatsuo IshiiRevert "Enhance the stability of detach_false_primary."
2024-03-16 Tatsuo IshiiEnhance the stability of detach_false_primary.
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 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-12 Bo PengStart 4.6 development.
2023-12-11 Bo PengDoc: update 4.5 release note.
2023-12-08 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 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...
2023-11-13 Bo PengDoc: update English Configuration Example "8.2. Pgpool...
2023-11-10 Bo PengDoc: update Pgpool-II version and PostgreSQL version...
2023-11-10 Bo PengEnable AM_MAINTAINER_MODE on master branch.
2023-11-10 Bo PengDisable AM_MAINTAINER_MODE.
2023-11-09 Bo PengDoc: add 4.5 english release notes.
2023-11-09 Bo PengUpdate Copyright of the previous commit (4bfca73c6788ce...
2023-11-09 Bo PengDowngrading some normal ERROR messages to DEBUG messages.
2023-11-09 Bo PengUpdate src/redhat/pgpool_socket_dir.patch used by RPM...
2023-10-30 Chen NingweiUpdate parser changes between PostgreSQL 16 BETA1 and...
2023-10-06 Tatsuo IshiiFix breakage in making pgpool_adm.
2023-10-06 Bo PengEnhance error messages in escalation.sh.sample.
2023-10-06 Bo PengFix document typo.
2023-10-06 Bo PengAdd SSH timeout in escalation.sh.sample.
2023-10-04 Tatsuo IshiiRemove unnecessary logging line.
2023-10-03 Tatsuo IshiiFix compiler warnings regarding DEFAULT_PGSOCKET_DIR.
2023-09-28 Tatsuo IshiiTest: add test case 080 for commit "Fix Describe()...
2023-09-28 Tatsuo IshiiFix Describe() so that it does not abort with portal...
2023-09-21 Tatsuo IshiiRemove duplicating definition of pg_attribute_format_ar...
2023-09-20 Tatsuo IshiiRemove duplication definitions of NAMEDATALEN.
2023-09-19 Tatsuo IshiiDoc: fix pcp_node_info docs.
2023-09-18 Tatsuo IshiiFix race condition with pgpool main and pcp child process.
2023-09-17 Tatsuo IshiiFix hung up in pcp_exit_handler of pcp child main.
2023-09-13 Tatsuo IshiiTest: attempt to fix 001.load_balance test timeout.
2023-08-21 Tatsuo IshiiDoc: enhance follow primary command manual.
2023-08-21 Tatsuo IshiiTest: enhance pgpool_setup.
2023-08-19 Tatsuo IshiiFeature: allow to set delay_threshold_by_time in millis...
2023-08-19 Tatsuo IshiiComment: add comment to child process and auth staffs.
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-03 Bo PengDoc: fix the missing "logger" application name.
2023-08-01 Tatsuo IshiiRemove non-standard "//" comments.
2023-08-01 Chen NingweiAdd header include to pgstrcasecmp.c
2023-08-01 Tatsuo IshiiDoc: clarify the meaning of stop mode.
2023-07-31 Chen NingweiFeature: Import PostgreSQL 16 BETA1 new parser.
2023-07-26 Bo PengDoc: remove the incorrect information from release...
2023-07-23 Tatsuo IshiiAdd new field "load_balance_node" to "SHOW pool_pools...
2023-07-23 Muhammad UsamaInstall system exit callback only after initialization...
2023-07-23 Muhammad UsamaVerify the spare children config values only in dynamic...
2023-07-23 Tatsuo IshiiAdd new field "load_balance_node" to "SHOW pool_pools...
2023-07-22 Muhammad UsamaDisallowing setting the max_spare_children greater...
2023-07-18 Tatsuo IshiiMitigate session disconnection issue in failover/failba...
2023-07-17 Tatsuo IshiiFix crash when v2 protocol is used.
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-07-05 Bo PengFix typo in log message.
2023-06-29 Tatsuo IshiiDoc: fix load balance mode chapter.
2023-06-29 Tatsuo IshiiDowngrade log message.
2023-06-28 Tatsuo IshiiDoc: fix load balance mode chapter.
2023-06-27 Bo PengDoc: enhance online recovery documentation.
2023-06-23 Bo PengFix missing CTE SEARCH and CYCLE rewrites.
2023-06-19 Bo PengRemoved duplicate pcp_listen_address setting in src...
next