]> granicus.if.org Git - pgbouncer/commitdiff
README: mention reserve_pool feature pgbouncer_1_3_rc1
authorMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:52:44 +0000 (13:52 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:52:44 +0000 (13:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b5939122fde68e43639c5d007b26e90091b0836c..fdcbdaa8bbfb1b543a099343c62407eba61dc199 100644 (file)
--- a/NEWS
+++ b/NEWS
     * Database names in config file can now be quoted with standard SQL
       ident quoting, to allow non-standard characters in db names.
 
+    * New tunables: 'reserve_pool_size' and 'reserve_pool_timeout'.
+      In case there are clients in pool that have waited more that
+      'reserve_pool_timeout' seconds, 'reserve_pool_size' specifies
+      the number of connections that can be added to pool.  It can also
+      set per-pool with 'reserve_pool' connection variable.
+
     * New tunable 'sbuf_loopcnt' to limit time spent on one socket.
 
       In some situations - eg SMP server, local Postgres and fast network -