summaryrefslogtreecommitdiff
path: root/doc/todo.txt
blob: 9e576de3d5826d18a14d1880eb6767543df0e6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
= PgBouncer TODO list =

 * -R should detect that no pooler is running and boot normally
 * -R should detect if login fails then exit()
 * PAUSE <db>; RESUME <db>;

 * keep stats about error counts?
 * SHUTDOWN cmd should print notice?
 * before loading users, disable all existing?

 * log_connects, log_disconnects settings

== Bugs ==

 * Bouncer can get into situation where SUSPEND wont work (stalls),
 thus making reboot impossible.

 * Light load with small server_check_delay creates situation where
 some clients may never get server connection.  Applied a hack to
 fix this, needs more analysis.