|
From: Michael P <mic...@us...> - 2010-07-22 02:10:58
|
Project "website".
The branch, master has been updated
via b318cefa94aafbf4724f619d2a29941cb5e3d615 (commit)
via 84caa6fc61b61ea5db46269f4889615b1fa09f76 (commit)
from 95fa0dca242148522ad78a1b0df1e1ebae9397fc (commit)
- Log -----------------------------------------------------------------
commit b318cefa94aafbf4724f619d2a29941cb5e3d615
Author: Michael P <mic...@us...>
Date: Thu Jul 22 11:09:25 2010 +0900
Events and current release number corrected.
Some typing issues with members corrected
diff --git a/events.html b/events.html
index 52fee74..1cb57b5 100755
--- a/events.html
+++ b/events.html
@@ -12,24 +12,28 @@
==== UPCOMING EVENTS ====
-->
<h2 class="plain">Events</h2>
-<!-- CHAR(10) -->
+<p class="plain">
+Upcoming events to be decided soon!
+</p>
+
+<!-- Event title -->
+<!--
<p class="plain">
Jul.1 to 3, 2010,
-<a href="http://www.char10.org/" target="_blank">
-CHAR(10)
+<a href="http link to this event" target="_blank">
+Event title
</a>
-conference dedicated for PostgreSQL cluster.
+Description of this event.
</p>
+-->
<!--
UPDATES
-->
-<h2 class="plain">
-Updates
-</h2>
-<!-- Postgres-XC 0.9.1 download -->
+<h2 class="plain">Updates</h2>
+<!-- Postgres-XC 0.9.2 download -->
<p class="plain">
-Postgres-XC 0.9.1 is now available!! Download
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/pgxc_v0_9_1.tar.gz/download" target="_blank">
+Postgres-XC 0.9.2 is now available!! Download
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/pgxc_v0_9_2.tar.gz/download" target="_blank">
here.
</a>
</p>
diff --git a/members.html b/members.html
index 17ae2a0..c230c54 100755
--- a/members.html
+++ b/members.html
@@ -26,31 +26,31 @@ Postgres-XC development team
<h4>Koichi Suzuki</h4>
<p class="inner">
-Project leader and architect.
-His background includes object relational database engine (UniSQL) and
+Project leader and architect.<br>
+His background includes object relational database engine (UniSQL) and<br>
PostgreSQL development.
</p>
<h4>Mason Sharp</h4>
<p class="inner">
-Architect and development leader.
-Coordinator developer.
-He is also the main architect of GridSQL database cluster.
+Architect and development leader.<br>
+Coordinator developer.<br>
+He is also the main architect of GridSQL database cluster.<br>
</p>
<h4>Pavan Deolasee</h4>
<p class="inner">
-Global Transaction Manager developer.
-He is well known as HOT developer in PostgreSQL.
-He is also helping in source code review and PostgreSQL internals.
+Global Transaction Manager developer.<br>
+He is well known as HOT developer in PostgreSQL.<br>
+He is also helping in source code review and PostgreSQL internals.<br>
</p>
<h4>Andrei Martsinchyk</h4>
<p class="inner">
-Data Node and connection pooling developer.
+Data Node and connection pooling developer.<br>
He is also GridSQL developer and is now developping aggregate
functions and other cross-node operation.
</p>
@@ -58,8 +58,9 @@ functions and other cross-node operation.
<h4>Michael Paquier</h4>
<p class="inner">
-Coordinator feature developer. Currently working on user-defined function and DDLs.
-He helped in modifying DBT-1 benchmark for Postgres-XC.
+Coordinator feature developer.<br>
+Currently working on user-defined function, Sequence handling and Global values.<br>
+He helped in modifying DBT-1 benchmark for Postgres-XC.<br>
He also contributed to enhance pgbench and 2PC.
</p>
@@ -72,7 +73,7 @@ Test, performance evaluation and analysis, related documents and utilities.
<h4>Devrim Gunduz</h4>
<p class="inner">
-Binary buiding for releases. He is also developping binary packages of PostgreSQL.
+Binary buiding for releases.<br> He is also developping binary packages of PostgreSQL.
</p>
</body>
commit 84caa6fc61b61ea5db46269f4889615b1fa09f76
Author: Michael P <mic...@us...>
Date: Thu Jul 22 10:55:52 2010 +0900
Website update with Postggres-XC 0.9.2 release
diff --git a/download.html b/download.html
index cfe22b6..584eab1 100755
--- a/download.html
+++ b/download.html
@@ -25,8 +25,8 @@ List of Release Materials
</h3>
<p>
-The current release includes the following materials.
-Please note that documentation is not included in the source material.
+The current release includes the following materials.<br>
+Please note that documentation is not included in the source material.<br>
Please download documentation from
<a href="https://sourceforge.net/projects/postgres-xc/files/" target="_blank">
the project download page.
@@ -36,121 +36,121 @@ the project download page.
Please also note tarball files do not include Postgres-XC documents.
</p>
-<!-- Documents of version 0.9.1 -->
+<!-- Documents of version 0.9.2 -->
<h4>
-Version 0.9.1
+Version 0.9.2
</h4>
<p>
<ul>
-<!-- tarball -->
+<!-- tarball of 0.9.2, main download-->
<li>
-<code>pgxc_v0.9.1.tar.gz</code>: 
-Latest version of Postgres-XC available.
+<code>pgxc_v0.9.2.tar.gz</code>: <br>
+Latest version of Postgres-XC available.<br>
Please note that Postgres-XC documentation is not included in this file.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/pgxc_v0_9_1.tar.gz/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/pgxc_v0_9_2.tar.gz/download" target="_blank">
(download)
</a>
</li>
<!-- tarball (diff) -->
<li>
-<code>PGXC_v0_9_1-PG_REL8_4_3.patch.gz</code>: 
+<code>PGXC_v0_9_2-PG_REL8_4_3.patch.gz</code>: <br>
The same material as above, but this file includes only the patch to apply
-to the PostgreSQL 8.4.3 release source code.
+to the PostgreSQL 8.4.3 release source code.<br>
It is useful if you would like to see just a difference between PostgreSQL
-and Postgres-XC.
+and Postgres-XC.<br>
No Postgres-XC documentation is included in this file either.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PGXC_v0_9_1-PG_REL8_4_3.patch.gz/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PGXC_v0_9_2-PG_REL8_4_3.patch.gz/download" target="_blank">
(download)
</a>
</li>
<!-- License -->
<li>
-<code>COPYING</code>: 
+<code>COPYING</code>: <br>
License description. Postgres-XC is distributed under LGPL version 2.1
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/COPYING/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/COPYING/download" target="_blank">
(download)
</a>
</li>
<!-- Files -->
<li>
-<code>FILES</code>: 
-Description of files included in Postgres-XC 0.9.1 release.
+<code>FILES</code>: <br>
+Description of files included in Postgres-XC 0.9.2 release.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/FILES/download" target="_blank">
-(download)
-</a>
-</li>
-
-<!-- Readme -->
-<li>
-<code>README</code>: 
-Overview of the release.
-⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/README/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/FILES/download" target="_blank">
(download)
</a>
</li>
<!-- Reference Manual -->
<li>
-<code>PG-XC_ReferenceManual_v0_9_1.pdf</code>: 
+<code>PG-XC_ReferenceManual_v0_9_2.pdf</code>: <br>
Reference of Postgres-XC extension.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_ReferenceManual_v0_9_1.pdf/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PG-XC_ReferenceManual_v0_9_2.pdf/download" target="_blank">
(download)
</a>
</li>
<!-- pgbench Tutorial Manual -->
<li>
-<code>PG-XC_pgbench_Tutorial_v0_9_1.pdf</code>: 
+<code>PG-XC_pgbench_Tutorial_v0_9_2.pdf</code>: <br>
Step by step description how to build and configure pgbench to run with
Postgres-XC.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_pgbench_Tutorial_v0_9_1.pdf/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PG-XC_pgbench_Tutorial_v0_9_2.pdf/download" target="_blank">
(download)
</a>
</li>
<!-- DBT-1 Tutorial Manual -->
<li>
-<code>PG-XC_DBT1_Tutorial_v0_9_1.pdf</code>: 
+<code>PG-XC_DBT1_Tutorial_v0_9_2.pdf</code>: <br>
Step by step description how to build and configure DBT-1 to run with
Postgres-XC.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_DBT1_Tutorial_v0_9_1.pdf/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PG-XC_DBT1_Tutorial_v0_9_2.pdf/download" target="_blank">
(download)
</a>
</li>
<!-- Install Manual -->
<li>
-<code>PG-XC_InstallManual_v0_9_1.pdf</code>: 
+<code>PG-XC_InstallManual_v0_9_2.pdf</code>: <br>
Step by step description how to build, install and configure Postgres-XC.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_InstallManual_v0_9_1.pdf/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PG-XC_InstallManual_v0_9_2.pdf/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- SQL limitation manual -->
+<li>
+<code>PG-XC_SQL_Limitations_v0_9_2.pdf</code>: <br>
+SQL restrictions available for Postgres-XC 0.9.2.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PG-XC_SQL_Limitations_v0_9_2.pdf/download" target="_blank">
(download)
</a>
</li>
<!-- Architecture Document -->
<li>
-<code>PG-XC_Architecture_v0_9.pdf</code>: 
+<code>PG-XC_Architecture_v0_9.pdf</code>: <br>
Description of the outline of Postgres-XC internals.
⇒
-<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PG-XC_Architecture.pdf/download" target="_blank">
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PG-XC_Architecture.pdf/download" target="_blank">
(download)
</a>
</li>
-</ul>
+</ul>
</p>
<!--div align="left" style="font-size:95%;"-->
@@ -166,4 +166,4 @@ Description of the outline of Postgres-XC internals.
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/prev_vers/version0_9.html b/prev_vers/version0_9.html
index 83e008d..4ed4cf1 100644
--- a/prev_vers/version0_9.html
+++ b/prev_vers/version0_9.html
@@ -32,8 +32,9 @@ Version 0.9.0
<ul>
<!-- tarball -->
<li>
-<code>pgxc_v0.9.tar.gz</code>: 
-This is a collection of source materials used to build the binaries.
+<code>pgxc_v0.9.tar.gz</code>: <br>
+Previous version of Postgres-XC released in April 2010.<br>
+This is a collection of source materials used to build the binaries.<br>
Please note that Postgres-XC documentation is not included in this file.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/pgxc_v0.9.tar.gz/download" target="_blank">
@@ -41,11 +42,12 @@ Please note that Postgres-XC documentation is not included in this file.
</a>
</li>
-<code>PGXC-PG_REL8_4_3.patch.gz</code>: 
+<li>
+<code>PGXC-PG_REL8_4_3.patch.gz</code>: <br>
The same material as above, but this file includes only the patch to apply
-to the PostgreSQL 8.4.3 release source code.
+to the PostgreSQL 8.4.3 release source code.<br>
It is useful if you would like to see just a difference between PostgreSQL
-and Postgres-XC.
+and Postgres-XC.<br>
No Postgres-XC documentation is included in this file either.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PGXC-PG_REL8_4_3.patch.gz/download" target="_blank">
@@ -55,7 +57,7 @@ No Postgres-XC documentation is included in this file either.
<!-- License -->
<li>
-<code>COPYING</code>: 
+<code>COPYING</code>: <br>
License description. Postgres-XC is distributed under LGPL version 2.1
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/COPYING/download" target="_blank">
@@ -65,7 +67,7 @@ License description. Postgres-XC is distributed under LGPL version 2.1
<!-- Readme -->
<li>
-<code>README</code>: 
+<code>README</code>: <br>
Overview of the release.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/README/download" target="_blank">
@@ -75,7 +77,7 @@ Overview of the release.
<!-- Reference Manual -->
<li>
-<code>ReferenceManual.pdf</code>: 
+<code>ReferenceManual.pdf</code>: <br>
Reference of Postgres-XC extension.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/ReferenceManual.pdf/download" target="_blank">
@@ -85,7 +87,7 @@ Reference of Postgres-XC extension.
<!-- Tutorial Manual -->
<li>
-<code>PG-XC_TutorialManual.pdf</code>: 
+<code>PG-XC_TutorialManual.pdf</code>: <br>
Step by step description how to build and configure DBT-1 to run with
Postgres-XC.
⇒
@@ -96,7 +98,7 @@ Postgres-XC.
<!-- Install Manual -->
<li>
-<code>PG-XC_InstallManual_Revision1.pdf</code>: 
+<code>PG-XC_InstallManual_Revision1.pdf</code>: <br>
Step by step description how to build, install and configure Postgres-XC.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PG-XC_InstallManual_Revision1.pdf/download" target="_blank">
@@ -106,14 +108,133 @@ Step by step description how to build, install and configure Postgres-XC.
<!-- Architecture Document -->
<li>
-<code>PG-XC_Architecture.pdf</code>: 
+<code>PG-XC_Architecture.pdf</code>: <br>
+Description of the outline of Postgres-XC internals.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PG-XC_Architecture.pdf/download" target="_blank">
+(download)
+</a>
+</li>
+</ul>
+</p>
+
+<!-- Documents of version 0.9.1 -->
+<h4>
+Version 0.9.1
+</h4>
+
+<p>
+<ul>
+<!-- tarball -->
+<li>
+<code>pgxc_v0.9.1.tar.gz</code>: <br>
+Previous version of Postgres-XC released in May 2010.<br>
+Please note that Postgres-XC documentation is not included in this file.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/pgxc_v0_9_1.tar.gz/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- tarball (diff) -->
+<li>
+<code>PGXC_v0_9_1-PG_REL8_4_3.patch.gz</code>: <br>
+The same material as above, but this file includes only the patch to apply
+to the PostgreSQL 8.4.3 release source code.<br>
+It is useful if you would like to see just a difference between PostgreSQL
+and Postgres-XC.<br>
+No Postgres-XC documentation is included in this file either.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PGXC_v0_9_1-PG_REL8_4_3.patch.gz/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- License -->
+<li>
+<code>COPYING</code>: <br>
+License description. Postgres-XC is distributed under LGPL version 2.1
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/COPYING/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- Files -->
+<li>
+<code>FILES</code>: <br>
+Description of files included in Postgres-XC 0.9.1 release.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/FILES/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- Readme -->
+<li>
+<code>README</code>: <br>
+Overview of the release.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/README/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- Reference Manual -->
+<li>
+<code>PG-XC_ReferenceManual_v0_9_1.pdf</code>: <br>
+Reference of Postgres-XC extension.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_ReferenceManual_v0_9_1.pdf/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- pgbench Tutorial Manual -->
+<li>
+<code>PG-XC_pgbench_Tutorial_v0_9_1.pdf</code>: <br>
+Step by step description how to build and configure pgbench to run with
+Postgres-XC.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_pgbench_Tutorial_v0_9_1.pdf/download" target="_blank">
+(download)
+</a>
+</li>
+
+
+<!-- DBT-1 Tutorial Manual -->
+<li>
+<code>PG-XC_DBT1_Tutorial_v0_9_1.pdf</code>: <br>
+Step by step description how to build and configure DBT-1 to run with
+Postgres-XC.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_DBT1_Tutorial_v0_9_1.pdf/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- Install Manual -->
+<li>
+<code>PG-XC_InstallManual_v0_9_1.pdf</code>: <br>
+Step by step description how to build, install and configure Postgres-XC.
+⇒
+<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.1/PG-XC_InstallManual_v0_9_1.pdf/download" target="_blank">
+(download)
+</a>
+</li>
+
+<!-- Architecture Document -->
+<li>
+<code>PG-XC_Architecture_v0_9.pdf</code>: <br>
Description of the outline of Postgres-XC internals.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PG-XC_Architecture.pdf/download" target="_blank">
(download)
</a>
</li>
+
</ul>
</p>
+
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/roadmap.html b/roadmap.html
index 8299fbd..65167e8 100755
--- a/roadmap.html
+++ b/roadmap.html
@@ -33,11 +33,22 @@ similar to PostgreSQL, except for two phase commit (2PC) and savepoints.
(XC uses 2PC for internal use).
</p>
<p>
-On the other hand, Postgres-XC needs to enhance support for general statements.
-As of Version 0.9.1, Postgres-XC supports statements which can be executed
-on a single data node, or on multiple nodes but as a single step.
-It does not support yet complex statements such as
-subquery, view, ORDER BY, DISTINCT or
+On the other hand, Postgres-XC needs to enhance support for general statements.<br>
+As of Version 0.9.2, Postgres-XC supports statements which can be executed
+on a single data node, or on multiple nodes but as a single step.<br>
+This new version adds support for:
+- views<br>
+- extra DDLs<br>
+- ORDER BY/DISTINCT<br>
+- pg_dump, pg_restore<br>
+- sequence full support with GTM<br>
+- basic stored function support.<br>
+- Cold synchronization of Coordinator's Catalog files<br>
+However there are some limitations please refer to <a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.2/PG-XC_SQL_Limitations_v0_9_2.pdf/download" target="_blank">
+SQL Limitations </a> document for further details.
+</p>
+<p>
+There is no support yet for
<code>SELECT</code> in <code>FROM</code> clause.
Support for <code>CURSOR</code> is a future issue too.
</p>
@@ -53,41 +64,27 @@ Current plan of future releases and features are as follows:
<!-- ==== For version 1.0 ==== -->
<h4>
-Version 1.0 (Late in July, 2010)
+Version 1.0 (Late in September, 2010)
</h4>
-<p class="inner">
-<code>ORDER BY</code><br>
-<code>DISTINCT</code><br>
-Stored functions<br>
-subqueries<br>
-Views<br>
-Rules<br>
-DDLs<br>
-Regression tests<br>
-<p>
-
-<!-- ==== For version 1.1 ==== -->
-<h4>
-Version 1.1 (Late in September, 2010)
-</h4>
-
-<p class="inner">
+<p class="inner">
Cluster-wide installer<br>
Cluster-wide operation utilities<br>
Regression tests<br>
Logical backup/restore (pg_dump, pg_restore)<br>
Basic cross-node operation<br>
TEMP Table<br>
+Cursor support<br>
Extended Query Protocol (for JDBC)<br>
Global timestamp<br>
Driver support (ECPG, JDBC, PHP, etc.)<br>
Forward Cursor (w/o <code>ORDER BY</code>)<br>
+subqueries<br>
</p>
-<!-- ==== Beyond Version 1.1 ==== -->
+<!-- ==== Beyond Version 1.0 ==== -->
<h4>
-Beyond Version 1.1
+Beyond Version 1.0
</h4>
<p class="inner">
-----------------------------------------------------------------------
Summary of changes:
download.html | 78 ++++++++++++------------
events.html | 24 ++++---
members.html | 25 ++++----
prev_vers/version0_9.html | 145 +++++++++++++++++++++++++++++++++++++++++----
roadmap.html | 47 +++++++--------
5 files changed, 221 insertions(+), 98 deletions(-)
hooks/post-receive
--
website
|