From: Marko Kreen Date: Fri, 4 Jan 2008 09:33:17 +0000 (+0000) Subject: final 2.0.4 X-Git-Tag: plproxy_2_0_4 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=ab339196c0b02022842746c5b3532a4b0d0b4f84;p=plproxy.git final 2.0.4 --- diff --git a/Makefile b/Makefile index 39cd5f5..13d85dc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # PL/Proxy version -PLPROXY_VERSION = 2.0.4rc2 +PLPROXY_VERSION = 2.0.4 # libpq config PQINC = $(shell pg_config --includedir) diff --git a/NEWS b/NEWS index 7a66e67..103342b 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,16 @@ -2007-12-xx - PlProxy 2.0.4 - "Vampire-proof" +2008-01-04 - PlProxy 2.0.4 - "Vampire-proof" * Fix crash due to bad error reporting when remote db closes socket unexpectedly. * Use pg_strcasecmp to compare encodings. * Log encoding values if it fails to apply. * Replace select(2) with poll(2) to allow large fd values. + Old select(2) usage could cause problems when plproxy + was installed on database with lot of tables/indexes, + where Postgres itself could have had lot of files open. + * Disable binary I/O for timestamp(tz) and date/time types, + to avoid problems when local and remote Postgres have + different setting for integer_datetimes. 2007-12-10 - PlProxy 2.0.3 - "Faster Than A Fresh Zombie"