From: Koichi S. <koi...@gm...> - 2014-02-11 04:45:42
|
Postgres-XC 1.1 beta is now out. Thank you very much for waiting long. This release includes many major new features from PostgreSQL 9.3. Also this release changes its release schedule from June - August to January - February to make it easier to catch up PostgreSQL development. Source tarball is available at https://sourceforge.net/projects/postgres-xc/files/Version_1.2/ Document page is at http://postgres-xc.sourceforge.net/docs/1_2_beta/ Release note is at http://postgres-xc.sourceforge.net/docs/1_2_beta/release-xc-1-2.html This patch enables all the major PostgreSQL new features as follows: 1) Materialized view, by Ashutosh Bapat 2) Event trigger, by Koichi Suzuki 3) Automatic updatable views, by Abbas But 4) LATERAL, by Ashutosh Bapat Due to many internal API changes of PosgreSQL planner, corresponding Postgres-XC planner needed many changes too. This effort inlcudes the following by Abbas But: 1) Fix false report of partition column updation. 2) Fix for alias problem in returning list of INSERT statements. 3) Fix a problem in RETURNING support when all the items of the list are not shippable. 4) Change the way UPDATEs are handeled, by updating all the columns of the result relation instead of updating only the columns that were in the target list. 5) Fix for all problems emerging because the query deparsing system now generates unique rtable names by appending digits Initdb message improvement was done by Masataka Saito. Postgres-XC development group appreciates for all the inputs and helps from PGXC'ers. Enjoy. ---------- Koichi Suzuki --- Koichi Suzuki |