-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2010-4696 2010-03-16 23:04:05 --------------------------------------------------------------------------------
Name : pgbouncer Product : Fedora 11 Version : 1.3.2 Release : 1.fc11 URL : http://pgfoundry.org/projects/pgbouncer/ Summary : Lightweight connection pooler for PostgreSQL Description : pgbouncer is a lightweight connection pooler for PostgreSQL. pgbouncer uses libevent for low-level socket handling. -------------------------------------------------------------------------------- Update Information: This new version has several bugfixes over 1.3.1: * New config var 'query_wait_timeout'. If client does not get server connection in this many seconds, it will be killed. * If no server connection in pool and last connect failed, then don't put client connections on hold but send error immediately. This together with previous fix avoids unnecessary stalls if a database has gone down. * Track libevent state in sbuf.c to avoid double event_del(). Although it usually is safe, it does not seem to work 100%. Now we should always know whether it has been called or not. * Disable maintenance during SUSPEND. Otherwise with short timeouts the old bouncer could close few connections after sending them over. * Apply client_login_timeout to clients waiting for welcome packet (first server connection). Otherwise they can stay waiting infinitely, unless there is query_timeout set. * win32: Add switch -U/-P to -regservice to let user pick account to run service under. Old automatic choice between Local Service and Local System was not reliable enough. * console: Remove \0 from end of text columns. It was hard to notice, as C clients were fine with it. * Documentation improvements. (Greg Sabino Mullane) * Clarify few login- related log messages. * Change logging level for pooler-sent errors (usually on disconnect) from INFO to WARNING, as they signify problems. * Change log message for query_timeout to "query timeout". -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 16 2010 Devrim GÜNDÜZ <[email protected]> - 1.3.2-1 - Update to 1.3.2, per changes described in: - http://pgfoundry.org/frs/shownotes.php?release_id=1605 * Sat Dec 5 2009 Devrim GÜNDÜZ <[email protected]> - 1.3.1-2 - Fix init script, per report from Scott Bowers: http://lists.pgfoundry.org/pipermail/pgbouncer-general/2009-December/000477.html * Tue Dec 1 2009 - Devrim GUNDUZ <[email protected]> 1.3.1-1 - Update to 1.3.1 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update pgbouncer' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
