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
(12) |
2
(7) |
3
(1) |
4
(141) |
5
|
6
|
7
(1) |
8
|
9
(4) |
10
|
11
|
12
|
13
|
14
|
15
(5) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
(8) |
26
|
27
|
28
|
29
|
30
|
|
|
|
From: Koichi S. <koi...@us...> - 2014-04-01 03:44:37
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 6e5cb3f195c58c7a82dbf037e3abc7c08924bb96 (commit) from 3c2cbfff540705388ea02603ff5fda2cb3f94394 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6e5cb3f195c58c7a82dbf037e3abc7c08924bb96 commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.2.sgmlin | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:34:30
|
Project "Postgres-XC". The branch, master has been updated via 98f2cb7cfff29f52369f87af743ce1b840b522e8 (commit) from e80ae7b5bfffcae1b43e206bab903d432b00d659 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=98f2cb7cfff29f52369f87af743ce1b840b522e8 commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:34:27
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 3c2cbfff540705388ea02603ff5fda2cb3f94394 (commit) via c2f29e71964478183d10ad0ebf2a0c48ced414ab (commit) from add83f1e92f837cd0243611d6addfe4b0d18e222 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3c2cbfff540705388ea02603ff5fda2cb3f94394 commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c2f29e71964478183d10ad0ebf2a0c48ced414ab commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 4 +- configure | 18 +++++++------- configure.in | 2 +- doc-xc/src/sgml/Makefile | 4 +- doc-xc/src/sgml/release-xc-1.2.sgmlin | 41 ++++++++++++++++++++++++++------ src/backend/tcop/utility.c | 7 +++++ 6 files changed, 54 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:34:25
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via c502fe05e701855fb6604c699f5640e82c7ad18b (commit) from bbe5f08c711be586542d378aec20a974ba9aa38e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c502fe05e701855fb6604c699f5640e82c7ad18b commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |