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
(1) |
2
(4) |
3
|
4
|
5
|
6
|
7
(4) |
8
(2) |
9
|
10
|
11
|
12
|
13
|
14
(4) |
15
(4) |
16
|
17
|
18
|
19
|
20
|
21
(6) |
22
(1) |
23
|
24
|
25
|
26
(3) |
27
(6) |
28
|
29
(1) |
30
|
|
From: Koichi S. <koi...@us...> - 2012-11-14 08:04:29
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 361b5a6bbafc502bf00e0964e4d861128a9416de (commit) from e597e83a5e07c90c3746a43e77352982eeacc379 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=361b5a6bbafc502bf00e0964e4d861128a9416de commit 0e3a86e527831404c9c27b0f443efb1a3708c3c1 Merge: 87cdc18 d4cc762 Author: Koichi Suzuki <koi...@gm...> Date: Wed Nov 14 16:58:36 2012 +0900 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_clean/pgxc_clean.c | 23 +++++++++++++++++++++-- contrib/pgxc_clean/txninfo.c | 10 +++++----- 2 files changed, 26 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2012-11-14 07:59:56
|
Project "Postgres-XC". The branch, master has been updated via 0e3a86e527831404c9c27b0f443efb1a3708c3c1 (commit) via 87cdc18b19a6b24b09123fc745b7e9ef4596402b (commit) from d4cc7622bc92d501c24d83c57d74e8d78a87035d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0e3a86e527831404c9c27b0f443efb1a3708c3c1 commit 0e3a86e527831404c9c27b0f443efb1a3708c3c1 Merge: 87cdc18 d4cc762 Author: Koichi Suzuki <koi...@gm...> Date: Wed Nov 14 16:58:36 2012 +0900 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=87cdc18b19a6b24b09123fc745b7e9ef4596402b commit 0e3a86e527831404c9c27b0f443efb1a3708c3c1 Merge: 87cdc18 d4cc762 Author: Koichi Suzuki <koi...@gm...> Date: Wed Nov 14 16:58:36 2012 +0900 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_clean/pgxc_clean.c | 23 +++++++++++++++++++++-- contrib/pgxc_clean/txninfo.c | 10 +++++----- 2 files changed, 26 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-11-14 03:48:27
|
Project "Postgres-XC". The branch, master has been updated via d4cc7622bc92d501c24d83c57d74e8d78a87035d (commit) from e4c3390ad1896c8287f25df3d3777b5dcd1eba59 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d4cc7622bc92d501c24d83c57d74e8d78a87035d commit d4cc7622bc92d501c24d83c57d74e8d78a87035d Author: Michael Paquier <mi...@ot...> Date: Wed Nov 14 12:12:16 2012 +0900 Fix documentation of INSERT and INSERT SELECT INSERT SELECT has no restrictions on the distribution of tables it interacts with, but the documentation said the contrary. This commit cleans up some other parts of this doc page at the same time. Per report from Masaki Hisada M doc-xc/src/sgml/ref/insert.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/insert.sgmlin | 72 +------------------------------------ 1 files changed, 1 insertions(+), 71 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-11-14 03:48:05
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via e597e83a5e07c90c3746a43e77352982eeacc379 (commit) from 88faabc32ced2afba5b2e11e2c7ad11ddae2dcbe (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e597e83a5e07c90c3746a43e77352982eeacc379 commit d4cc7622bc92d501c24d83c57d74e8d78a87035d Author: Michael Paquier <mi...@ot...> Date: Wed Nov 14 12:12:16 2012 +0900 Fix documentation of INSERT and INSERT SELECT INSERT SELECT has no restrictions on the distribution of tables it interacts with, but the documentation said the contrary. This commit cleans up some other parts of this doc page at the same time. Per report from Masaki Hisada M doc-xc/src/sgml/ref/insert.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/insert.sgmlin | 72 +------------------------------------ 1 files changed, 1 insertions(+), 71 deletions(-) hooks/post-receive -- Postgres-XC |