index
:
pgbouncer.git
head
master
origin
pgbouncer_1_0_stable
pgbouncer_1_1_stable
pgbouncer_1_2_stable
stable-1.6
PgBouncer master repo
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
janitor.c
Age
Commit message (
Expand
)
Author
2015-07-31
Disable server_idle_timeout when server count gets below min_pool (#60)
Marko Kreen
2015-07-31
c-style: More consistent brace usage
Marko Kreen
2013-12-18
Fix a bunch of typos.
Euler Taveira de Oliveira
2013-12-18
Replace C++ comments.
Euler Taveira de Oliveira
2013-10-07
auth_user support
Cody Cutrer
2013-09-27
fix launching new connections during maintenance
Cody Cutrer
2011-10-26
Merge remote-tracking branch 'mtharp/rpath'
Marko Kreen
2011-10-17
dns: query zone SOA, recheck hosts if changes
Marko Kreen
2011-10-09
idle_transaction_timeout: new config option
Marko Kreen
2011-10-03
min_pool_size (draft)
Marko Kreen
2011-03-30
Fix copy-paste error in last autodb fix.
Marko Kreen
2011-03-29
Fix autodb cleanup
Marko Kreen
2011-03-23
Don't expire auto DBs that are paused -- that would un-pause them.
Michael Tharp
2011-03-18
Add KILL command to pause a db and terminate all connections.
Michael Tharp
2010-10-07
client_login_timeout: check wait_for_welcome
Marko Kreen
2010-06-11
convert few static buffers into pktbuf
Marko Kreen
2010-05-04
<usual/strpool.h>
Marko Kreen
2010-05-04
<usual/slab.h>
Marko Kreen
2010-05-04
<usual/list.h>, <usual/statlist.h>
Marko Kreen
2010-04-23
Let disconnect_server/client() take printf style args.
Marko Kreen
2010-04-14
Move fast-fail relaunch logic around.
Marko Kreen
2010-02-12
log message: statement timeout -> query timeout, to match config var
origin
Marko Kreen
2010-02-12
Don't let clients queue in case no servers and connections fail.
Marko Kreen
2010-02-12
Introduce a new configuration setting: query_wait_timeout
Marko Kreen
2009-12-04
Apply client_login_timeout to clients waiting for welcome pkt
Marko Kreen
2009-11-13
Disable maintenance during SUSPEND
Marko Kreen
2009-01-28
Apply ISC license clarification, bump copyright years.
Marko Kreen
2009-01-10
some more cleanups:
Marko Kreen
2009-01-02
Reserve pool implementation.
Marko Kreen
2008-11-19
Dynamic database creation for non-defined databases.
Marko Kreen
2008-08-04
suspend_socket_list can drop sockets, so needs _safe
Marko Kreen
2008-07-09
log proper reason for disconnect
Marko Kreen
2008-06-25
New database setting: connect_query
Marko Kreen
2008-01-22
server_lifetime=0 drop connection immidiately
Marko Kreen
2008-01-18
move ->admin flag from pool to db
Marko Kreen
2008-01-11
move db/user/pool alloc also to slabs
Marko Kreen
2008-01-11
actively kill databases removed from config
Marko Kreen
2008-01-11
make failure from event_del() non-fatal
Marko Kreen
2008-01-09
suspend_timeout, to force suspend
Marko Kreen
2008-01-08
remove unnecessary label
Marko Kreen
2008-01-08
less scary -R: move takever before fork
Marko Kreen
2008-01-07
safe_accept, safe_connect, safe_evtimer_add
Marko Kreen
2008-01-02
error checks for all libevent calls
Marko Kreen
2007-11-21
separate disconnects from each other to avoid reconnect flood
Marko Kreen
2007-09-11
dont load users if auth_type=any
Marko Kreen
2007-08-13
Magic number and error message cleanup.
Marko Kreen
2007-08-02
Server parameter tracking.
Marko Kreen
2007-08-01
small stuff
Marko Kreen
2007-07-23
Fix sloppy english in the comments.
Marko Kreen
2007-06-13
pause/resume specific database
Marko Kreen
[next]