|
From: Koichi S. <koi...@us...> - 2010-07-22 02:33:49
|
Project "website".
The branch, master has been updated
via 8c2cfec1e2cf6263a2a1bbea33d09643fb6a942a (commit)
via 35cd128872b78192c961c85a3982cee3ec2c2ca0 (commit)
via d481c92b1778158839d16077325eb3e6052b83d9 (commit)
from b318cefa94aafbf4724f619d2a29941cb5e3d615 (commit)
- Log -----------------------------------------------------------------
commit 8c2cfec1e2cf6263a2a1bbea33d09643fb6a942a
Author: Koichi Suzuki <koichi@willey.(none)>
Date: Thu Jul 22 11:35:09 2010 +0900
Modified: roadmap.html
Corrected upcoming version numbers and schedule.
diff --git a/roadmap.html b/roadmap.html
index 65167e8..4f8802e 100755
--- a/roadmap.html
+++ b/roadmap.html
@@ -62,9 +62,9 @@ Upcoming Releases and Features
Current plan of future releases and features are as follows:
</p>
-<!-- ==== For version 1.0 ==== -->
+<!-- ==== For version 0.9.3 ==== -->
<h4>
-Version 1.0 (Late in September, 2010)
+Version 0.9.3 (Late in September, 2010)
</h4>
<p class="inner">
@@ -82,9 +82,9 @@ Forward Cursor (w/o <code>ORDER BY</code>)<br>
subqueries<br>
</p>
-<!-- ==== Beyond Version 1.0 ==== -->
+<!-- ==== For Version 1.0 ==== -->
<h4>
-Beyond Version 1.0
+Version 1.0 (Late in December, 2010)
</h4>
<p class="inner">
@@ -106,6 +106,17 @@ Tuple relocation (distrubute key update)<br>
Performance improvement <br>
Regression tests
</p>
+
+<!-- === Beyond Version 1.0 === --->
+<h4>
+Beyond Version 1.0
+</h4>
+
+<p class="inner">
+HA Capability<br>
+GTM-Standby<br>
+</p>
+
</body>
</html>
commit 35cd128872b78192c961c85a3982cee3ec2c2ca0
Merge: d481c92 b318cef
Author: Koichi Suzuki <koichi@willey.(none)>
Date: Thu Jul 22 11:25:58 2010 +0900
Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/pgxcweb
commit d481c92b1778158839d16077325eb3e6052b83d9
Author: Koichi Suzuki <ko...@wi...>
Date: Wed Jun 16 11:00:40 2010 +0900
New file: materials/Postgres-XC_20100521.pdf
Added a likn to the above file, PGCon2010 presentation materials.
diff --git a/download.html b/download.html
index cfe22b6..d2b6a44 100755
--- a/download.html
+++ b/download.html
@@ -159,6 +159,13 @@ Description of the outline of Postgres-XC internals.
 
</h4>
+<!-- PGCon2010 Presentation Materials -->
+<h4>
+<a href="materials/Postgres-XC_20100521.pdf">
+Presentation material for PGCon2010.
+</a>
+
+<!-- previous versions -->
<h4>
<a href="prev_vers/version0_9.html" target="main">Previous Versions</a>
 
diff --git a/download.html b/download.html~
similarity index 100%
copy from download.html
copy to download.html~
diff --git a/materials/Postgres-XC_20100521.pdf b/materials/Postgres-XC_20100521.pdf
new file mode 100644
index 0000000..6915b3f
Binary files /dev/null and b/materials/Postgres-XC_20100521.pdf differ
-----------------------------------------------------------------------
Summary of changes:
download.html | 7 +++
download.html => download.html~ | 78 ++++++++++++++++++------------------
materials/Postgres-XC_20100521.pdf | Bin 0 -> 1087782 bytes
roadmap.html | 19 +++++++--
4 files changed, 61 insertions(+), 43 deletions(-)
copy download.html => download.html~ (66%)
create mode 100644 materials/Postgres-XC_20100521.pdf
hooks/post-receive
--
website
|