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
(1) |
3
|
4
(1) |
5
(3) |
6
(2) |
7
|
8
|
9
|
10
(1) |
11
|
12
(8) |
13
(2) |
14
|
15
|
16
(6) |
17
(1) |
18
(1) |
19
(2) |
20
(1) |
21
|
22
|
23
|
24
(1) |
25
|
26
(4) |
27
|
28
|
29
|
30
(3) |
31
(1) |
|
|
|
|
From: Michael P. <mic...@us...> - 2012-01-16 02:45:28
|
Project "Postgres-XC documentation". The annotated tag, XC0_9_7_PG9_1 has been created at 225801a3727d77676abcc6cfad6293775dadcf5f (tag) tagging 82f666aaf926978733be9043dec8adb2d53902d9 (commit) replaces XC0_9_6_PG9_1 tagged by Michael P on Mon Jan 16 11:48:15 2012 +0900 - Log ----------------------------------------------------------------- Postgres-XC documentation version 0.9.7 tag Michael P (3): Update install manual, DBT-1 manual and diagrams for 0.9.7 Update pgbench tutorial for 0.9.7 Correct some typo mistakes in install manual ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC documentation |
From: Michael P. <mic...@us...> - 2012-01-16 02:44:53
|
Project "Postgres-XC documentation". The branch, REL0_9_7_STABLE has been created at 82f666aaf926978733be9043dec8adb2d53902d9 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC documentation |
From: Michael P. <mic...@us...> - 2012-01-16 02:38:01
|
Project "Postgres-XC documentation". The branch, master has been updated via 82f666aaf926978733be9043dec8adb2d53902d9 (commit) from 9a02a0411dca3ab14c9cce6c54480f973eba9f7f (commit) - Log ----------------------------------------------------------------- commit 82f666aaf926978733be9043dec8adb2d53902d9 Author: Michael P <mic...@us...> Date: Mon Jan 16 11:41:37 2012 +0900 Correct some typo mistakes in install manual diff --git a/PG-XC_InstallManual.odt b/PG-XC_InstallManual.odt index f6a0f53..f9d9413 100644 Binary files a/PG-XC_InstallManual.odt and b/PG-XC_InstallManual.odt differ diff --git a/PG-XC_ReferenceManual.odt b/PG-XC_ReferenceManual.odt deleted file mode 100644 index 76d78bc..0000000 Binary files a/PG-XC_ReferenceManual.odt and /dev/null differ diff --git a/PG-XC_SQL_Limitations.odt b/PG-XC_SQL_Limitations.odt index 395864d..3a0e7a5 100644 Binary files a/PG-XC_SQL_Limitations.odt and b/PG-XC_SQL_Limitations.odt differ ----------------------------------------------------------------------- Summary of changes: PG-XC_InstallManual.odt | Bin 187977 -> 188058 bytes PG-XC_ReferenceManual.odt | Bin 39579 -> 0 bytes PG-XC_SQL_Limitations.odt | Bin 28089 -> 28052 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 PG-XC_ReferenceManual.odt hooks/post-receive -- Postgres-XC documentation |
From: Michael P. <mic...@us...> - 2012-01-16 02:23:38
|
Project "website". The branch, master has been updated via 14346e456f41a3fbedd6a0b150a5e31e2cb185a5 (commit) from e00d20beef0de6852ce92b298e7c7525a08bbf95 (commit) - Log ----------------------------------------------------------------- commit 14346e456f41a3fbedd6a0b150a5e31e2cb185a5 Author: Michael P <mic...@us...> Date: Mon Jan 16 11:27:23 2012 +0900 Fix link to documentation sub-folder diff --git a/menu.html b/menu.html index c52c605..c0fa3b6 100755 --- a/menu.html +++ b/menu.html @@ -23,7 +23,7 @@ <a href="download.html" target="main">Download</a>   <!-- Documentation --> -<a href="http://postgres-xc.git.sourceforge.net/docs/" target="main">Documentation</a> +<a target="_blank" 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> ----------------------------------------------------------------------- Summary of changes: menu.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2012-01-16 02:15:31
|
Project "website". The branch, master has been updated via e00d20beef0de6852ce92b298e7c7525a08bbf95 (commit) from 0ad12510f56b14ad7cbe4302a0ac04a0c135ad3d (commit) - Log ----------------------------------------------------------------- commit e00d20beef0de6852ce92b298e7c7525a08bbf95 Author: Michael P <mic...@us...> Date: Mon Jan 16 11:19:18 2012 +0900 Clean up some download materials already available on SourceForge diff --git a/download.html b/download.html index 3d51c53..100e00a 100755 --- a/download.html +++ b/download.html @@ -135,13 +135,6 @@ SQL restrictions available for Postgres-XC 0.9.7.   </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/materials/Postgres-XC_20100521.pdf b/materials/Postgres-XC_20100521.pdf deleted file mode 100644 index 6915b3f..0000000 Binary files a/materials/Postgres-XC_20100521.pdf and /dev/null differ ----------------------------------------------------------------------- Summary of changes: download.html | 7 ------- materials/Postgres-XC_20100521.pdf | Bin 1087782 -> 0 bytes 2 files changed, 0 insertions(+), 7 deletions(-) delete mode 100644 materials/Postgres-XC_20100521.pdf hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2012-01-16 02:07:49
|
Project "website". The branch, master has been updated via 0ad12510f56b14ad7cbe4302a0ac04a0c135ad3d (commit) from 7281bbb5e84266c84ea0e5732b0b2ff9d7e87367 (commit) - Log ----------------------------------------------------------------- commit 0ad12510f56b14ad7cbe4302a0ac04a0c135ad3d Author: Michael P <mic...@us...> Date: Mon Jan 16 11:11:11 2012 +0900 Addition of documentation repository diff --git a/docs/0_9_7/README_PGXC b/docs/0_9_7/README_PGXC new file mode 100644 index 0000000..a236053 --- /dev/null +++ b/docs/0_9_7/README_PGXC @@ -0,0 +1,4 @@ +README, whereabouts of this repository + +Copy here all the html documentation data generated by REL0_9_7_STABLE +branch in Postgres-XC GIT repository. \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..89601ad --- /dev/null +++ b/docs/index.html @@ -0,0 +1,15 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Postgres-XC documentation</title> +<meta name="description" content="Postgres-XC documentation, based on PostgreSQL"> +<meta name="keywords" content="pgxc,postgres-xc,documentation,cluster,database,extension,multi-master"> +</head> +<body> +<h1><a href="http://postgres-xc.sourceforge.net/docs/">Postgres-XC documentation</a></h1> +<p>Postgres-XC is a database cluster software based on <a href="http://www.postgresql.org/">PostgreSQL</a>. The following documentation, based on the official <a href="http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=summary">GIT repository</a>, is available on this site:</p> + +<ul> +<li><a href="http://postgres-xc.sourceforge.net/docs/0_9_7/">Release 0.9.7</a></li> +</lu> +</body> diff --git a/menu.html b/menu.html index 209f36c..c52c605 100755 --- a/menu.html +++ b/menu.html @@ -22,6 +22,9 @@ <!-- Download --> <a href="download.html" target="main">Download</a>   +<!-- Documentation --> +<a href="http://postgres-xc.git.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>   ----------------------------------------------------------------------- Summary of changes: docs/0_9_7/README_PGXC | 4 ++++ docs/index.html | 15 +++++++++++++++ menu.html | 3 +++ 3 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 docs/0_9_7/README_PGXC create mode 100644 docs/index.html hooks/post-receive -- website |