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
|
6
|
7
|
8
(5) |
9
(2) |
10
(5) |
11
(1) |
12
(1) |
13
|
14
|
15
(3) |
16
(5) |
17
(5) |
18
(6) |
19
(10) |
20
|
21
|
22
(3) |
23
(4) |
24
|
25
(3) |
26
|
27
|
28
|
29
|
30
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2013-04-23 13:51:06
|
Project "Postgres-XC". The tag, XC1_0_3_PG9_1 has been created at e8a0c1f16b53b294ddf296722f5122efe927d7e4 (commit) - Log ----------------------------------------------------------------- commit e8a0c1f16b53b294ddf296722f5122efe927d7e4 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 23 22:31:08 2013 +0900 Fix Makefile to build correct version number in the document. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-23 13:32:27
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via e8a0c1f16b53b294ddf296722f5122efe927d7e4 (commit) from d5f4bc1e2b722c0ddbaee436d633b3354c6bc1e2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e8a0c1f16b53b294ddf296722f5122efe927d7e4 commit cdd5442aeb88a6577edf95c98f50371ffe81b0aa Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 23 11:25:04 2013 +0900 Adds more node management feature, still needs test. For feature fix. Added "add" and "remove" command. Documentation will be done by the beta period. M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/config.h M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/coord_cmd.h M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/datanode_cmd.h M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/do_shell.c M contrib/pgxc_ctl/gtm_cmd.c M contrib/pgxc_ctl/gtm_cmd.h M contrib/pgxc_ctl/pgxc_ctl_bash.c M contrib/pgxc_ctl/pgxc_ctl_conf_part M contrib/pgxc_ctl/signature.h M contrib/pgxc_ctl/utils.h M contrib/pgxc_ctl/variables.c M contrib/pgxc_ctl/variables.h ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/Makefile | 2 +- doc-xc/src/sgml/release-xc-1.0.sgmlin | 60 --------------------------------- 2 files changed, 1 insertions(+), 61 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-23 12:18:28
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via d5f4bc1e2b722c0ddbaee436d633b3354c6bc1e2 (commit) from 029a67ebdb351e25825e1c75c0eb80ec33259c52 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d5f4bc1e2b722c0ddbaee436d633b3354c6bc1e2 commit cdd5442aeb88a6577edf95c98f50371ffe81b0aa Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 23 11:25:04 2013 +0900 Adds more node management feature, still needs test. For feature fix. Added "add" and "remove" command. Documentation will be done by the beta period. M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/config.h M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/coord_cmd.h M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/datanode_cmd.h M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/do_shell.c M contrib/pgxc_ctl/gtm_cmd.c M contrib/pgxc_ctl/gtm_cmd.h M contrib/pgxc_ctl/pgxc_ctl_bash.c M contrib/pgxc_ctl/pgxc_ctl_conf_part M contrib/pgxc_ctl/signature.h M contrib/pgxc_ctl/utils.h M contrib/pgxc_ctl/variables.c M contrib/pgxc_ctl/variables.h ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.0.sgmlin | 119 +++++++++++++++++++++++++++++++++ 1 files changed, 119 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-23 02:28:08
|
Project "Postgres-XC". The branch, master has been updated via cdd5442aeb88a6577edf95c98f50371ffe81b0aa (commit) from 18509ab1bce1a774b4e0799495cc39e9c42e7043 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cdd5442aeb88a6577edf95c98f50371ffe81b0aa commit cdd5442aeb88a6577edf95c98f50371ffe81b0aa Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 23 11:25:04 2013 +0900 Adds more node management feature, still needs test. For feature fix. Added "add" and "remove" command. Documentation will be done by the beta period. M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/config.h M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/coord_cmd.h M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/datanode_cmd.h M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/do_shell.c M contrib/pgxc_ctl/gtm_cmd.c M contrib/pgxc_ctl/gtm_cmd.h M contrib/pgxc_ctl/pgxc_ctl_bash.c M contrib/pgxc_ctl/pgxc_ctl_conf_part M contrib/pgxc_ctl/signature.h M contrib/pgxc_ctl/utils.h M contrib/pgxc_ctl/variables.c M contrib/pgxc_ctl/variables.h ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/config.c | 2 +- contrib/pgxc_ctl/config.h | 2 + contrib/pgxc_ctl/coord_cmd.c | 509 +++++++++++++++++++++++++++++++++++ contrib/pgxc_ctl/coord_cmd.h | 6 + contrib/pgxc_ctl/datanode_cmd.c | 385 ++++++++++++++++++++++++++ contrib/pgxc_ctl/datanode_cmd.h | 5 + contrib/pgxc_ctl/do_command.c | 257 ++++++++++++++++++ contrib/pgxc_ctl/do_shell.c | 5 +- contrib/pgxc_ctl/gtm_cmd.c | 152 +++++++++-- contrib/pgxc_ctl/gtm_cmd.h | 3 + contrib/pgxc_ctl/pgxc_ctl_bash.c | 4 + contrib/pgxc_ctl/pgxc_ctl_conf_part | 4 + contrib/pgxc_ctl/signature.h | 2 +- contrib/pgxc_ctl/utils.h | 8 + contrib/pgxc_ctl/variables.c | 65 +++++- contrib/pgxc_ctl/variables.h | 5 + 16 files changed, 1387 insertions(+), 27 deletions(-) hooks/post-receive -- Postgres-XC |