You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
(2) |
4
(1) |
5
(1) |
6
|
7
|
8
|
9
|
10
(1) |
11
(3) |
12
(3) |
13
|
14
|
15
|
16
|
17
(4) |
18
(1) |
19
(3) |
20
|
21
(2) |
22
|
23
|
24
|
25
|
26
|
27
(2) |
28
(4) |
29
(1) |
30
|
31
(2) |
|
|
|
|
|
From: Michael P. <mic...@us...> - 2011-10-12 04:32:32
|
Project "website". The branch, master has been updated via 061a3f00422fdfb209977184f7be479fa0f0d63d (commit) from 73e05a8a62c6acb13b3d1935d22b8137d28399ea (commit) - Log ----------------------------------------------------------------- commit 061a3f00422fdfb209977184f7be479fa0f0d63d Author: Michael P <mic...@us...> Date: Wed Oct 12 13:35:05 2011 +0900 Fix 0.9.6 download link in event tab diff --git a/events.html b/events.html index 159bcbc..c3f1fcc 100755 --- a/events.html +++ b/events.html @@ -36,7 +36,7 @@ Description of this event. <!-- Postgres-XC 0.9.6 download --> <p class="plain"> Postgres-XC 0.9.6 is now available!! Download -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/pgxc_v0_9_6.tar.gz/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/pgxc_v0.9.6.tar.gz/download" target="_blank"> here. </a> </p> ----------------------------------------------------------------------- Summary of changes: events.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2011-10-12 04:27:34
|
Project "website". The branch, master has been updated via 73e05a8a62c6acb13b3d1935d22b8137d28399ea (commit) from ff5965be535d102ae6a783667acfbc97abdbed2a (commit) - Log ----------------------------------------------------------------- commit 73e05a8a62c6acb13b3d1935d22b8137d28399ea Author: Michael P <mic...@us...> Date: Wed Oct 12 13:29:54 2011 +0900 Correct download link for tarball of 0.9.5 and 0.9.6 diff --git a/download.html b/download.html index ffe3b9f..700130e 100755 --- a/download.html +++ b/download.html @@ -49,7 +49,7 @@ Version 0.9.6 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.6/pgxc_v0_9_6.tar.gz/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/pgxc_v0.9.6.tar.gz/download" target="_blank"> (download) </a> </li> diff --git a/prev_vers/version0_9.html b/prev_vers/version0_9.html index 6a289bb..bb8e7d5 100644 --- a/prev_vers/version0_9.html +++ b/prev_vers/version0_9.html @@ -580,7 +580,7 @@ Version 0.9.5 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.5/pgxc_v0_9_5.tar.gz/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/pgxc_v0.9.5.tar.gz/download" target="_blank"> (download) </a> </li> ----------------------------------------------------------------------- Summary of changes: download.html | 2 +- prev_vers/version0_9.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2011-10-12 04:05:41
|
Project "website". The branch, master has been updated via ff5965be535d102ae6a783667acfbc97abdbed2a (commit) from 40e36fdcec40f733921471b43a5777c8425d20cd (commit) - Log ----------------------------------------------------------------- commit ff5965be535d102ae6a783667acfbc97abdbed2a Author: Michael P <mic...@us...> Date: Wed Oct 12 13:07:51 2011 +0900 Update of website coming with 0.9.6 diff --git a/download.html b/download.html index dc6b9ab..ffe3b9f 100755 --- a/download.html +++ b/download.html @@ -36,33 +36,20 @@ the project download page. Please also note tarball files do not include Postgres-XC documents. </p> -<!-- Documents of version 0.9.5 --> +<!-- Documents of version 0.9.6 --> <h4> -Version 0.9.5 +Version 0.9.6 </h4> <p> <ul> -<!-- tarball of 0.9.5, main download--> +<!-- tarball of 0.9.6, main download--> <li> -<code>pgxc_v0.9.5.tar.gz</code>: <br> +<code>pgxc_v0.9.6.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.5/pgxc_v0_9_5.tar.gz/download" target="_blank"> -(download) -</a> -</li> - -<!-- tarball (diff) --> -<li> -<code>PGXC_v0_9_5-PG_REL9_0_4.patch.gz</code>: <br> -The same material as above, but this file includes only the patch to apply -to the PostgreSQL 9.0.4 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.5/PGXC_v0_9_5-PG_REL9_0_4.patch.gz/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/pgxc_v0_9_6.tar.gz/download" target="_blank"> (download) </a> </li> @@ -72,7 +59,7 @@ No Postgres-XC documentation is included in this file either. <code>COPYING</code>: <br> License description. Postgres-XC is distributed under the PostgreSQL license. ⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/COPYING/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/COPYING/download" target="_blank"> (download) </a> </li> @@ -80,61 +67,61 @@ License description. Postgres-XC is distributed under the PostgreSQL license. <!-- Files --> <li> <code>FILES</code>: <br> -Description of files included in Postgres-XC 0.9.5 release. +Description of files included in Postgres-XC 0.9.6 release. ⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/FILES/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/FILES/download" target="_blank"> (download) </a> </li> <!-- Reference Manual --> <li> -<code>PG-XC_ReferenceManual_v0_9_5.pdf</code>: <br> +<code>PG-XC_ReferenceManual_v0_9_6.pdf</code>: <br> Reference of Postgres-XC extension. ⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/PG-XC_ReferenceManual_v0_9_5.pdf/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/PG-XC_ReferenceManual_v0_9_6.pdf/download" target="_blank"> (download) </a> </li> <!-- pgbench Tutorial Manual --> <li> -<code>PG-XC_pgbench_Tutorial_v0_9_5.pdf</code>: <br> +<code>PG-XC_pgbench_Tutorial_v0_9_6.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.5/PG-XC_pgbench_Tutorial_v0_9_5.pdf/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/PG-XC_pgbench_Tutorial_v0_9_6.pdf/download" target="_blank"> (download) </a> </li> <!-- DBT-1 Tutorial Manual --> <li> -<code>PG-XC_DBT1_Tutorial_v0_9_5.pdf</code>: <br> +<code>PG-XC_DBT1_Tutorial_v0_9_6.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.5/PG-XC_DBT1_Tutorial_v0_9_5.pdf/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/PG-XC_DBT1_Tutorial_v0_9_6.pdf/download" target="_blank"> (download) </a> </li> <!-- Install Manual --> <li> -<code>PG-XC_InstallManual_v0_9_5.pdf</code>: <br> +<code>PG-XC_InstallManual_v0_9_6.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.5/PG-XC_InstallManual_v0_9_5.pdf/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/PG-XC_InstallManual_v0_9_6.pdf/download" target="_blank"> (download) </a> </li> <!-- SQL limitation manual --> <li> -<code>PG-XC_SQL_Limitations_v0_9_5.pdf</code>: <br> -SQL restrictions available for Postgres-XC 0.9.5. +<code>PG-XC_SQL_Limitations_v0_9_6.pdf</code>: <br> +SQL restrictions available for Postgres-XC 0.9.6. ⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/PG-XC_SQL_Limitations_v0_9_5.pdf/download" target="_blank"> +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/PG-XC_SQL_Limitations_v0_9_6.pdf/download" target="_blank"> (download) </a> </li> diff --git a/events.html b/events.html index 54715ee..159bcbc 100755 --- a/events.html +++ b/events.html @@ -15,7 +15,7 @@ <p class="plain"> A lot of opportunities to meet the Core developers!! <ul> -<li>Currently applied for Postgres Open 2011 hold in Sept in Chicago</li> +<li>Presentation at PGBR2011 (Postgres Brazil), Sao Paulo on Nov 2011</li> </ul> </p> @@ -33,10 +33,10 @@ Description of this event. UPDATES --> <h2 class="plain">Updates</h2> -<!-- Postgres-XC 0.9.5 download --> +<!-- Postgres-XC 0.9.6 download --> <p class="plain"> -Postgres-XC 0.9.5 is now available!! Download -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/pgxc_v0_9_5.tar.gz/download" target="_blank"> +Postgres-XC 0.9.6 is now available!! Download +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/pgxc_v0_9_6.tar.gz/download" target="_blank"> here. </a> </p> diff --git a/members.html b/members.html index f1d969f..4be6c57 100755 --- a/members.html +++ b/members.html @@ -29,7 +29,7 @@ Postgres-XC development team Project leader and architect.<br /> His background includes object relational database engine (UniSQL) and<br /> PostgreSQL development.<br /> -He is also the developer of XCM (XC cluster manager). +He is also the developer of GTM-Standby </p> <h4>Pavan Deolasee</h4> @@ -54,13 +54,19 @@ He also contributed to enhance pgbench in PostgreSQL 9.0. <p class="inner"> Working on overall code stabilization and Coordinator functionalities<br /> -He has written the new distribution function MODULO. +He has written the new distribution function MODULO and works on cluster subsets. </p> <h4>Ashutosh Bapat</h4> <p class="inner"> Has joined the project at release 0.9.4<br /> -Currently working on aggregates and GROUP BY<br /> +Implementor of improvements with aggregates, GROUP BY, HAVING, query planning.<br /> +</p> + +<h4>Amit Khandekar</h4> +<p class="inner"> +Has joined the project at release 0.9.6<br /> +Planning to work on SQL query extension and new features related to query planning.<br /> </p> <h4>Mason Sharp</h4> diff --git a/prev_vers/version0_9.html b/prev_vers/version0_9.html index de0c4b2..6a289bb 100644 --- a/prev_vers/version0_9.html +++ b/prev_vers/version0_9.html @@ -567,5 +567,111 @@ SQL restrictions available for Postgres-XC 0.9.4. </ul> </p> +<!-- Documents of version 0.9.5 --> +<h4> +Version 0.9.5 +</h4> + +<p> +<ul> +<!-- tarball of 0.9.5, main download--> +<li> +<code>pgxc_v0.9.5.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.5/pgxc_v0_9_5.tar.gz/download" target="_blank"> +(download) +</a> +</li> + +<!-- tarball (diff) --> +<li> +<code>PGXC_v0_9_5-PG_REL9_0_4.patch.gz</code>: <br> +The same material as above, but this file includes only the patch to apply +to the PostgreSQL 9.0.4 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.5/PGXC_v0_9_5-PG_REL9_0_4.patch.gz/download" target="_blank"> +(download) +</a> +</li> + +<!-- License --> +<li> +<code>COPYING</code>: <br> +License description. Postgres-XC is distributed under the PostgreSQL license. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/COPYING/download" target="_blank"> +(download) +</a> +</li> + +<!-- Files --> +<li> +<code>FILES</code>: <br> +Description of files included in Postgres-XC 0.9.5 release. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/FILES/download" target="_blank"> +(download) +</a> +</li> + +<!-- Reference Manual --> +<li> +<code>PG-XC_ReferenceManual_v0_9_5.pdf</code>: <br> +Reference of Postgres-XC extension. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/PG-XC_ReferenceManual_v0_9_5.pdf/download" target="_blank"> +(download) +</a> +</li> + +<!-- pgbench Tutorial Manual --> +<li> +<code>PG-XC_pgbench_Tutorial_v0_9_5.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.5/PG-XC_pgbench_Tutorial_v0_9_5.pdf/download" target="_blank"> +(download) +</a> +</li> + +<!-- DBT-1 Tutorial Manual --> +<li> +<code>PG-XC_DBT1_Tutorial_v0_9_5.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.5/PG-XC_DBT1_Tutorial_v0_9_5.pdf/download" target="_blank"> +(download) +</a> +</li> + +<!-- Install Manual --> +<li> +<code>PG-XC_InstallManual_v0_9_5.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.5/PG-XC_InstallManual_v0_9_5.pdf/download" target="_blank"> +(download) +</a> +</li> + +<!-- SQL limitation manual --> +<li> +<code>PG-XC_SQL_Limitations_v0_9_5.pdf</code>: <br> +SQL restrictions available for Postgres-XC 0.9.5. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/PG-XC_SQL_Limitations_v0_9_5.pdf/download" target="_blank"> +(download) +</a> +</li> + +</ul> +</p> + </body> </html> diff --git a/roadmap.html b/roadmap.html index 222e16b..cb4e8ac 100755 --- a/roadmap.html +++ b/roadmap.html @@ -35,34 +35,27 @@ similar to PostgreSQL, except for savepoints. On the other hand, Postgres-XC needs to enhance support for general statements.<br /> As of Version 0.9.5, Postgres-XC supports statements which can be executed on a single data node, or on multiple nodes for single and multi step.<br /> -This new version adds support for:<br /> +This new version adds support for:</p> <ul> -<li>License changes to PostgreSQL license</li> -<li>PITR and barrier mechanism (create consistent recovery points in a cluster of nodes)</li> -<li>GTM standby</li> -<li>GROUP BY</li> -<li>Single-step PL/PGSQL function support</li> -<li>ROLE DDL, REVOKE, GRANT, etc.</li> -<li>Connection pooling supports multiple users</li> -<li>Session parameters</li> -<li>Improvement of aggregates</li> -<li>New types of distribution keys for table distribution</li> -<li>Cluster setting simplified</li> -<li>GTM proxy reconnection</li> -<li>Merge with PostgreSQL 9.0.4</li> -<li>pg_regress</li> -<li>DBT-1 stabilization</li> -<li>More code stabilization</li> +<li>New code base is PostgreSQL 9.1 stable code (Synchronous replication, etc).</li> +<li>HAVING is now supported</li> +<li>GROUP BY push down is optimized</li> +<li>Temporary objects are supported (sequence, view, table, etc.)</li> +<li>Regressions are stabilized for all the possible cluster configurations</li> +<li>PREPARE, EXECUTE are re-enabled and fully supported</li> +<li>make check support has been added</li> +<li>Stabilization of XC with 32b and 64b machines</li> +<li>Support for parametrized queries</li> </ul> -However there are some limitations please refer to <a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.5/PG-XC_SQL_Limitations_v0_9_5.pdf/download" target="_blank"> +<p>However there are some limitations please refer to <a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.6/PG-XC_SQL_Limitations_v0_9_6.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. </p> -<p>In the next months, we will expand HA features with GTM standby improvement and synchronous streaming replication. Another focus is the support of multi-prepared statements or complicated statements such as subqueries, SELECT INTO, etc.</p> +<p>In the next months, we will expand HA features with GTM standby improvement and synchronous streaming replication. Another focus is the support of CTAS (CREATE TABLE AS), stable/volatile function pushdown, subqueries, SELECT INTO, etc.</p> <!-- ==== Planned feature === --> <h3> Upcoming Releases and Features @@ -94,24 +87,23 @@ subqueries<br> <!-- ==== For Version 1.0 ==== --> <h4> -Version 0.9.6 (September, 2011) +Version 0.9.7 (December 2011, January 2012) </h4> <p class="inner"> <ul> -<li>GTM standby improvements</li> -<li>HAVING</li> -<li>Extension of synchronous streaming replication</li> -<li>Creation of tables in subset of nodes</li> -<li>Entension of query planning with remote node scan extensions</li> -<li>Bug corrections</li> -<li>Performance improvement</li> +<li>Node subsets and sub clusters (table data distributed in a portion of nodes)</li> +<li>Cluster node management with SQL and catalog extensions</li> +<li>Window functions</li> +<li>SELECT INTO/CREATE TABLE AS</li> +<li>SERIAL</li> +<li>BARRIER timeout</li> </ul> </p> <!-- === Beyond Version 1.0 === ---> <h4> -After Version 0.9.6, on the way to Version 1.0 +After Version 0.9.7, on the way to Version 1.0 </h4> <p class="inner"> @@ -119,13 +111,10 @@ After Version 0.9.6, on the way to Version 1.0 <li>PITR cluster-wide recovery</li> <li>Standby node method based on PostgreSQL's HOT Standby</li> <li>Trigger</li> -<li>SELECT INTO</li> +<li>Tablespace</li> <li>SSL connection protocol for pooler (secure your cluster!)</li> -<li>Temporary (TEMP) tables</li> <li>HOT standby full support</li> <li>Cross-node operation optimization</li> -<li>Multi-step Prepared statments</li> -<li>More variety of statements</li> <li>GTM-Standby</li> <li>Savepoint</li> <li>Backward cursor</li> @@ -138,4 +127,3 @@ After Version 0.9.6, on the way to Version 1.0 </body> </html> - ----------------------------------------------------------------------- Summary of changes: download.html | 51 ++++++++------------- events.html | 8 ++-- members.html | 12 ++++- prev_vers/version0_9.html | 106 +++++++++++++++++++++++++++++++++++++++++++++ roadmap.html | 54 +++++++++-------------- 5 files changed, 159 insertions(+), 72 deletions(-) hooks/post-receive -- website |