From: Marko Kreen Date: Fri, 10 Sep 2010 09:55:54 +0000 (+0300) Subject: draft notes for 1.4 X-Git-Tag: pgbouncer_1_4_rc3~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eddc5ba20daa87113221ff556fbad1ade344b45b;p=pgbouncer draft notes for 1.4 --- diff --git a/NEWS b/NEWS index 78a5a25..e7f3cbb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,34 @@ -2010-xx-xx - PgBouncer 1.3.3 - "" +2010-xx-xx - PgBouncer 1.4 - "" + + * disable_pqexec + * application_name + * long options + * remove fixed-length limit from server params + * libusual + +2010-09-09 - PgBouncer 1.3.4 - "Bouncer is always right" + + = Fixes = + + * Apply fast-fail logic at connect time. So if server is failing, + the clients get error when connecting. + + * Don't tag automatically generated databases for checking on reload time, + otherwise they get killed, because they don't exist in config. + + * Ignore application_name parameter by default. This avoids the need + for all Postgres 9.0 users to add it into ignore_startup_parameters= + themselves. + + * Correct pg_auth quoting. '\' is not used there. + + * Better error reporting on console, show incoming query to user. + + * Support OS'es (OpenBSD) where tv_sec is not time_t. + + * Avoid too noisy warnings on gcc 4.5. + +2010-05-10 - PgBouncer 1.3.3 - "NSFW" = Improvements =