pgpool2.git
2021-11-18 Masaya KawamotoAdd release notes for Pgpool-II 4.2.6, 4.3beta2.
2021-11-17 Tatsuo IshiiReject extraneous data after SSL encryption handshake.
2021-11-16 Tatsuo IshiiDeal with PostgreSQL 14 while processing pg_terminate_b...
2021-11-16 Tatsuo IshiiFix occasional 073.pg_terminate_backend regression...
2021-11-09 Tatsuo IshiiDoc: update 4.3 release note.
2021-11-09 Tatsuo IshiiDoc: add Japanese translation for commit a683288045332f...
2021-11-08 Bo PengRename regression test 074.
2021-11-08 Bo PengUpdate patch file.
2021-11-08 Muhammad UsamaDoc: Mention of risks with using the dynamic cluster...
2021-11-08 Bo PengDoc: update docs.
2021-11-08 Bo PengUpdate version to Pgpool-II 4.4 devel.
2021-11-08 Bo PengEnable AM_MAINTAINER_MODE on master branch.
2021-11-08 Bo PengDisable AM_MAINTAINER_MODE.
2021-11-08 Tatsuo IshiiDoc: fix typo.
2021-11-08 Tatsuo IshiiDoc: translate into Japanese some of 4.3 release note.
2021-11-08 Tatsuo IshiiDoc: add mention about failover_on_backend_shutdown...
2021-11-08 Tatsuo IshiiDoc: add new watchdog dynamic cluster definition.
2021-11-08 Tatsuo IshiiDoc: remove unnecessary character from wd_remove_shutdo...
2021-11-07 Bo PengDoc: add 4.3 Japanese release note.
2021-11-07 Muhammad Usamadoc: Documentation update for dynamic cluster membershi...
2021-11-07 Muhammad Usama[New-Feature] Enable dynamic cluster membership of...
2021-11-04 Tatsuo IshiiDoc: add mention about failover_on_backend_shutdown...
2021-11-04 Masaya KawamotoDoc: fix description on pgpool.conf.sample-*
2021-11-02 Tatsuo IshiiDoc: mention that the default of failover_require_conse...
2021-11-02 Tatsuo IshiiChange compile time default value of failover_require_c...
2021-11-02 Bo PengRemove sample config files from Makefile, because the...
2021-11-01 Tatsuo IshiiDoc: mention that snapshot isolation mode is now ready...
2021-11-01 Tatsuo IshiiDoc: remove descriptions on pgpool.conf.sample-*
2021-10-30 Tatsuo IshiiDoc: initial cut of Pgpool-II 4.3 release note.
2021-10-30 Tatsuo IshiiUnify all pgpool.conf.sample files into single pgpool...
2021-10-25 Tatsuo IshiiFix application_name array lacking an entry for logger...
2021-10-24 Tatsuo IshiiEnhance SIGHLD handler of Pgpool-II main process.
2021-10-24 Tatsuo IshiiFix connection counter issue when reserved_connections...
2021-10-24 Tatsuo IshiiFix missing comment out in sample pgpool.conf.
2021-10-21 Masaya KawamotoDoc: update Japanese "Pgpool-II + Watchdog Setup Exampl...
2021-10-17 Tatsuo IshiiCommenting out all parameters in pgpool.conf.
2021-10-17 Tatsuo IshiiChange compile time default value of insert_lock to on.
2021-10-14 Tatsuo IshiiChange compile time default value of failover_when_quor...
2021-10-14 Tatsuo IshiiChange compile time default value of load_balance_mode...
2021-10-13 Masaya KawamotoDoc: fix documentation typos.
2021-10-13 Tatsuo IshiiEnable streaming replication check by default.
2021-10-12 Tatsuo IshiiFix there's no new line at the end of file.
2021-10-12 Tatsuo IshiiFix nasty bug with pgpool_recovery() in 4.3 or later.
2021-10-12 Tatsuo IshiiFix signal handler for SIGTERM, SIGINT and SIGQUIT.
2021-10-08 Tatsuo IshiiChange compile time default of log_standby_delay from...
2021-10-06 Masaya KawamotoFix pcp_proc_info, show pool_processes and show pool_po...
2021-10-06 Bo PengDoc: fix documentation typos.
2021-10-04 Bo PengFix typos in documentation and sample scripts.
2021-10-03 Bo PengAdd missing files to tar ball.
2021-09-29 Bo PengDoc: fix yum install command typo in configuration...
2021-09-28 Tatsuo IshiiFix some compile time default values.
2021-09-27 Muhammad UsamaFix for bug-732: Segmentation fault at failover ...
2021-09-27 Bo PengFeature: Import PostgreSQL 14 beta2 new parser.
2021-09-23 Bo PengFix pg_config command path to avoid test failure.
2021-09-23 Bo PengFix to support PostgreSQL version (e.g. alpha, beta).
2021-09-23 Bo PengFix psql command path to avoid test failure.
2021-09-22 Tatsuo IshiiAdd new config parameter "failover_on_backend_shutdown".
2021-09-16 Tatsuo IshiiFix occasional hang in COPY FROM.
2021-09-13 Bo PengDoc: fix incorrect file name in "Pgpool-II on Kubernetes".
2021-09-13 Bo PengDoc: add release notes for Pgpool-II 4.2.5.
2021-09-10 Muhammad UsamaFix for bug-731: Fails to execute follow_primary_command..
2021-09-08 Masaya KawamotoAdd new fields to pcp_proc_info, show pool_processes...
2021-09-06 Bo PengDoc: fixed "PGPOOL SHOW" documentaion that was missing...
2021-09-03 Bo PengFix incorrect PGPOOL SHOW option.
2021-09-03 Bo PengFix bug of "PGPOOL SHOW heartbeat" and "PGPOOL SHOW...
2021-09-02 Tatsuo IshiiFix to allow log_rotation_age to be set to 0.
2021-08-31 Takuma HoshiaiSupport include directive in pgppol.conf file
2021-08-25 Tatsuo IshiiFix pgpool_setup to do nothing when no new main node...
2021-08-18 Bo PengFix the incorrect display of load balancing node in...
2021-08-12 Tatsuo IshiiFix pgpool logger process eats 100% cpu.
2021-08-11 Tatsuo IshiiFix compiler warning.
2021-08-10 Bo PengUpdate Makefile.in and configure.
2021-08-10 Tatsuo IshiiFix "ar: `u' modifier ignored since `D' is the default...
2021-08-10 Bo PengUpdate configure and src/config/pool_config.c due to...
2021-08-10 Tatsuo IshiiFix compiler warnings generated by newer version of...
2021-08-10 Tatsuo IshiiFix SI mode to acquire a snapshot with an internal...
2021-08-10 Bo PengUpdate Makefile and SPEC file to include "pgpool_recove...
2021-08-10 Masaya KawamotoDoc: fix typo in Japanese release note.
2021-08-09 Bo PengDoc: Mention that double quotes are required in "PGPOOL...
2021-08-08 Tatsuo IshiiFix backend_flag* parameter shown twice while executing...
2021-08-05 Tatsuo IshiiDoc: add new parameter to recovery_1st_stage_command...
2021-08-05 Tatsuo IshiiAdd missing changes in the previous commit.
2021-08-05 Tatsuo IshiiAdd new parameter to recovery_1st_stage_command and...
2021-08-03 Masaya KawamotoAdd release notes.
2021-08-02 Bo PengDoc: Update configuration example "Pgpool-II on Kuberne...
2021-07-20 Tatsuo IshiiDoc: add more explanation about backend_application_name.
2021-07-17 Tatsuo IshiiAllow to log error messages in extended query mode...
2021-07-16 Muhammad UsamaImplementing the follow_primary command-locking over...
2021-07-14 Bo PengDoc: Fix documentation typos.
2021-07-14 Bo PengDoc: Fix documentation typos.
2021-07-13 Tatsuo IshiiUse milliseconds logging for Pgpool-II and PostgreSQL.
2021-07-13 Tatsuo IshiiAdd support for log time stamp with milliseconds.
2021-07-12 Masaya KawamotoFix 033.prefer_lower_standbu_delay
2021-07-09 Tatsuo IshiiFix client side hang when describe message is followed...
2021-07-07 Tatsuo IshiiFix query cache to not cache SQLValueFunctions (CURRENT...
2021-07-06 Tatsuo IshiiDoc: fix typo in in memory query cache document.
2021-07-05 Masaya KawamotoRevert "Fix 033.prefer_lower_standbu_delay"
2021-07-05 Masaya KawamotoFix 033.prefer_lower_standbu_delay
2021-07-04 Tatsuo IshiiDoc: fix typo.
2021-07-03 Tatsuo IshiiFix typo in pgpool.conf samples.
next