index
:
pgpool1.git
master
Legacy version of pgpool
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
child.c
Age
Commit message (
Expand
)
Author
2008-02-26
health_check_timeout did not work correctly. The bug was introduced in
Yoshiyuki Asaba
2007-10-12
Disable alarm before returning read_startup_packet().
Yoshiyuki Asaba
2007-10-11
Add new directive "authentication_timeout". The directive means the
Yoshiyuki Asaba
2007-10-11
Check startup packet length. If the length is greater than 10,000
Yoshiyuki Asaba
2007-08-01
Remove compiler warning.
V3_4
Yoshiyuki Asaba
2007-07-26
SIGALRM handler didn't safe. Because it called non-reentrant functions.
Yoshiyuki Asaba
2007-05-17
fixed the ps display to follow the order in PostgreSQL.
User yamaguti
2007-02-12
pgpool *only* checks backend connection when connection pool is
Yoshiyuki Asaba
2007-02-03
Detach secondary server when "kind mismatch error" is detected
Tatsuo Ishii
2007-02-02
show frontend address in ps status.
Tatsuo Ishii
2007-02-01
New files and modifications to support client authentication (pool_hba).
User yamaguti
2007-02-01
Show status via ps command like PostgreSQL
Tatsuo Ishii
2007-01-04
Update copyright
Devrim GÜNDÜZ
2006-06-26
Fix segfault problem in race conditions among connection_life_time,
Tatsuo Ishii
2006-05-11
Fix buffer over-run in health_check().
Yoshiyuki Asaba
2006-04-17
Add some comments
Tatsuo Ishii
2006-03-31
Automatically DEALLOCATE prepared statememt when client disconnects.
Tatsuo Ishii
2006-03-25
Check startup packet is identical before reusing existing connection.
Tatsuo Ishii
2006-03-25
Fix more double free bug.
Tatsuo Ishii
2006-03-24
Fix double free bug in the previous commit
Tatsuo Ishii
2006-03-23
Fix bug in do_child(). We should not reuse startup packet since some
Tatsuo Ishii
2006-02-14
Fix master/slave mode breakage in 2.7.2
Tatsuo Ishii
2006-02-05
* Version 3.0.0
Devrim GÜNDÜZ
2006-01-03
version 2.7
V2_7
Tatsuo Ishii
2005-11-09
experimental support for DROP DATABASE problem
Tatsuo Ishii
2005-09-02
fix bug in health_check(). It made wrong reports if secondary goes
Tatsuo Ishii
2005-07-18
version 2.6.1. See README for more detailed changes.
V2_6_1
Tatsuo Ishii
2005-06-13
Add debug message
Tatsuo Ishii
2005-02-14
pgpool 2.5.1b1
V2_5_1B1
Tatsuo Ishii