final 2.0.4 plproxy_2_0_4
authorMarko Kreen <markokr@gmail.com>
Fri, 4 Jan 2008 09:33:17 +0000 (09:33 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 4 Jan 2008 09:33:17 +0000 (09:33 +0000)
Makefile
NEWS

index 39cd5f555b2e2c157a161d88a96921316db7e92a..13d85dcffe09a9a351946f47e9ea743bf2413f15 100644 (file)
--- 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 7a66e672db06e5c5a3a80336a16e14cd809a6995..103342b07d0b250352bda0d1bcebe1dfde493fd8 100644 (file)
--- 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"