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
(1) |
4
|
5
|
6
|
7
|
8
|
9
|
10
(1) |
11
|
12
|
13
(5) |
14
(1) |
15
(1) |
16
|
17
(3) |
18
(1) |
19
(11) |
20
|
21
|
22
|
23
(1) |
24
|
25
|
26
(1) |
27
|
28
(2) |
29
|
30
|
31
|
|
|
|
|
|
From: Michael P <mic...@us...> - 2010-05-19 23:52:14
|
Project "website". The branch, master has been updated via 7ddd0345092b7ce4716df4eae1b87e04816064ba (commit) via a1153b0635a8949291ae0074d1d517d26bd87b84 (commit) from 2123998b130d93df911f3637680375b26b70d47f (commit) - Log ----------------------------------------------------------------- commit 7ddd0345092b7ce4716df4eae1b87e04816064ba Author: Michael P <mic...@us...> Date: Thu May 20 08:53:06 2010 +0900 Addition of Piwik tags to keep a trace on the website visitors diff --git a/index.html b/index.html index fd3287c..1e8ba9c 100755 --- a/index.html +++ b/index.html @@ -47,4 +47,18 @@ 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/intro.html b/intro.html index 30a9a0d..2377d1e 100755 --- a/intro.html +++ b/intro.html @@ -71,7 +71,19 @@ to servers containing the target data. <!-- === Overview of the whole system === --> <p class="plain"> <img src="image/arch.jpg" width="650"> -</p> +</p> +<!-- 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> commit a1153b0635a8949291ae0074d1d517d26bd87b84 Author: Michael P <mic...@us...> Date: Wed May 19 14:51:04 2010 +0900 Delete base repository, this leaded in problems with IE7 diff --git a/intro.html b/intro.html index a913d60..30a9a0d 100755 --- a/intro.html +++ b/intro.html @@ -6,7 +6,6 @@ <html lang="en"> <head> <title>Postgres_XC Project Home</title> -<base href="."/> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> </head> <body bgcolor=#FFFFFF> @@ -71,7 +70,7 @@ to servers containing the target data. </p> <!-- === Overview of the whole system === --> <p class="plain"> -<img src="http://postgres-xc.sourceforge.net/image/arch.jpg" width="650"> +<img src="image/arch.jpg" width="650"> </p> </body> </html> diff --git a/scalability.html b/scalability.html index 0b16261..323f460 100755 --- a/scalability.html +++ b/scalability.html @@ -15,7 +15,6 @@ architecture document or be in separate material such as here? <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> @@ -50,7 +49,7 @@ please refer to the architecture document. The following figure shows Postgres-XC's scalability via number of servers. Dotted line shows ideal scalability. <div align="center"> -<img src="http://postgres-xc.sourceforge.net/image/scalability.jpg" > +<img src="image/scalability.jpg" > </div> </p> </body> ----------------------------------------------------------------------- Summary of changes: index.html | 14 ++++++++++++++ intro.html | 17 ++++++++++++++--- scalability.html | 3 +-- 3 files changed, 29 insertions(+), 5 deletions(-) hooks/post-receive -- website |
From: mason_s <ma...@us...> - 2010-05-19 23:24:54
|
Project "Postgres-XC". The branch, master has been updated via 45617c6321fa7a95d0b062f0918c9d9935f7fe53 (commit) from c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 (commit) - Log ----------------------------------------------------------------- commit 45617c6321fa7a95d0b062f0918c9d9935f7fe53 Author: Mason S <masonsharp@mason-sharps-macbook.local> Date: Wed May 19 19:06:10 2010 -0400 Fixed a bug when using a table after it had been created in the same transaction but not committed. The problem was the location info in relcache was not read in. I just invalidated the entry immediately after creation to force it to be created properly. diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index f74c05c..fa6456a 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -547,6 +547,8 @@ DefineRelation(CreateStmt *stmt, char relkind) { AddRelationDistribution (relationId, stmt->distributeby, inheritOids, descriptor); CommandCounterIncrement(); + /* Make sure locator info gets rebuilt */ + RelationCacheInvalidateEntry(relationId); } #endif ----------------------------------------------------------------------- Summary of changes: src/backend/commands/tablecmds.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P <mic...@us...> - 2010-05-19 05:06:51
|
Project "website". The branch, master has been updated via 2123998b130d93df911f3637680375b26b70d47f (commit) from a054fe182f0d61e31b01578c73f23375c3783290 (commit) - Log ----------------------------------------------------------------- commit 2123998b130d93df911f3637680375b26b70d47f Author: Michael P <mic...@us...> Date: Wed May 19 14:07:38 2010 +0900 Modification due to IE7, some jpg images didn't display correctly. diff --git a/intro.html b/intro.html index 6eb0a93..a913d60 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="http://postgres-xc.sourceforge.net/image/arch.jpg" width="650"> </p> </body> </html> diff --git a/scalability.html b/scalability.html index d07dc81..0b16261 100755 --- a/scalability.html +++ b/scalability.html @@ -50,7 +50,7 @@ please refer to the architecture document. The following figure shows Postgres-XC's scalability via number of servers. Dotted line shows ideal scalability. <div align="center"> -<img src="image/scalability.jpg" > +<img src="http://postgres-xc.sourceforge.net/image/scalability.jpg" > </div> </p> </body> ----------------------------------------------------------------------- Summary of changes: intro.html | 2 +- scalability.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- website |
From: Michael P <mic...@us...> - 2010-05-19 04:00:56
|
Project "website". The branch, master has been updated via a054fe182f0d61e31b01578c73f23375c3783290 (commit) from f6ad2e9ff62f810f539e82929f0eed9947198fa9 (commit) - Log ----------------------------------------------------------------- commit a054fe182f0d61e31b01578c73f23375c3783290 Author: Michael P <mic...@us...> Date: Wed May 19 13:01:29 2010 +0900 Replace the banner on the top so as not to stick with the menu bar. Some Typo corrections diff --git a/index.html b/index.html index 0b1e854..fd3287c 100755 --- a/index.html +++ b/index.html @@ -24,10 +24,10 @@ --> <title>Postgres-XC project Page</title> </head> -<frameset rows=80,1,40,*> +<frameset rows=150,1,40,*> <!-- Title --> <frame name="title" - src="title.html" marginheight="0" marginwidth="0" frameborder="0" + src="title.html" marginheight="25" marginwidth="0" frameborder="0" style = "background-color:#FFFFFF"> <!-- Dummy --> <frame diff --git a/roadmap.html b/roadmap.html index 463b63f..8299fbd 100755 --- a/roadmap.html +++ b/roadmap.html @@ -59,7 +59,7 @@ Version 1.0 (Late in July, 2010) <p class="inner"> <code>ORDER BY</code><br> <code>DISTINCT</code><br> -Stured functions<br> +Stored functions<br> subqueries<br> Views<br> Rules<br> ----------------------------------------------------------------------- Summary of changes: index.html | 4 ++-- roadmap.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- website |
From: Michael P <mic...@us...> - 2010-05-19 02:50:05
|
Project "Postgres-XC". The branch, REL0_9_1_BETA has been deleted was c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 ----------------------------------------------------------------------- c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 Fix assertion failure so that \d commands with psql work. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P <mic...@us...> - 2010-05-19 02:45:20
|
Project "website". The branch, master has been updated via f6ad2e9ff62f810f539e82929f0eed9947198fa9 (commit) from 876f53b7c4f395d23930c76d004c7a4fa0b6d6ca (commit) - Log ----------------------------------------------------------------- commit f6ad2e9ff62f810f539e82929f0eed9947198fa9 Author: Michael P <mic...@us...> Date: Wed May 19 11:46:26 2010 +0900 Insert a title to the webpage diff --git a/index.html b/index.html index e1ca6dd..0b1e854 100755 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ <!-- Header --- Ends here --> +<title>Postgres-XC project Page</title> </head> <frameset rows=80,1,40,*> <!-- Title --> ----------------------------------------------------------------------- Summary of changes: index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- website |
From: Michael P <mic...@us...> - 2010-05-19 01:47:55
|
Project "Postgres-XC". The annotated tag, v0.9.1 has been deleted was df6488982d61df01ea012c04bbe45bce3ae11bea ----------------------------------------------------------------------- tag v0.9.1 Postgres-XC version 0.9.1 beta tag c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 Fix assertion failure so that \d commands with psql work. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P <mic...@us...> - 2010-05-19 00:37:26
|
Project "Postgres-XC". The branch, REL0_9_1_STABLE has been created at c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P <mic...@us...> - 2010-05-19 00:36:53
|
Project "Postgres-XC". The annotated tag, v0.9.1 has been created at 560b29899b6391982ee819a82794763adbe234a5 (tag) tagging c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 (commit) replaces v0.9 tagged by Michael P on Wed May 19 09:33:18 2010 +0900 - Log ----------------------------------------------------------------- Postgres-XC version 0.9.1 tag Mason S (12): Removed ifdefed code for USE_SSL in GTM, since it is currently For writes to replicated tables, use primary copy technique to reduce Improved error handling. Added support for COPY FROM, for loading tables. Added support for COPY TO a file or STDOUT. Modified pgbench for Postgres-XC. This is the first of some planned changes to recognize more "Postgres-XC safe" Added support for basic aggregate handling. Fixed a bug where if many errors occur we run out of on_proc_exit slots. By default have configure set CFLAGS to use -DPGXC, which is required Fix some assertion failures. Fix assertion failure so that \d commands with psql work. Pavan Deolasee (2): Fix some stylistic issues with the code. Trying to make it more Fix an assertion failure in the GTM code. We were mistakenly overwriting an ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P <mic...@us...> - 2010-05-19 00:11:58
|
Project "Postgres-XC". The branch, REL0_9_1_BETA has been created at c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P <mic...@us...> - 2010-05-19 00:08:11
|
Project "Postgres-XC". The annotated tag, v0.9.1 has been created at df6488982d61df01ea012c04bbe45bce3ae11bea (tag) tagging c2e5a081606b4dfaaa55e45a76d680b55b6bbc15 (commit) replaces v0.9 tagged by Michael P on Wed May 19 08:56:51 2010 +0900 - Log ----------------------------------------------------------------- Postgres-XC version 0.9.1 beta tag Mason S (12): Removed ifdefed code for USE_SSL in GTM, since it is currently For writes to replicated tables, use primary copy technique to reduce Improved error handling. Added support for COPY FROM, for loading tables. Added support for COPY TO a file or STDOUT. Modified pgbench for Postgres-XC. This is the first of some planned changes to recognize more "Postgres-XC safe" Added support for basic aggregate handling. Fixed a bug where if many errors occur we run out of on_proc_exit slots. By default have configure set CFLAGS to use -DPGXC, which is required Fix some assertion failures. Fix assertion failure so that \d commands with psql work. Pavan Deolasee (2): Fix some stylistic issues with the code. Trying to make it more Fix an assertion failure in the GTM code. We were mistakenly overwriting an ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |