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
(4) |
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: <ap...@us...> - 2015-05-01 07:52:16
|
Project "website". The branch, master has been updated via 225dc9fce5d44102013d3985f2d70d3aed6abca0 (commit) from 23994ac023413a2e49e9e138b1e0ac3a6aca8fe4 (commit) - Log ----------------------------------------------------------------- commit 225dc9fce5d44102013d3985f2d70d3aed6abca0 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 16:52:33 2015 +0900 Updated system overview figure for typo correction and better resolution. diff --git a/image/SystemOutline.png b/image/SystemOutline.png new file mode 100644 index 0000000..9785c1c Binary files /dev/null and b/image/SystemOutline.png differ diff --git a/intro.html b/intro.html index 95fe32d..4207d9f 100755 --- a/intro.html +++ b/intro.html @@ -71,7 +71,7 @@ to servers containing the target data. </p> <!-- === Overview of the whole system === --> <p class="plain"> -<img src="image/arch.jpg" width="650"> +<img src="image/SystemOutline.png" width="650"> </p> <!-- Piwik --> <script type="text/javascript"> ----------------------------------------------------------------------- Summary of changes: image/SystemOutline.png | Bin 0 -> 109509 bytes intro.html | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) create mode 100644 image/SystemOutline.png hooks/post-receive -- website |
From: <ap...@us...> - 2015-05-01 07:08:08
|
Project "website". The branch, master has been updated via 23994ac023413a2e49e9e138b1e0ac3a6aca8fe4 (commit) from bd93343ee3708af486fa223bbea588ecdb057ae4 (commit) - Log ----------------------------------------------------------------- commit 23994ac023413a2e49e9e138b1e0ac3a6aca8fe4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 16:07:39 2015 +0900 Added .vimrc to share common editing environment, especially amount of indent and tab width. They are set to 2. diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..d95a96e --- /dev/null +++ b/.vimrc @@ -0,0 +1,12 @@ +set ambiwidth=double +set tabstop=2 +set shiftwidth=2 +set cindent +set browsedir=buffer +set hidden +set showmatch +set ic +set smartcase +set nows +set exrc +syntax on ----------------------------------------------------------------------- Summary of changes: .vimrc | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 .vimrc hooks/post-receive -- website |
From: <ap...@us...> - 2015-05-01 07:02:02
|
Project "website". The branch, master has been updated via bd93343ee3708af486fa223bbea588ecdb057ae4 (commit) via 2fe1479da41d8b3d159a0f5b7bdef538df3119c4 (commit) from 48dce79985408a81b3fd6656184dfbef5cb752b4 (commit) - Log ----------------------------------------------------------------- commit bd93343ee3708af486fa223bbea588ecdb057ae4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 16:02:28 2015 +0900 Added copyright notice to charter.html. diff --git a/charter.html b/charter.html index 87715bb..0ecc92d 100755 --- a/charter.html +++ b/charter.html @@ -3,6 +3,7 @@ <!-- ==== Postgres-XC Charter ==== + Copyright (c) 2012-2015, Postgres-XC Development Group --> <html lang="en"> <head> @@ -68,10 +69,10 @@ Postgres-XC Development Group Charter Development members </h4> <p class="h4p"> - Development members consist of those who contribute - the code, report bugs, test the core features, propose new features, - discuss about Postgres-XC and related feature through Postgres-XC mailing lists, - or those who provide any other activities which helps Postgres-XC development. + Development members consist of those who contribute + the code, report bugs, test the core features, propose new features, + discuss about Postgres-XC and related feature through Postgres-XC mailing lists, + or those who provide any other activities which helps Postgres-XC development. </p> <h3> Committee @@ -84,20 +85,20 @@ Postgres-XC Development Group Charter Representative </h3> <p class="h3p"> - Core team chooses its representative. - As of May 1st, 2015, the representative is Koichi Suzuki. + Core team chooses its representative. + As of May 1st, 2015, the representative is Koichi Suzuki. </p> <h3> Location </h3> <p class="h3p"> - Postgres-XC Development Groups location is that of the representative. + Postgres-XC Development Groups location is that of the representative. </p> <h3> Governing Law </h3> <p class="h3p"> - Postgres-XC development Group will be governed by laws at its location. + Postgres-XC development Group will be governed by laws at its location. </p> <h3> Change History @@ -107,8 +108,13 @@ Postgres-XC Development Group Charter Change history is as follows: </p> <ul class="h3p"> - <li> May 25th, 2012: First version of the charter.</li> - <li> May 1st, 2015: Refrecrted latest members. Added new description of committed for specific activities.</li> + <li> + May 25th, 2012: First version of the charter. + </li> + <li> + May 1st, 2015: Refrecrted latest members. + Added new description of committed for specific activities. + </li> </ul> <!-- End of the document --> <p class="eod"> commit 2fe1479da41d8b3d159a0f5b7bdef538df3119c4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 15:57:32 2015 +0900 This commit reflects previous CSS change to charter.html. Some style tweak was also done. diff --git a/charter.html b/charter.html index 6fa02da..87715bb 100755 --- a/charter.html +++ b/charter.html @@ -21,7 +21,7 @@ Postgres-XC Development Group Charter <h3> Activity </h3> - <p> + <p class="h3p"> The Postgres-XC Development Group performs any activities to develop, publish, support and any other activities to help them related to Postgres-XC core features. @@ -33,10 +33,10 @@ Postgres-XC Development Group Charter <h4> Core Members </h4> - <p> + <p class="h4p"> As of May 1st, 2015, Core Team consists of the following people (alphabetical order): </p> - <ul> + <ul class="h4p"> <li>Chen Qide</li> <li>Jasonys Li</li> <li>Koichi Suzuki</li> @@ -44,16 +44,16 @@ Postgres-XC Development Group Charter <li>Mason Sharp</li> <li>Qian Ling</li> </ul> - <p> + <p class="h4p"> Core members appoints its own members. </p> <h4> Committers </h4> - <p> + <p class="h4p"> As of May 1st, 2015, the following people are committers (alphabetical order): </p> - <ul> + <ul class="h4p"> <li>Abbas Butt</li> <li>Ahsan Hadi</li> <li>Ashutosh Bapat</li> @@ -61,13 +61,13 @@ Postgres-XC Development Group Charter <li>Masataka Saito</li> <li>Tetsuo Sakata</li> </ul> - <p> + <p class="h4p"> The core team assigns committers.` </p> <h4> Development members </h4> - <p> + <p class="h4p"> Development members consist of those who contribute the code, report bugs, test the core features, propose new features, discuss about Postgres-XC and related feature through Postgres-XC mailing lists, @@ -76,35 +76,43 @@ Postgres-XC Development Group Charter <h3> Committee </h3> - <p> + <p class="h3p"> Postgres-XC development group may have committees to carry out its activities. As of May 1st, 2015, there is no such committees. </p> <h3> Representative </h3> - <p> + <p class="h3p"> Core team chooses its representative. As of May 1st, 2015, the representative is Koichi Suzuki. </p> <h3> Location </h3> - <p> + <p class="h3p"> Postgres-XC Development Groups location is that of the representative. </p> <h3> Governing Law </h3> - <p> + <p class="h3p"> Postgres-XC development Group will be governed by laws at its location. </p> <h3> - hange History + Change History </h3> - <ul> + <p class="h3p"> + This document was created at May 25th, 2012. + Change history is as follows: + </p> + <ul class="h3p"> <li> May 25th, 2012: First version of the charter.</li> <li> May 1st, 2015: Refrecrted latest members. Added new description of committed for specific activities.</li> </ul> + <!-- End of the document --> + <p class="eod"> + [End Of The Document] + </p> </body> </html> diff --git a/pgcx_1.css b/pgcx_1.css index d886f19..7749c7e 100755 --- a/pgcx_1.css +++ b/pgcx_1.css @@ -32,7 +32,7 @@ p {font-size:90%; margin-left:2em; font-family:Arial;} .h4p {font-size:90%; /* after <h4> header */ - margin-left:2em; + margin-left:3em; font-family:Arial;} /* <plain> --> left margin should be the same as the parent p.plain{font-size:90%; @@ -52,7 +52,7 @@ p.box {font-size:90%; border-width:2px; border-style:solid; padding:5px;} -p.innerbox {font-size;90%; +p.innerbox {font-size:90%; margin-left:2em; border-width:2px; border-style:solid; @@ -63,8 +63,12 @@ li {font-size:90%; li.inner {font-size:90%; margin-top:4pt; margin-bottom:4pt; - margin-left:2em; + margin-left:1em; } +.eod {font-size:80%; + font-family:Arial; + margin-right:2em; + text-align:right;} li tt {font-size:90%; font-family:monospace;} /* ----------------------------------------------------------------------- Summary of changes: charter.html | 62 +++++++++++++++++++++++++++++++++++---------------------- pgcx_1.css | 10 ++++++-- 2 files changed, 45 insertions(+), 27 deletions(-) hooks/post-receive -- website |
From: <ap...@us...> - 2015-05-01 06:39:52
|
Project "website". The branch, master has been updated via 48dce79985408a81b3fd6656184dfbef5cb752b4 (commit) via 3a16d9d79015ac55202f9efada776665d30b825d (commit) from 1865f2d9bc845ae5e1cb1970413c6be871b48cc8 (commit) - Log ----------------------------------------------------------------- commit 48dce79985408a81b3fd6656184dfbef5cb752b4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 15:38:52 2015 +0900 This is a trial upadte to setup left margin of <p> according to its parent header level such as <h2>, <h3> ... So far it looks to work well. In previous version, all the paragraph had the same left margin while headline margins are set according to their level. diff --git a/events.html b/events.html index 5bc1763..6be34c6 100755 --- a/events.html +++ b/events.html @@ -43,7 +43,9 @@ here. <!-- Charter group --> <h2 class="plain">Postgres-XC Development Group</h2> <p class="plain"> -All information about Postgres-XC development Group is available +All the development and related activities of Postgres-XC is +done by Postgres-XC development group. +The charter is available <a href="charter.html" target="_blank">here</a>. </p> </html> diff --git a/getting_started.html b/getting_started.html index 3c31f7b..41f0fee 100755 --- a/getting_started.html +++ b/getting_started.html @@ -21,29 +21,29 @@ What You Need To Begin Postgres-XC Starting with Minimum Hardware </h3> -<p> +<p class="h3p"> You can install the Postgres-XC on a single server, if you want to just try it out and understand how to configure and execute it. You may also install and use different virtual machines for different Postgres-XC component or set of its components. </p> -<p> +<p class="h3p"> Although you can install Postgres-XC cluster in single Linux operating system, we advise you to install on multiple Linux virtual machines using Virtual Box or VMWare. The number of virtual machines depends on the Postgres-XC configuration. Please take a look at configuration section in this page. </p> -<p> +<p class="h3p"> We advise you to use 64bit architecture Intel machines with at least 4GB of memory even in this case. </p> -<p> +<p class="h3p"> You may be able to choose any popular Linux operating system for Intel 64bit architecture. The developemnt team uses CentOS 5.4 for testing and evaluation. </p> -<p> +<p class="h3p"> A minimum hardware configuration will be useful to test Postgres-XC features. Of course, if you'd like to better experience how Postgres-XC scales, we advise you to use multiple servers for your cluster. </p> @@ -52,7 +52,7 @@ Of course, if you'd like to better experience how Postgres-XC scales, we advise Multi-node Cluster </h3> -<p> +<p class="h3p"> You can also configure Postgres-XC on several servers. For example, the Postgres-XC development team is using eleven servers in total to run Postgres-XC and another four servers to generate a workload for performance testing. @@ -65,11 +65,11 @@ and another (one or more) server to run your application. Operating Systems </h3> -<p> +<p class="h3p"> Postgres-XC currently runs on the Linux Operating Systems running on 64-bit Intel(R) processors. </p> -<p> +<p class="h3p"> The development team tested this with Cent-OS 5.3 and 5.4. </p> @@ -77,23 +77,23 @@ The development team tested this with Cent-OS 5.3 and 5.4. Before You Start </h2> -<p> +<p class="h2p"> We advise to read the documentation carefully before you start. Most of the installation steps are very similar to PostgreSQL but you should take extra care in configuring the Postgres-XC cluster. </p> -<p> +<p class="h2p"> The Installation Manual will be helpful to build and deploy binaries to the cluster. </p> -<p> +<p class="h2p"> The Tutorial Manual is a guide to install DBT-1 benchmark as a model application. </p> -<p> +<p class="h2p"> The Arcitecture document will give you detailed background as to how Postgres-XC works and how you can configure your Postgres-XC cluster. </p> -<p> +<p class="h2p"> Please visit the <a href="download.html"> download diff --git a/index.html b/index.html index 0bde1c0..18bb093 100755 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ --> <title>Postgres-XC project Page</title> </head> -<frameset rows=150,1,40,*> +<frameset rows=150,1,50,*> <!-- Title --> <frame name="title" src="title.html" marginheight="25" marginwidth="0" frameborder="0" @@ -35,7 +35,7 @@ <!-- Menu --> <frame name="menu" src="menu.html" marginheight="10" marginwidth="10" frameborder="0"> - <frameset cols="180, *, 180"> + <frameset cols="180, *, 260"> <!-- Links --> <frame name="links" src="links.html" marginheight="10" marginwidth="10" frameborder="0"> @@ -47,18 +47,4 @@ src="events.html" marginheight="10" marginwidth="10" frameborder="0"> </frameset> </frameset> -<body> -<!-- Piwik --> -<script type="text/javascript"> -var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/postgres-xc/" : "http://sourceforge.net/apps/piwik/postgres-xc/"); -document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); -</script><script type="text/javascript"> -try { -var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1); -piwikTracker.trackPageView(); -piwikTracker.enableLinkTracking(); -} catch( err ) {} -</script><noscript><p><img src="http://sourceforge.net/apps/piwik/postgres-xc/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript> -<!-- End Piwik Tag --> -</body> </html> diff --git a/menu.html b/menu.html index edcdd61..4d7a274 100755 --- a/menu.html +++ b/menu.html @@ -7,7 +7,7 @@ --> <head> <meta http-equiv="Content-Type" content="text/html";charset=UTF-8> -<meta name="author" content="koichi-szk"> +<meta name="author" content="Koichi Suzuki"> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC Page Menu</title> @@ -17,13 +17,13 @@ <a href="intro.html" target="main">HOME</a>   <!-- Getting Started --> -<a href="getting_started.html" target="main">Getting Started</a> +<a href="getting_started.html" target="main" title="Shows what you need to know to begin Postres-XC">Getting Started</a>   <!-- Download --> -<a href="download.html" target="main">Download</a> +<a href="download.html" target="main" title="Download XC materials">Download</a>   <!-- Documentation --> -<a target="_blank" href="http://postgres-xc.sourceforge.net/docs/" target="main">Documentation</a> +<a href="http://postgres-xc.sourceforge.net/docs/" target="main">Documentation</a>   <!-- Wiki --> <a href="http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Main_Page" target="_blank">Project Wiki</a> diff --git a/pgcx_1.css b/pgcx_1.css index 9f0deda..d886f19 100755 --- a/pgcx_1.css +++ b/pgcx_1.css @@ -20,17 +20,27 @@ h4 {margin-left:1.8em; border-left-color:#993300; text-indent:6px; } -a:link {color:#000000;} -a:visited {color:#000000;} -a:hover {color:#CC0033;} -a:active {color:#CC0033;} p {font-size:90%; margin-left:1em; - font-family:Arial} + font-family:Arial;} +/* Paragraph for various places */ +.h2p {font-size:90%; /* after <h2> header */ + margin-left:1em; + font-family:Arial;} +.h3p {font-size:90%; /* after <h3> header */ + margin-left:2em; + font-family:Arial;} +.h4p {font-size:90%; /* after <h4> header */ + margin-left:2em; + font-family:Arial;} +/* <plain> --> left margin should be the same as the parent p.plain{font-size:90%; margin-left:0em; font-family:Arial;} + */ +p.plain{font-size:90%; + font-family:Arial;} tt {font-family:monospace;} p em {font-size:90%; font-style:oblique;} @@ -57,3 +67,17 @@ li.inner {font-size:90%; } li tt {font-size:90%; font-family:monospace;} +/* + * Old link color + +a:link {color:#000000;} +a:visited {color:#000000;} +a:hover {color:#CC0033;} +a:active {color:#CC0033;} + +*/ +/* Link color */ +a:link {color: #0000ff;} +a:visited {color: #000080;} +a:hover {color: #ff0000;} +a:active {color: #ff8000;} commit 3a16d9d79015ac55202f9efada776665d30b825d Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 30 17:22:26 2015 +0900 This commit updates the group charter to reflect possible membership changes. diff --git a/charter.html b/charter.html index 4ebaa88..6fa02da 100755 --- a/charter.html +++ b/charter.html @@ -18,59 +18,93 @@ <h2> Postgres-XC Development Group Charter </h2> -<h3> -Activity -</h3> -<p> -The Postgres-XC Development Group performs any activities to -develop, publish, support and any other activities -to help them related to Postgres-XC core features. -Postgres-XC is a database cluster based upon PostgreSQL database. -</p> -<h3> -Members -</h3> -<p> -As of January 1st, 2013, Core Team consists of the following people (alphabetical order): -Lee Gaylee, -Mason Sharp, -Abbas Butt, -Ahsan Hadi, -Amit Khandekar, -Tetsuo Sakata and -Koichi Suzuki. -Core members appoints its own members. -</p> -<p> -Development members consist of those who contribute -the code, report bugs, test the core features, propose new features, -discuss about Postgres-XC and related feature through Postgres-XC mailing lists, -or those who provide any other activities which helps Postgres-XC development. -</p> -<h3> -Representative -</h3> -<p> -Core team chooses its representative. -As of May 25th, 2012, the representative is Koichi Suzuki. -</p> -<h3> -Location -</h3> -<p> -Postgres-XC Development Groups location is that of the representative. -</p> -<h3> -Governing Law -</h3> -<p> -Postgres-XC development Group will be governed by laws at its location. -</p> -<h3> -hange History -</h3> -<p> -May 25th, 2012: First version of the charter. -</p> + <h3> + Activity + </h3> + <p> + The Postgres-XC Development Group performs any activities to + develop, publish, support and any other activities + to help them related to Postgres-XC core features. + Postgres-XC is a database cluster based upon PostgreSQL database. + </p> + <h3> + Members + </h3> + <h4> + Core Members + </h4> + <p> + As of May 1st, 2015, Core Team consists of the following people (alphabetical order): + </p> + <ul> + <li>Chen Qide</li> + <li>Jasonys Li</li> + <li>Koichi Suzuki</li> + <li>Lee Gaylee</li> + <li>Mason Sharp</li> + <li>Qian Ling</li> + </ul> + <p> + Core members appoints its own members. + </p> + <h4> + Committers + </h4> + <p> + As of May 1st, 2015, the following people are committers (alphabetical order): + </p> + <ul> + <li>Abbas Butt</li> + <li>Ahsan Hadi</li> + <li>Ashutosh Bapat</li> + <li>Koichi Suzuki</li> + <li>Masataka Saito</li> + <li>Tetsuo Sakata</li> + </ul> + <p> + The core team assigns committers.` + </p> + <h4> + Development members + </h4> + <p> + Development members consist of those who contribute + the code, report bugs, test the core features, propose new features, + discuss about Postgres-XC and related feature through Postgres-XC mailing lists, + or those who provide any other activities which helps Postgres-XC development. + </p> + <h3> + Committee + </h3> + <p> + Postgres-XC development group may have committees to carry out its activities. + As of May 1st, 2015, there is no such committees. + </p> + <h3> + Representative + </h3> + <p> + Core team chooses its representative. + As of May 1st, 2015, the representative is Koichi Suzuki. + </p> + <h3> + Location + </h3> + <p> + Postgres-XC Development Groups location is that of the representative. + </p> + <h3> + Governing Law + </h3> + <p> + Postgres-XC development Group will be governed by laws at its location. + </p> + <h3> + hange History + </h3> + <ul> + <li> May 25th, 2012: First version of the charter.</li> + <li> May 1st, 2015: Refrecrted latest members. Added new description of committed for specific activities.</li> + </ul> </body> </html> ----------------------------------------------------------------------- Summary of changes: charter.html | 142 +++++++++++++++++++++++++++++++------------------- events.html | 4 +- getting_started.html | 26 +++++----- index.html | 18 +------ menu.html | 8 ++-- pgcx_1.css | 34 ++++++++++-- 6 files changed, 139 insertions(+), 93 deletions(-) hooks/post-receive -- website |