pgpool2.git
2019-05-15 Bo Pengdoc: Update docs version.
2019-05-15 Bo Pengdoc: Add release nots 3.4.24-3.7.10.
2019-05-09 Bo PengFix the wrong error message "ERROR: connection cache...
2019-05-03 Tatsuo IshiiDoc: add useful link how to create pcp.conf in the...
2019-05-03 Tatsuo IshiiSpeed up failover when all of backends are down.
2019-04-30 Tatsuo IshiiDeal with PostgreSQL 12.
2019-04-30 Tatsuo IshiiDeal with PostgreSQL 12.
2019-04-24 Takuma HoshiaiRemove .sgml file to not used.
2019-04-21 Tatsuo IshiiAvoid exit/fork storm of pool_worker_child process.
2019-04-17 Tatsuo IshiiFix black_function_list's broken default value.
2019-04-17 Tatsuo IshiiFix "not enough space in buffer" error.
2019-04-16 Tatsuo IshiiFix DROP DATABASE failure.
2019-04-11 Tatsuo IshiiDoc: fix typo.
2019-04-10 Takuma HoshiaiDoc: add restriction entry
2019-04-10 Takuma HoshiaiFix to compare wrong variable, when old pgpool_status...
2019-04-09 Tatsuo IshiiDoc: add description about multi-statement queries...
2019-04-07 Bo PengAdd test/watchdog_setup to EXTRA_DIST.
2019-04-07 Tatsuo IshiiDoc: mention that multi-statement queries are sent...
2019-04-05 Tatsuo IshiiFix occasional regression test failure of 014.watchdog_...
2019-04-05 Tatsuo IshiiAbort session if failover/failback is ongoing.
2019-04-02 Bo PengGenerate Makefile.in by automake 1.13.4.
2019-04-01 Tatsuo IshiiSuppress useless truncation warnings from gcc 8+.
2019-04-01 Tatsuo IshiiSuppress "ar: `u' modifier ignored since `D' is the...
2019-03-30 Tatsuo IshiiSuppress compiler warnings.
2019-03-30 Tatsuo IshiiFix wrong usage of volatile declaration.
2019-03-29 Tatsuo IshiiFix memory leak in "batch" mode in extended query.
2019-03-28 Bo PengChange pgpool.spec. V3_7_9 V3_7_9_RPM
2019-03-28 Bo PengUpdate pgpool_socket_dir.patch file.
2019-03-28 Bo PengPrepare 3.7.9.
2019-03-28 Bo PengDoc: Update docs version.
2019-03-28 Bo PengDoc: Add release-notes 4.0.4-3.4.23.
2019-03-27 Tatsuo IshiiDoc: add ssl_prefer_server_ciphers paramter to Japanese...
2019-03-27 Muhammad UsamaAdd new configuration option ssl_prefer_server_ciphers
2019-03-27 Yugo NagataSpecify default value of ssl_ciphers
2019-03-23 Tatsuo IshiiAllow to set a client cipher list.
2019-03-18 Tatsuo IshiiFix unnecessary fsync to pgpool_status file.
2019-03-14 Bo PengAdd "tags" to gitignore file.
2019-03-07 Bo PengFix some mistakes from previous commit.
2019-03-07 Bo PengFix indent of pgpool.conf sample files.
2019-02-27 Tatsuo IshiiFix write_status_file()'s signature.
2019-02-21 Bo PengPrepare 3.7.8. V3_7_8 V3_7_8_RPM
2019-02-20 Bo Pengdoc: update doc version.
2019-02-20 Bo PengAdd release-notes 3.7.8-3.4.22.
2019-02-15 Takuma HoshiaiFix regression test 068
2019-02-15 Tatsuo IshiiFix configuration change timing regarding memory_cache_...
2019-02-12 Tatsuo IshiiFix unwanted recovery timeout in certain cases.
2019-02-05 Tatsuo IshiiFix merge conflict in previous commit.
2019-02-05 Tatsuo IshiiReduce memory usage when large data set is returned...
2019-02-05 Tatsuo IshiiFix syntax error in extended query test script.
2019-01-29 Tatsuo IshiiFix corner case bug with strip_quote().
2019-01-27 Tatsuo IshiiMention that schema qualifications cannot be used in...
2019-01-23 Takuma HoshiaiFix typo about wd_priority in watchdog_setup.
2019-01-10 Tatsuo IshiiFix Pgpool child segfault in a race condition.
2019-01-03 Tatsuo IshiiDoc: fix typo in logdir description.
2018-12-11 Tatsuo IshiiFix occasional extended query hang.
2018-12-06 Tatsuo IshiiDeal with "terminating connection due to idle-in-transa...
2018-12-05 Bo Pengdoc: Fix Japanese document typo in pcp_common_options.
2018-11-21 Bo PengPrepare 3.7.7. V3_7_7 V3_7_7_RPM
2018-11-21 Takuma HoshiaiChange sort algorism buble sort to quick sort.
2018-11-21 Bo PengAdd release notes.
2018-11-21 Takuma HoshiaiFix to sort startup packet's parameters sent by client.
2018-11-15 Tatsuo IshiiFix memory leak found by Coverity,
2018-11-13 Bo PengFix segmentation fault occurs when a certain Bind messa...
2018-11-08 Tatsuo IshiiFix a query passed to relcache so that it uses schema...
2018-11-05 Tatsuo IshiiFix query cache invalidation bug.
2018-11-03 Tatsuo IshiiFix segfault in extended query + query cache case.
2018-11-01 Tatsuo IshiiFix memory leak in extended query + query cache enabled.
2018-10-31 Bo PengChange pgpool.spec. V3_7_6 V3_7_6_RPM
2018-10-31 Bo PengChange spec file to include pgpool_recovery--1.0.sql...
2018-10-31 Bo PengAdd pgpool_recovery--1.0.sql and pgpool_recovery--1...
2018-10-31 Bo PengPrepare 3.7.6.
2018-10-31 Bo Pengdoc: change release notes.
2018-10-30 Muhammad UsamaAllow PCP[attach/detach/promote] commands during failover.
2018-10-30 Bo Pengdoc: Add release-note.
2018-10-25 Tatsuo IshiiFix typo in child_max_connections description.
2018-10-22 Takuma HoshiaiFix segmentation fault, when client send sync message...
2018-10-18 Bo PengFix syntax error in native replication, when queries...
2018-10-18 Bo Peng Change pgpool.spec file to install extension to server...
2018-10-12 Tatsuo IshiiFix occasional less data returned to frontend.
2018-10-11 Tatsuo IshiiFix memory leak when query cache enabled in streaming...
2018-10-10 Tatsuo Ishiidoc: add note to online recovery doc.
2018-10-09 Tatsuo IshiiFix memory leak pointed out by Coverity.
2018-10-09 Tatsuo IshiiFix memory leak in trigger_failover_command.
2018-10-09 Bo PengFix memory leak when memory_cache_enabled = on and...
2018-10-08 Tatsuo IshiiFix occasional failure in regression 065.bug152.
2018-09-24 Tatsuo IshiiFix to add execution permission.
2018-09-21 Bo PengAdd EXECUTE/DEALLOCATE regression test.
2018-09-19 Bo PengAdd missing pgpool_recovery--1.0--1.1.sql file to updat...
2018-09-14 Bo PengFix kind mismatch error when DEALLOCATE statement is...
2018-08-29 Tatsuo IshiiAdd regression test for SSL connection.
2018-08-27 Tatsuo IshiiDo not update pgpool_passwd if the password length...
2018-08-22 Tatsuo IshiiUpdate copyright year.
2018-08-22 Tatsuo IshiiAdd notes regarding failover script.
2018-08-20 Bo PengAdd .gitignore to doc and doc.ja.
2018-08-20 Bo PengChange follow_master_command description new master...
2018-08-17 Tatsuo IshiiMerge branch 'V3_7_STABLE' of ssh://git.postgresql...
2018-08-17 Bo PengFix test directory name typos.
2018-08-16 Tatsuo IshiiFix too small buffer size in some configuration file...
2018-08-14 Bo PengImprove pg_md5 docs and error message.
2018-08-11 Bo PengRemove some .gitignore files which doesn't belong this...
next