From: Marko Kreen Date: Tue, 23 Mar 2010 12:13:37 +0000 (+0200) Subject: Prepare for 2.1rc1 X-Git-Tag: plproxy_2_1_rc1~1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4e5c39fe6b0c8ae5cd91b9c69415a916dcbffca4;p=plproxy.git Prepare for 2.1rc1 --- diff --git a/AUTHORS b/AUTHORS index de92509..3013130 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,11 +13,13 @@ Marko Kreen Contributors ------------ +David E. Wheeler Hiroshi Saito Ian Sollars João Matos Jonah Harris Lei Yonghua +Martin Pihlak Peter Eisentraut Steve Singer Ye Wenbin diff --git a/Makefile b/Makefile index 7997570..81d4bc1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # PL/Proxy version -PLPROXY_VERSION = 2.1-cvs +PLPROXY_VERSION = 2.1rc1 # libpq config PG_CONFIG = pg_config diff --git a/NEWS b/NEWS index de5b8f6..ad258c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +2010-xx-xx - PlProxy 2.1 - "" + + = Features = + + * SPLIT: New SPLIT statement to convert incoming array arguments + into smaller per-partition arrays: + + http://plproxy.projects.postgresql.org/doc/syntax.html#_split + + (Martin Pihlak) + + * SQL/MED: Cluster can be defined with SQL/MED facilities, + instead of old-style plproxy.* functions. + + http://plproxy.projects.postgresql.org/doc/config.html + + (Martin Pihlak) + + = Minor fixes/features = + + * Allow to customize location to pg_config via PG_CONFIG make variable. + (David E. Wheeler) + + * Remote errors and notices are now passed upwards with all details. + Previously only error message pas passed and notices were ignored. + + * Compatible with Postgres 9.0. + + * Compatible with flex 2.5.35+ - it now properly defines it's + own functions, so PL/Proxy does not need to do it. Otherwise + compilation will fail if flex definitions are hacked (MacOS). + + * Rework regests to make them work across 8.2..9.0 and decrease + chance of spurious failures. The encoding test still fails + if Postgres instance is not created with LANG=C. + + * deb: per-version packaging: `make debXY` will create + `postgresql-plproxy-X.Y` package. + 2009-10-28 - PlProxy 2.0.9 - "Five-Nines Guarantee For Not Bricking The Server" = Features = diff --git a/debian/changelog b/debian/changelog index 3d6b2ce..8cbbd89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plproxy2 (2.1rc1-1) unstable; urgency=low + + * v2.1rc1 + + -- Marko Kreen Tue, 23 Mar 2010 13:42:45 +0200 + plproxy2 (2.1-0cvs) unstable; urgency=low * 2.1-cvs