From: <ap...@us...> - 2015-04-30 07:50:33
|
Project "website". The branch, master has been updated via 760bb309c148569f6d325954815caf51320282a3 (commit) via 192c1a0594f9cc60d0970779704bfd00de943943 (commit) via 7487226451328d4d060df3e431974b01026054f4 (commit) via 6bdb598b53289e3f8a6052b1afad53d2f58da25e (commit) from d7eed786c40fad21c07d1df99b9469bf5beae535 (commit) - Log ----------------------------------------------------------------- commit 760bb309c148569f6d325954815caf51320282a3 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 30 16:50:31 2015 +0900 This commit specifies charset of all the pages to utf-8, so that any local character usage could be safe. diff --git a/benchmarks.html b/benchmarks.html index d80b3f4..408a7de 100644 --- a/benchmarks.html +++ b/benchmarks.html @@ -5,8 +5,8 @@ --> <html lang="en"> <head> -<title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<title>Postgres_XC Home</title> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> @@ -72,4 +72,4 @@ Overview of the DBT-1_PGXC release. </p> </body> -</html> \ No newline at end of file +</html> diff --git a/contactus.html b/contactus.html index e9497a2..68b8404 100755 --- a/contactus.html +++ b/contactus.html @@ -8,7 +8,7 @@ TODO: Add NTT-OSSC contact point <html lang="en"> <head> <title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/contents.html b/contents.html index 396b84d..a6d3932 100755 --- a/contents.html +++ b/contents.html @@ -3,7 +3,7 @@ <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC project Page</title> </head> diff --git a/download.html b/download.html index 98ace51..24dcf98 100755 --- a/download.html +++ b/download.html @@ -6,7 +6,7 @@ <html lang="en"> <head> <title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/empty.html b/empty.html index 4e459d9..8154a2e 100755 --- a/empty.html +++ b/empty.html @@ -3,7 +3,7 @@ <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC project Page</title> diff --git a/events.html b/events.html index 527112c..e3a1a6c 100755 --- a/events.html +++ b/events.html @@ -3,7 +3,7 @@ <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC project Page</title> </head> diff --git a/getting_started.html b/getting_started.html index 9e0b4a5..ab852ca 100755 --- a/getting_started.html +++ b/getting_started.html @@ -5,6 +5,7 @@ --> <html lang="en"> <head> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <title>Postgres_XC Project Home</title> <base href="."/> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> diff --git a/index.html b/index.html index 73e8282..bc08132 100755 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ <!-- Header From here --> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scale-out multi-master sharding"> diff --git a/intro.html b/intro.html index 2377d1e..aae7022 100755 --- a/intro.html +++ b/intro.html @@ -5,6 +5,7 @@ --> <html lang="en"> <head> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <title>Postgres_XC Project Home</title> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> </head> diff --git a/license.html b/license.html index 1ceb69e..ecbbf02 100755 --- a/license.html +++ b/license.html @@ -8,7 +8,7 @@ <html lang="en"> <head> <title>Postgres-XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/links.html b/links.html index 296b6e4..9e995fc 100755 --- a/links.html +++ b/links.html @@ -7,7 +7,7 @@ <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> diff --git a/mailinglist.html b/mailinglist.html index 8db5aeb..acc3e56 100755 --- a/mailinglist.html +++ b/mailinglist.html @@ -7,7 +7,7 @@ <head> <title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/maincontents.html b/maincontents.html index dd74dc3..cb295c4 100755 --- a/maincontents.html +++ b/maincontents.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/htmol4/strict.dtd"> <html lang="en"> <head> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <title>Postgres_XC Project Home</title> <base href="."/> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> diff --git a/members.html b/members.html index 4be6c57..4554fcd 100755 --- a/members.html +++ b/members.html @@ -9,7 +9,7 @@ TODO: Review each member's description <head> <title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/menu.html b/menu.html index c0fa3b6..02555d0 100755 --- a/menu.html +++ b/menu.html @@ -6,7 +6,7 @@ ===== Menu Frame Contents ======= --> <head> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> diff --git a/roadmap.html b/roadmap.html index b5f7c2d..4cce4de 100755 --- a/roadmap.html +++ b/roadmap.html @@ -8,7 +8,7 @@ TODO: Should prototyping/application partner issue be included here? <html lang="en"> <head> <title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/scalability.html b/scalability.html index 323f460..9ad235e 100755 --- a/scalability.html +++ b/scalability.html @@ -10,7 +10,7 @@ architecture document or be in separate material such as here? <head> <title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> <meta name="keywords" content="PostgreSQL cluster scalability multi-master"> diff --git a/title.html b/title.html index a81a3c8..1623b7a 100755 --- a/title.html +++ b/title.html @@ -11,7 +11,7 @@ <html lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html"> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> <meta name="author" content="koichi-szk"> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC project Page</title> commit 192c1a0594f9cc60d0970779704bfd00de943943 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 30 16:49:55 2015 +0900 Sorry, previous commit did not include charter.html. This is a correction. diff --git a/charter.html b/charter.html new file mode 100755 index 0000000..4ebaa88 --- /dev/null +++ b/charter.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/htmol4/strict.dtd"> +<!-- + ==== Postgres-XC Charter ==== + +--> +<html lang="en"> +<head> +<title>Postgres-XC Project Charter</title> +<meta http-equiv="Content-Type" content="text/html";charset=UTF-8> +<meta name="author" content="Koichi Suzuki"> +<meta name="description" content="Postgres-XC project charter"> +<meta name="keywords" content="PostgreSQL cluster scale-out multi-master sharding"> +<base href="."/> +<link rel="stylesheet" type="text/css" href="pgcx_1.css"> +</head> +<body bgcolor=#FFFFFF> +<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> +</body> +</html> commit 7487226451328d4d060df3e431974b01026054f4 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 30 16:40:28 2015 +0900 This commit removes obsolete files and directories. diff --git a/docs/0_9_7/README_PGXC b/docs/0_9_7/README_PGXC deleted file mode 100644 index a236053..0000000 --- a/docs/0_9_7/README_PGXC +++ /dev/null @@ -1,4 +0,0 @@ -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/1_0/README_PGXC b/docs/1_0/README_PGXC deleted file mode 100644 index b1dbd35..0000000 --- a/docs/1_0/README_PGXC +++ /dev/null @@ -1,4 +0,0 @@ -README, whereabouts of this repository - -Copy here all the html documentation data generated by REL1_0_STABLE -branch in Postgres-XC GIT repository. \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 5d1783f..0000000 --- a/docs/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<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> -<li><a href="http://postgres-xc.sourceforge.net/docs/1_0/">Release 1.0</a></li> -</lu> -</body> diff --git a/prev_vers/version0_9.html b/prev_vers/version0_9.html deleted file mode 100644 index 32903db..0000000 --- a/prev_vers/version0_9.html +++ /dev/null @@ -1,861 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/htmol4/strict.dtd"> -<!-- - ==== Postgres-XC Download Page ==== ---> -<html lang="en"> -<head> -<title>Postgres_XC Project Home</title> -<meta http-equiv="Content-Type" content="text/html"> -<meta name="author" content="koichi-szk"> -<meta name="description" content="Postgres-XC project home"> -<meta name="keywords" content="PostgreSQL cluster scalability multi-master"> - -<base href="."/> -<link rel="stylesheet" type="text/css" href="../pgcx_1.css"> -</head> -<body bgcolor=#FFFFFF> - -<h2> -Downloading Documents of previous versions of Postgres-XC -</h2> - -<h3> -List of Previous Release Materials -</h3> - -<h4> -Version 0.9.0 -</h4> - -<p> -<ul> -<!-- tarball --> -<li> -<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"> -(download) -</a> -</li> - -<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.<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/PGXC-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/COPYING/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/README/download" target="_blank"> -(download) -</a> -</li> - -<!-- Reference Manual --> -<li> -<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"> -(download) -</a> -</li> - -<!-- Tutorial Manual --> -<li> -<code>PG-XC_TutorialManual.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/PG-XC_TutorialManual.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- Install Manual --> -<li> -<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"> -(download) -</a> -</li> - -<!-- Architecture Document --> -<li> -<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> - -<!-- Documents of version 0.9.2 --> -<h4> -Version 0.9.2 -</h4> - -<p> -<ul> -<!-- tarball of 0.9.2, main download--> -<li> -<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.2/pgxc_v0_9_2.tar.gz/download" target="_blank"> -(download) -</a> -</li> - -<!-- tarball (diff) --> -<li> -<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.<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.2/PGXC_v0_9_2-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.2/COPYING/download" target="_blank"> -(download) -</a> -</li> - -<!-- Files --> -<li> -<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.2/FILES/download" target="_blank"> -(download) -</a> -</li> - -<!-- Reference Manual --> -<li> -<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.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_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.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_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.2/PG-XC_DBT1_Tutorial_v0_9_2.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- Install Manual --> -<li> -<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.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>: <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.3 --> -<h4> -Version 0.9.3 -</h4> - -<p> -<ul> -<!-- tarball of 0.9.3, main download--> -<li> -<code>pgxc_v0.9.3.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.3/pgxc_v0_9_3.tar.gz/download" target="_blank"> -(download) -</a> -</li> - -<!-- tarball (diff) --> -<li> -<code>PGXC_v0_9_3-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.3/PGXC_v0_9_3-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.3/COPYING/download" target="_blank"> -(download) -</a> -</li> - -<!-- Files --> -<li> -<code>FILES</code>: <br> -Description of files included in Postgres-XC 0.9.3 release. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.3/FILES/download" target="_blank"> -(download) -</a> -</li> - -<!-- Reference Manual --> -<li> -<code>PG-XC_ReferenceManual_v0_9_3.pdf</code>: <br> -Reference of Postgres-XC extension. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.3/PG-XC_ReferenceManual_v0_9_3.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- pgbench Tutorial Manual --> -<li> -<code>PG-XC_pgbench_Tutorial_v0_9_3.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.3/PG-XC_pgbench_Tutorial_v0_9_3.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- DBT-1 Tutorial Manual --> -<li> -<code>PG-XC_DBT1_Tutorial_v0_9_3.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.3/PG-XC_DBT1_Tutorial_v0_9_3.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- Install Manual --> -<li> -<code>PG-XC_InstallManual_v0_9_3.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.3/PG-XC_InstallManual_v0_9_3.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- SQL limitation manual --> -<li> -<code>PG-XC_SQL_Limitations_v0_9_3.pdf</code>: <br> -SQL restrictions available for Postgres-XC 0.9.3. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.3/PG-XC_SQL_Limitations_v0_9_3.pdf/download" target="_blank"> -(download) -</a> -</li> - -<li> -<code>PG-XC_Configurator_v0_9_3.pdf</code>: <br> -Description of Postgres-XC cluster-wide configurator. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.3/PG-XC_Configurator_v0_9_3.pdf/download"> -(download) -</a> -</li> - -<li> -<code>pgxc_config_v0_9_3.tar.gz</code>: <br> -Postgres-XC configurator. Written in Ruby and recommended to set up easily a Postgres-XC environment. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.3/pgxc_config_v0_9_3.tar.gz/download"> -(download) -</a> -</li> -</ul> -</p> - -<!-- Documents of version 0.9.4 --> -<h4> -Version 0.9.4 -</h4> - -<p> -<ul> -<!-- tarball of 0.9.4, main download--> -<li> -<code>pgxc_v0.9.4.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.4/pgxc_v0_9_4.tar.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.4/COPYING/download" target="_blank"> -(download) -</a> -</li> - -<!-- Files --> -<li> -<code>FILES</code>: <br> -Description of files included in Postgres-XC 0.9.4 release. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.4/FILES/download" target="_blank"> -(download) -</a> -</li> - -<!-- Reference Manual --> -<li> -<code>PG-XC_ReferenceManual_v0_9_4.pdf</code>: <br> -Reference of Postgres-XC extension. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.4/PG-XC_ReferenceManual_v0_9_4.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- pgbench Tutorial Manual --> -<li> -<code>PG-XC_pgbench_Tutorial_v0_9_4.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.4/PG-XC_pgbench_Tutorial_v0_9_4.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- DBT-1 Tutorial Manual --> -<li> -<code>PG-XC_DBT1_Tutorial_v0_9_4.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.4/PG-XC_DBT1_Tutorial_v0_9_4.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- Install Manual --> -<li> -<code>PG-XC_InstallManual_v0_9_4.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.4/PG-XC_InstallManual_v0_9_4.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- SQL limitation manual --> -<li> -<code>PG-XC_SQL_Limitations_v0_9_4.pdf</code>: <br> -SQL restrictions available for Postgres-XC 0.9.4. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.4/PG-XC_SQL_Limitations_v0_9_4.pdf/download" target="_blank"> -(download) -</a> -</li> - -</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> - -<!-- Documents of version 0.9.6 --> -<h4> -Version 0.9.6 -</h4> - -<p> -<ul> -<!-- tarball of 0.9.6, main download--> -<li> -<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.6/pgxc_v0.9.6.tar.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.6/COPYING/download" target="_blank"> -(download) -</a> -</li> - -<!-- Files --> -<li> -<code>FILES</code>: <br> -Description of files included in Postgres-XC 0.9.6 release. -⇒ -<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_6.pdf</code>: <br> -Reference of Postgres-XC extension. -⇒ -<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_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.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_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.6/PG-XC_DBT1_Tutorial_v0_9_6.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- Install Manual --> -<li> -<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.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_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.6/PG-XC_SQL_Limitations_v0_9_6.pdf/download" target="_blank"> -(download) -</a> -</li> - -</ul> -</p> - -<!-- Documents of version 0.9.7 --> -<h4>Version 0.9.7</h4> - -<p> -<ul> -<!-- tarball of 0.9.7, main download--> -<li> -<code>pgxc_v0.9.7.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.7/pgxc_v0.9.7.tar.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.7/COPYING/download" target="_blank"> -(download) -</a> -</li> - -<!-- Files --> -<li> -<code>FILES</code>: <br> -Description of files included in Postgres-XC 0.9.7 release. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.7/FILES/download" target="_blank"> -(download) -</a> -</li> - -<!-- Reference Manual --> -<li> -<code>PG-XC_ReferenceManual_v0_9_7.pdf</code>: <br> -References of Postgres-XC. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.7/PG-XC_ReferenceManual_v0_9_7.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- pgbench Tutorial Manual --> -<li> -<code>PG-XC_pgbench_Tutorial_v0_9_7.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.7/PG-XC_pgbench_Tutorial_v0_9_7.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- DBT-1 Tutorial Manual --> -<li> -<code>PG-XC_DBT1_Tutorial_v0_9_7.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.7/PG-XC_DBT1_Tutorial_v0_9_7.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- Install Manual --> -<li> -<code>PG-XC_InstallManual_v0_9_7.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.7/PG-XC_InstallManual_v0_9_7.pdf/download" target="_blank"> -(download) -</a> -</li> - -<!-- SQL limitation manual --> -<li> -<code>PG-XC_SQL_Limitations_v0_9_7.pdf</code>: <br> -SQL restrictions available for Postgres-XC 0.9.7. -⇒ -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.7/PG-XC_SQL_Limitations_v0_9_7.pdf/download" target="_blank"> -(download) -</a> -</li> - -</ul> -</p> - -</body> -</html> commit 6bdb598b53289e3f8a6052b1afad53d2f58da25e Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 30 16:37:49 2015 +0900 This commit recovers missing "charter" page. Please note that the charter is at its oroginal status. diff --git a/events.html b/events.html index 3f2a023..527112c 100755 --- a/events.html +++ b/events.html @@ -44,6 +44,6 @@ here. <h2 class="plain">Postgres-XC Development Group</h2> <p class="plain"> All information about Postgres-XC development Group is available -<a href="http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter" target="_blank">here</a>. +<a href="charter.html" target="_blank">here</a>. </p> </html> diff --git a/index.html b/index.html index 1e8ba9c..73e8282 100755 --- a/index.html +++ b/index.html @@ -10,17 +10,17 @@ <html lang="en"> <head> <!-- - Header --- From here + Header From here --> <meta http-equiv="Content-Type" content="text/html"> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> -<meta name="keywords" content="PostgreSQL cluster scalability multi-master"> +<meta name="keywords" content="PostgreSQL cluster scale-out multi-master sharding"> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC project Page</title> <!-- - Header --- Ends here + Header Ends here --> <title>Postgres-XC project Page</title> </head> ----------------------------------------------------------------------- Summary of changes: benchmarks.html | 6 +- charter.html | 76 ++++ contactus.html | 2 +- contents.html | 2 +- docs/0_9_7/README_PGXC | 4 - docs/1_0/README_PGXC | 4 - docs/index.html | 16 - download.html | 2 +- empty.html | 2 +- events.html | 4 +- getting_started.html | 1 + index.html | 8 +- intro.html | 1 + license.html | 2 +- links.html | 2 +- mailinglist.html | 2 +- maincontents.html | 1 + members.html | 2 +- menu.html | 2 +- prev_vers/version0_9.html | 861 --------------------------------------------- roadmap.html | 2 +- scalability.html | 2 +- title.html | 2 +- 23 files changed, 100 insertions(+), 906 deletions(-) create mode 100755 charter.html delete mode 100644 docs/0_9_7/README_PGXC delete mode 100644 docs/1_0/README_PGXC delete mode 100644 docs/index.html delete mode 100644 prev_vers/version0_9.html hooks/post-receive -- website |