projects
/
pgpool2.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pgpool2.git
2019-06-07
Bo Peng
Fix to deal with backslashes according to the config...
commit
|
commitdiff
|
tree
2019-05-22
Tatsuo Ishii
Fix memory leak in outfuncs.c pointed out by Coverity.
commit
|
commitdiff
|
tree
2019-05-22
Tatsuo Ishii
Fix NULL pointer dereference pointed out by Coverity.
commit
|
commitdiff
|
tree
2019-05-22
Tatsuo Ishii
Revert "Fix memory leak pointed out by coverity."
commit
|
commitdiff
|
tree
2019-05-22
Tatsuo Ishii
Fix memory leak pointed out by coverity.
commit
|
commitdiff
|
tree
2019-05-21
Tatsuo Ishii
Deal pgpool_adm extension with PostgreSQL 12.
commit
|
commitdiff
|
tree
2019-05-15
Bo Peng
Prepare 3.4.24.
V3_4_24
V3_4_24_RPM
commit
|
commitdiff
|
tree
2019-05-09
Bo Peng
Fix the wrong error message "ERROR: connection cache...
commit
|
commitdiff
|
tree
2019-05-03
Tatsuo Ishii
Speed up failover when all of backends are down.
commit
|
commitdiff
|
tree
2019-04-30
Tatsuo Ishii
Deal with PostgreSQL 12.
commit
|
commitdiff
|
tree
2019-04-30
Tatsuo Ishii
Deal with PostgreSQL 12.
commit
|
commitdiff
|
tree
2019-04-21
Tatsuo Ishii
Avoid exit/fork storm of pool_worker_child process.
commit
|
commitdiff
|
tree
2019-04-17
Tatsuo Ishii
Fix black_function_list's broken default value.
commit
|
commitdiff
|
tree
2019-04-17
Tatsuo Ishii
Fix "not enough space in buffer" error.
commit
|
commitdiff
|
tree
2019-04-16
Tatsuo Ishii
Fix DROP DATABASE failure.
commit
|
commitdiff
|
tree
2019-04-10
Takuma Hoshiai
Fix to compare wrong variable, when old pgpool_status...
commit
|
commitdiff
|
tree
2019-04-02
Bo Peng
Update Makefile.
commit
|
commitdiff
|
tree
2019-04-02
Bo Peng
Generate Makefile.in by automake 1.13.4.
commit
|
commitdiff
|
tree
2019-04-01
Tatsuo Ishii
Suppress useless truncation warnings from gcc 8+.
commit
|
commitdiff
|
tree
2019-04-01
Tatsuo Ishii
Suppress "ar: `u' modifier ignored since `D' is the...
commit
|
commitdiff
|
tree
2019-03-30
Tatsuo Ishii
Fix wrong usage of volatile declaration.
commit
|
commitdiff
|
tree
2019-03-28
Bo Peng
Prepare 3.4.23.
V3_4_23
V3_4_23_RPM
commit
|
commitdiff
|
tree
2019-03-27
Muhammad Usama
Add new configuration option ssl_prefer_server_ciphers
commit
|
commitdiff
|
tree
2019-03-23
Tatsuo Ishii
Allow to set a client cipher list.
commit
|
commitdiff
|
tree
2019-03-18
Tatsuo Ishii
Fix unnecessary fsync to pgpool_status file.
commit
|
commitdiff
|
tree
2019-03-14
Bo Peng
Add "tags" to gitignore file.
commit
|
commitdiff
|
tree
2019-03-07
Bo Peng
Fix some mistakes from previous commit.
commit
|
commitdiff
|
tree
2019-03-07
Bo Peng
Fix indent of pgpool.conf sample files.
commit
|
commitdiff
|
tree
2019-02-27
Tatsuo Ishii
Fix write_status_file()'s signature.
commit
|
commitdiff
|
tree
2019-02-21
Bo Peng
Prepare 3.4.22.
V3_4_22
V3_4_22_RPM
commit
|
commitdiff
|
tree
2019-02-15
Tatsuo Ishii
Fix configuration change timing regarding memory_cache_...
commit
|
commitdiff
|
tree
2019-02-12
Tatsuo Ishii
Fix unwanted recovery timeout in certain cases.
commit
|
commitdiff
|
tree
2019-01-29
Tatsuo Ishii
Fix corner case bug with strip_quote().
commit
|
commitdiff
|
tree
2019-01-10
Tatsuo Ishii
Fix Pgpool child segfault in a race condition.
commit
|
commitdiff
|
tree
2018-12-06
Tatsuo Ishii
Deal with "terminating connection due to idle-in-transa...
commit
|
commitdiff
|
tree
2018-11-21
Bo Peng
Prepare 3.4.21.
V3_4_21
V3_4_21_RPM
commit
|
commitdiff
|
tree
2018-11-21
Takuma Hoshiai
Change sort algorism buble sort to quick sort.
commit
|
commitdiff
|
tree
2018-11-21
Takuma Hoshiai
Fix to sort startup packet's parameters sent by client.
commit
|
commitdiff
|
tree
2018-11-15
Tatsuo Ishii
Fix memory leak found by Coverity,
commit
|
commitdiff
|
tree
2018-11-13
Bo Peng
Fix segmentation fault occurs when a certain Bind messa...
commit
|
commitdiff
|
tree
2018-11-08
Tatsuo Ishii
Fix a query passed to relcache so that it uses schema...
commit
|
commitdiff
|
tree
2018-11-05
Tatsuo Ishii
Fix query cache invalidation bug.
commit
|
commitdiff
|
tree
2018-11-01
Tatsuo Ishii
Fix memory leak in extended query + query cache enabled.
commit
|
commitdiff
|
tree
2018-10-31
Bo Peng
Change pgpool.spec.
V3_4_20
V3_4_20_RPM
commit
|
commitdiff
|
tree
2018-10-31
Bo Peng
Change spec file to include pgpool_recovery--1.0.sql...
commit
|
commitdiff
|
tree
2018-10-31
Bo Peng
Add pgpool_recovery--1.0.sql and pgpool_recovery--1...
commit
|
commitdiff
|
tree
2018-10-31
Bo Peng
Prepare 3.4.20.
commit
|
commitdiff
|
tree
2018-10-25
Tatsuo Ishii
Fix typo in child_max_connections description.
commit
|
commitdiff
|
tree
2018-10-22
Takuma Hoshiai
Fix segmentation fault, when client send sync message...
commit
|
commitdiff
|
tree
2018-10-18
Bo Peng
Fix syntax error in native replication, when queries...
origin/V3_4_STABLE
commit
|
commitdiff
|
tree
2018-10-18
Bo Peng
Change pgpool.spec file to install extension to server...
commit
|
commitdiff
|
tree
2018-10-09
Tatsuo Ishii
Fix memory leak in trigger_failover_command.
commit
|
commitdiff
|
tree
2018-10-09
Bo Peng
Fix memory leak when memory_cache_enabled = on and...
commit
|
commitdiff
|
tree
2018-10-08
Tatsuo Ishii
Fix occasional failure in regression 065.bug152.
commit
|
commitdiff
|
tree
2018-09-19
Bo Peng
Add missing pgpool_recovery--1.0--1.1.sql file to updat...
commit
|
commitdiff
|
tree
2018-08-29
Tatsuo Ishii
Add regression test for SSL connection.
commit
|
commitdiff
|
tree
2018-08-27
Tatsuo Ishii
Do not update pgpool_passwd if the password length...
commit
|
commitdiff
|
tree
2018-08-11
Bo Peng
Remove some .gitignore files which doesn't belong this...
commit
|
commitdiff
|
tree
2018-08-10
Bo Peng
Add definition of PGLIB in regress.sh.
commit
|
commitdiff
|
tree
2018-08-10
Bo Peng
Update clean.sh which clean up regression test results.
commit
|
commitdiff
|
tree
2018-08-10
Bo Peng
Add .gitignore files.
commit
|
commitdiff
|
tree
2018-08-05
Tatsuo Ishii
Fix segfault when node 0 is in down status.
commit
|
commitdiff
|
tree
2018-07-31
Bo Peng
Prepare 3.4.19.
V3_4_19
V3_4_19_RPM
commit
|
commitdiff
|
tree
2018-07-16
Tatsuo Ishii
Try to reduce the chance of regression 006.memcache...
commit
|
commitdiff
|
tree
2018-07-04
Tatsuo Ishii
Fix "write on backend 0 failed with error :"Success...
commit
|
commitdiff
|
tree
2018-06-22
Tatsuo Ishii
Add nap time after failover.
commit
|
commitdiff
|
tree
2018-06-20
Tatsuo Ishii
Fix comments and coding style.
commit
|
commitdiff
|
tree
2018-06-20
Tatsuo Ishii
Fix 006.memqcache test.
commit
|
commitdiff
|
tree
2018-06-20
Tatsuo Ishii
Fix memory leaks related to pool_extract_error_message().
commit
|
commitdiff
|
tree
2018-06-19
Tatsuo Ishii
Fix oversight in pool_extract_error_message().
commit
|
commitdiff
|
tree
2018-06-19
Tatsuo Ishii
Fix segfault in per_node_error_log() on armhf architecture.
commit
|
commitdiff
|
tree
2018-06-12
Tatsuo Ishii
Revert "Fix 055.backend_all_down test failure."
commit
|
commitdiff
|
tree
2018-06-12
Tatsuo Ishii
Fix 055.backend_all_down test failure.
commit
|
commitdiff
|
tree
2018-06-11
Bo Peng
Prepare 3.4.18.
V3_4_18
V3_4_18_RPM
commit
|
commitdiff
|
tree
2018-04-25
Bo Peng
Fix compile error.
commit
|
commitdiff
|
tree
2018-04-18
Tatsuo Ishii
Prevent pcp_recovery_node from recovering "unused"...
commit
|
commitdiff
|
tree
2018-04-17
Bo Peng
Prepare 3.4.17.
V3_4_17
V3_4_17_RPM
commit
|
commitdiff
|
tree
2018-04-09
Tatsuo Ishii
Add new regression test for node 0 is down.
commit
|
commitdiff
|
tree
2018-04-08
Tatsuo Ishii
Make calls to to_regclass fully schema qualified.
commit
|
commitdiff
|
tree
2018-03-23
Bo Peng
Change test script to allow test failure.
commit
|
commitdiff
|
tree
2018-03-20
Bo Peng
Add wait_for_failover_done function for test.
commit
|
commitdiff
|
tree
2018-03-20
Bo Peng
Improve the test script 003.failover.
commit
|
commitdiff
|
tree
2018-03-14
Bo Peng
Change the release version.
commit
|
commitdiff
|
tree
2018-03-14
Bo Peng
Prepare 3.4.16-2.
commit
|
commitdiff
|
tree
2018-03-14
Bo Peng
Fix some test errors.
commit
|
commitdiff
|
tree
2018-02-27
Tatsuo Ishii
Allow to support pgpool_switch_xlog PostgreSQL 10.
commit
|
commitdiff
|
tree
2018-02-27
Tatsuo Ishii
Fix failure in replication mode.
commit
|
commitdiff
|
tree
2018-02-13
Bo Peng
Prepare 3.4.16.
V3_4_16
V3_4_16_RPM
commit
|
commitdiff
|
tree
2018-02-12
Bo Peng
Fix typos.
commit
|
commitdiff
|
tree
2018-01-29
Tatsuo Ishii
Set TCP_NODELAY and non blocking to frontend socket.
commit
|
commitdiff
|
tree
2018-01-23
Tatsuo Ishii
Fix segfault when %a is in log_line_prefix and debug...
commit
|
commitdiff
|
tree
2018-01-19
Bo Peng
Change systemd service file to use STOP_OPTS=" -m fast".
commit
|
commitdiff
|
tree
2018-01-19
Bo Peng
Change pgpool_setup to add restore_command in recovery...
commit
|
commitdiff
|
tree
2018-01-18
Tatsuo Ishii
Revert "Fix queries hanging in parse_before_bind with...
commit
|
commitdiff
|
tree
2018-01-18
Tatsuo Ishii
Fix queries hanging in parse_before_bind with extended...
commit
|
commitdiff
|
tree
2018-01-18
Tatsuo Ishii
Fix queries hanging in parse_before_bind with extended...
commit
|
commitdiff
|
tree
2018-01-08
Bo Peng
Prepare 3.4.15.
V3_4_15
V3_4_15_RPM
commit
|
commitdiff
|
tree
2017-12-22
Tatsuo Ishii
Replace /bin/ed with /bin/sed.
commit
|
commitdiff
|
tree
2017-12-21
Bo Peng
Change the pgpool.service and sysconfig files to output...
commit
|
commitdiff
|
tree
2017-12-18
Bo Peng
Fix some test script error of 002.native_replication.
commit
|
commitdiff
|
tree
next