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: Ashutosh B. <ash...@us...> - 2013-04-25 10:54:15
|
Project "Postgres-XC". The branch, master has been updated via 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) from cdd5442aeb88a6577edf95c98f50371ffe81b0aa (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2608af3d5288607e8245fa10e74e7307bb1bb23d commit 2608af3d5288607e8245fa10e74e7307bb1bb23d Author: Ashutosh Bapat <ash...@en...> Date: Thu Apr 25 16:21:04 2013 +0530 While copying the Agg nodes copy the skip_trans value as well. If skip_trans is not copied, it causes the transitioned results from datanodes to be transitioned again, thus giving wrong aggregated results. M src/backend/nodes/copyfuncs.c ----------------------------------------------------------------------- Summary of changes: src/backend/nodes/copyfuncs.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-25 08:04:54
|
Project "Postgres-XC". The branch, 923merge has been deleted was 8baaf3feb6da4d5ef3f3777e2e2702817b2c07ee ----------------------------------------------------------------------- 8baaf3feb6da4d5ef3f3777e2e2702817b2c07ee Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-25 05:57:29
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been created at 105902a04b8aadb93ed0e6a009dd47ae08b83eea (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=105902a04b8aadb93ed0e6a009dd47ae08b83eea 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dbfeb8240631a893642dbd4112da73cc87f47dd8 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c37ec840cfe80e8fde05bc87417ced2765ab17dd 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e3a7675e671803345f20c826a5807f57f599e0a1 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9d695fc7db91d3d9fb9d58d491c31b58e9bdcdfa 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4cf2115072b5bdc31748872cfc6ba0c32ba36f6f 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=39d4c764da3d4dd74238d82b0e5ccd1030ebf9f7 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c99e0d382f811cf0fbad50e912183ed4eb7b8de8 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9508754ed7e3b5688c97a26bbe15af7e11d7f06a 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a0c2492b957a7e89b997d03d0d62f37fee7aafdf 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e084b1446ffa9ec09c3774221011ed686a8b1e7d 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=73c122769ca1f49c451e315d476c80fdcf9f20cc 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0dfbad834ffe8f828cbb05d63f744be9cd7d0ab6 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a6e0cd7b76c04acc8c8f868a3bcd0f9ff13e16c8 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e5fdb8feadd4385671bab0e2c4c57008f3ba8dda 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fe6b242709afe807664ac0dc5daf2d37d29c8e6d 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0044f456d909b12f6bea2fff4d48fc0848b1b54b 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4d001c3540f8dfe45f294d7990f167e8038d0cd0 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4b94bc70ce1d500c94dd0557650ac180aa60e04e 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4e205ec4d9ef0f75ed39e5e8f0cd338d94c154c5 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d2b8d060c4f8d9154113312f6f2628298e6aff59 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=723acc99bef562cf536d38d0a1967f24e9b4ede0 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=eb2a70f2459a4e17971e92f5f80a95f277e2efde 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=21ce40c8eab4d0da110fb6e05e9d9ec20d73d8b3 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1b315c539134069453379bbd2f306deb6d30af01 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=96103c6a0f14878c5efce85cdbde20ca29298c67 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=13f9634ceefb9aae4567ef6b982254df2082aa08 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6980497f7d7f4d17b918a7a433aa904943a4bb97 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3a003c5a3a9af7973a2a3422cd62d2b08292a595 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc9bee16bfb759068fde9d61c0fa612950837ed0 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=00298ad9d8c9da42f338ecd0c6b3a7b737d387ee 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f24820618b05348c7d6d7cf5e8ab4f272073a18f 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b8f459979f4ce5c1b1c32346bedb8dadc9c0e835 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=32638960e11390c2e610414c1f3a20a94aeec19b 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=957b9c0c452ce166957c981c63c9a46fa32f64c1 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=51616dcda47a416ef3169dc3d1f3ca199d7a4a5d 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d009f9036d62762b6a261055e7417ae911233853 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c52ba36bd78a6e67d0ac30de8c71fb256cbaf026 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1db236c74a2bc21178e4275bba7329d5cf3aaf55 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fa852303f0cda557e620af775c2e96b56eb365ba 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d4f4bdf23a47dc2b6122195bbff4b09c80e7e2f5 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bf63c4a29503c5817f96d77af83bf1f191fa42e3 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=224f6e501220627d2d72833bd4876d42aefbcb6e 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0fe397fa49559f78d2cbffa6f2422d65d9e0e143 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3ae9d4db47a942f7330ce69f954c8a2b58177236 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=be75c6cb23f5be4c1810a5959012f83ef500c0b6 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ba66d575065836ab4a4e0c89d64713fbd5c49a8a 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c16a9be8d2d00ae9eb4c217d3d57c8b9616caf04 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a70924bcaf14ca6e4c80f5714ab68704d77ece1d 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ca60f0c422bd2c8538ee945d5f5e81eb498ddfde 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ee8b95e8c807f31220f31bcff445d1dcb20c28b4 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=79f21b31074f3790320cb05e1e913360aba1053f 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5c97528df0053a4f92d020474636bde398f697ec 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b5ec56f664fa20d80fe752de494ec96362eff520 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fea934653c7ba5bc368fd9233adc094f0ffb06e7 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7b058a2dc8fd5889cd443fd6ee40f51068357245 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a25ccd615f5d306b5eadcb16bb5de9ea7b777b16 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a2cf57f5e0c43689cd2e6ccf8f1378b02db6e50f 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4ce3fa1f91d99257cb7fb617609f93ed6bb326f7 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=184dc0b1da9df8c6f30961293e3fa43afd24b8b7 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2f0491dd1a34ea9390910afe532b6c2ca8db3c11 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3ea1ab283a493815a9f93f6380731b7e0a568be7 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0e23588e9e30150c7461303b3796274bb31b046f 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e9c4a6270f48fabc14d5520f9c7af17694d64920 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 ... [truncated message content] |
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 |
From: Abbas B. <ga...@us...> - 2013-04-22 21:25:50
|
Project "Postgres-XC". The branch, master has been updated via 18509ab1bce1a774b4e0799495cc39e9c42e7043 (commit) from b5b2b0107a803257e591fd9c6e3d1043e0155d8c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=18509ab1bce1a774b4e0799495cc39e9c42e7043 commit 18509ab1bce1a774b4e0799495cc39e9c42e7043 Author: Abbas <abb...@en...> Date: Tue Apr 23 02:24:55 2013 +0500 Add steps to remove a node in documentation M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/postgres.sgmlin A doc-xc/src/sgml/remove-node.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/filelist.sgmlin | 1 + doc-xc/src/sgml/postgres.sgmlin | 1 + doc-xc/src/sgml/remove-node.sgmlin | 155 ++++++++++++++++++++++++++++++++++++ 3 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 doc-xc/src/sgml/remove-node.sgmlin hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-04-22 21:23:40
|
Project "Postgres-XC". The branch, master has been updated via b5b2b0107a803257e591fd9c6e3d1043e0155d8c (commit) from 9eb4a477e3c7106a0db0a72382acf5b79dbed060 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b5b2b0107a803257e591fd9c6e3d1043e0155d8c commit b5b2b0107a803257e591fd9c6e3d1043e0155d8c Author: Abbas <abb...@en...> Date: Tue Apr 23 02:22:36 2013 +0500 Fix some typos in documentation M doc-xc/src/sgml/add-node.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/add-node.sgmlin | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-22 12:14:39
|
Project "Postgres-XC". The branch, master has been updated via 9eb4a477e3c7106a0db0a72382acf5b79dbed060 (commit) from ea2fa5d201f849afc51c2d2a6b33bebf29032f3a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9eb4a477e3c7106a0db0a72382acf5b79dbed060 commit 9eb4a477e3c7106a0db0a72382acf5b79dbed060 Author: Amit Khandekar <ami...@en...> Date: Mon Apr 22 17:36:01 2013 +0530 Fix a regression test trigger.sql crash discovered on a test environment machine. Fix involves making sure we access the remote RETURNING result slot only for non-local tables. Follwing scenario caused the crash: DELETE FROM main_view WHERE a = 31 RETURNING a, b; where main_view is a view with INSTEAD row trigger. M src/backend/executor/nodeModifyTable.c ----------------------------------------------------------------------- Summary of changes: src/backend/executor/nodeModifyTable.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-19 15:50:12
|
Project "Postgres-XC". The branch, master has been updated via ea2fa5d201f849afc51c2d2a6b33bebf29032f3a (commit) from 23e1d07ae4e994640bf0b86a385195b089c85fa0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ea2fa5d201f849afc51c2d2a6b33bebf29032f3a commit ea2fa5d201f849afc51c2d2a6b33bebf29032f3a Author: Amit Khandekar <ami...@en...> Date: Fri Apr 19 21:10:53 2013 +0530 Support for ROW triggers in Postgres-XC. This includes BEFORE/AFTER/INSTEAD row triggers. Statement trigger support was already implemented. There were two independent changes; one to support BEFORE ROW triggers, and the other to support AFTER ROW triggers. INSTEAD triggers worked w/o any changes. BEFORE ROW triggers: When a trigger is to be executed from coordinator, the OLD and NEW row is not available. It needs to be fetched from the DML source plan. We have been using the DML source plan slot directly to generate the data for BINDing the parameter values for UPDATE. Now for BEFORE ROW triggers, the data of NEW row is the one that is to be BOUND. And this NEW tuple slot does not have the ctid and node_id junk attribute values. So we need to generate the BIND data using the data from NEW row and the junk attributes from the source data. Similarly there are changes in the way we generate the parameters markers for the remote UPDATE statement. AFTER ROW triggers: AFTER ROW triggers are queued for each of the rows processed, and are then executed at then end of statement. So we need to store the OLD and NEW rows in memory until the end of statement or until the end of transaction in case of deferred constraint triggers. The idea is to use tuplestore for saving them. TODOs: New feature tests to be added to regression suite. COPY with INSERT triggers is not working. A mix of shippable and non-shippable triggers for the same table has issues. Fix them. More unit testing. M src/backend/commands/trigger.c M src/backend/executor/nodeModifyTable.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/backend/rewrite/rewriteHandler.c M src/backend/tcop/utility.c M src/include/commands/trigger.h M src/include/nodes/execnodes.h M src/include/pgxc/execRemote.h M src/test/regress/expected/copy2_1.out M src/test/regress/expected/create_table.out M src/test/regress/expected/drop_if_exists.out M src/test/regress/expected/plpgsql_1.out M src/test/regress/expected/rangefuncs_1.out M src/test/regress/expected/rules.out M src/test/regress/expected/triggers.out D src/test/regress/expected/triggers_1.out M src/test/regress/expected/tsearch_1.out M src/test/regress/expected/with.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_remote.out M src/test/regress/expected/xc_returning.out M src/test/regress/expected/xc_triggers.out M src/test/regress/sql/create_table.sql M src/test/regress/sql/triggers.sql M src/test/regress/sql/with.sql M src/test/regress/sql/xc_triggers.sql ----------------------------------------------------------------------- Summary of changes: src/backend/commands/trigger.c | 896 +++++++++++++++++- src/backend/executor/nodeModifyTable.c | 152 +++- src/backend/optimizer/plan/pgxcplan.c | 157 ++-- src/backend/pgxc/pool/execRemote.c | 272 ++++-- src/backend/rewrite/rewriteHandler.c | 62 +- src/backend/tcop/utility.c | 7 - src/include/commands/trigger.h | 16 + src/include/nodes/execnodes.h | 12 + src/include/pgxc/execRemote.h | 4 +- src/test/regress/expected/copy2_1.out | 4 - src/test/regress/expected/create_table.out | 2 +- src/test/regress/expected/drop_if_exists.out | 3 - src/test/regress/expected/plpgsql_1.out | 310 +++---- src/test/regress/expected/rangefuncs_1.out | 10 +- src/test/regress/expected/rules.out | 13 +- src/test/regress/expected/triggers.out | 16 +- src/test/regress/expected/triggers_1.out | 1320 -------------------------- src/test/regress/expected/tsearch_1.out | 7 +- src/test/regress/expected/with.out | 145 ++-- src/test/regress/expected/xc_FQS_join.out | 8 +- src/test/regress/expected/xc_alter_table.out | 6 +- src/test/regress/expected/xc_remote.out | 14 +- src/test/regress/expected/xc_returning.out | 12 +- src/test/regress/expected/xc_triggers.out | 77 +-- src/test/regress/sql/create_table.sql | 2 +- src/test/regress/sql/triggers.sql | 16 +- src/test/regress/sql/with.sql | 4 +- src/test/regress/sql/xc_triggers.sql | 2 +- 28 files changed, 1681 insertions(+), 1868 deletions(-) delete mode 100644 src/test/regress/expected/triggers_1.out hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-19 15:48:05
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via 4b3b440a3564b2b2fbf9d4c088cba22d50200380 (commit) from bd64fdcb10ba26422dcc6f94d06ad34f3168cd52 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4b3b440a3564b2b2fbf9d4c088cba22d50200380 commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 120 ------------------------------------ 1 files changed, 0 insertions(+), 120 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-19 14:40:01
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via bd64fdcb10ba26422dcc6f94d06ad34f3168cd52 (commit) via 4ad73e742dcb935dd760812e09f9705ec113bb6a (commit) via 611534e130824d724b3586eb5872df436a438d62 (commit) via 972a9afa152024b2f77e821352d978fa49e15803 (commit) via 33d30430c73210ac08055133f51cf01f1516350e (commit) via 6c00bd0851ac24c39f1ee32f0e8dae5a6ccda849 (commit) via 4318cf60143cad9515928b805f33b922849a3f9e (commit) via 23e1d07ae4e994640bf0b86a385195b089c85fa0 (commit) via 7a0a3070466b7ad05a901f3f7f369348d880cf7e (commit) from 8a28192d4d408bc4d9274760ead65fe3b6f8c599 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bd64fdcb10ba26422dcc6f94d06ad34f3168cd52 commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4ad73e742dcb935dd760812e09f9705ec113bb6a commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=611534e130824d724b3586eb5872df436a438d62 commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=972a9afa152024b2f77e821352d978fa49e15803 commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=33d30430c73210ac08055133f51cf01f1516350e commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6c00bd0851ac24c39f1ee32f0e8dae5a6ccda849 commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4318cf60143cad9515928b805f33b922849a3f9e commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/trigger.c | 39 +- src/backend/executor/execScan.c | 4 + src/backend/executor/execTuples.c | 5 +- src/backend/executor/nodeSort.c | 52 +- src/backend/optimizer/plan/createplan.c | 23 + src/backend/pgxc/pool/execRemote.c | 89 +- src/backend/utils/sort/tuplesort.c | 241 +--- src/include/commands/trigger.h | 1 - src/include/executor/tuptable.h | 3 +- src/include/pgxc/execRemote.h | 6 - src/include/utils/tuplesort.h | 3 + src/test/regress/expected/copy2_1.out | 4 - src/test/regress/expected/create_table.out | 2 +- src/test/regress/expected/tsearch_1.out | 7 +- src/test/regress/expected/with.out | 8 +- src/test/regress/expected/with_1.out | 1921 -------------------------- src/test/regress/expected/xc_FQS_join.out | 8 +- src/test/regress/expected/xc_alter_table.out | 6 +- src/test/regress/expected/xc_returning.out | 12 +- src/test/regress/expected/xc_triggers.out | 77 +- src/test/regress/sql/create_table.sql | 2 +- src/test/regress/sql/xc_triggers.sql | 2 +- 22 files changed, 156 insertions(+), 2359 deletions(-) delete mode 100644 src/test/regress/expected/with_1.out hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-04-19 12:25:15
|
Project "Postgres-XC". The branch, master has been updated via 23e1d07ae4e994640bf0b86a385195b089c85fa0 (commit) via 7a0a3070466b7ad05a901f3f7f369348d880cf7e (commit) from af70f9fab12d0e9065ee7180aca98aa6650a26e0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=23e1d07ae4e994640bf0b86a385195b089c85fa0 commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7a0a3070466b7ad05a901f3f7f369348d880cf7e commit 23e1d07ae4e994640bf0b86a385195b089c85fa0 Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 19 17:47:55 2013 +0530 If JOIN uses merge strategy and inner and outer trees have only RemoteQuery nodes, delegate the sorting operation to the datanodes by adding ORDER BY clause to the queries in inner and outer RemoteQuery nodes. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/executor/execScan.c | 4 + src/backend/executor/execTuples.c | 5 +- src/backend/executor/nodeSort.c | 52 +------ src/backend/optimizer/plan/createplan.c | 23 +++ src/backend/pgxc/pool/execRemote.c | 210 +++------------------------ src/backend/utils/sort/tuplesort.c | 241 +++++++------------------------ src/include/executor/tuptable.h | 3 +- src/include/pgxc/execRemote.h | 6 - src/include/utils/tuplesort.h | 3 + 9 files changed, 110 insertions(+), 437 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-19 11:49:48
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via 8a28192d4d408bc4d9274760ead65fe3b6f8c599 (commit) via af70f9fab12d0e9065ee7180aca98aa6650a26e0 (commit) via e505bda580016cc5223b144f9a0d322ccb3a8b09 (commit) via 5583bb5c58241cd67c0cbac7abf3ad701afdc3bb (commit) via 2dbeb21bf356c8e9526a530e8df5468402a9f272 (commit) via efe49838a310d49c5fca45970bbd5abfd9325a65 (commit) via ff4bc30300e3e8aecc0cbb3dc5c0c61f887206cc (commit) via 2c53462e57a55e6edebbd41083c3fe22b79f15f7 (commit) via 82ad95e7088d182e1134daa98b4def6d3d75c9a0 (commit) via 16b379f43cc62e5f2728c0932a18e2bad597c1f7 (commit) via 3e4a88ad8ed3542348d44c76de42f4080b5682f1 (commit) via 44ccf0de9d4e7351064f508fb36d5c092d309f16 (commit) via 5b647bef3e0bcd90002ccd0d0ebaf20b612ebce8 (commit) via a729fecb4ab90e639749c223e4772d7b738fca9d (commit) from 0fcc34a27e05b173ff20cd267817ba0f3e8836e6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8a28192d4d408bc4d9274760ead65fe3b6f8c599 commit af70f9fab12d0e9065ee7180aca98aa6650a26e0 Author: Koichi Suzuki <koi...@gm...> Date: Fri Apr 19 16:55:44 2013 +0900 This commit adds "restoremode" value to pg_ctl -Z option. It is needed in Abbas's node addition. modified: doc-xc/src/sgml/add-node.sgmlin modified: doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin modified: src/bin/pg_ctl/pg_ctl.c M doc-xc/src/sgml/add-node.sgmlin M doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin M src/bin/pg_ctl/pg_ctl.c ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/add-node.sgmlin | 257 +++++++++++++++++++++++++ doc-xc/src/sgml/filelist.sgmlin | 1 + doc-xc/src/sgml/func.sgmlin | 330 +++++++++++++++++++++++++++++++++ doc-xc/src/sgml/postgres.sgmlin | 2 +- doc-xc/src/sgml/ref/gtm_ctl.sgmlin | 11 + doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin | 7 +- doc-xc/src/sgml/ref/pg_dump.sgmlin | 13 ++ doc-xc/src/sgml/ref/pg_dumpall.sgmlin | 11 + src/backend/access/transam/xact.c | 4 +- src/backend/commands/tablecmds.c | 15 ++- src/backend/main/main.c | 1 + src/backend/postmaster/postmaster.c | 29 +++ src/backend/storage/ipc/procarray.c | 2 +- src/backend/tcop/postgres.c | 7 + src/backend/tcop/utility.c | 118 ++++++++++++ src/backend/utils/adt/lockfuncs.c | 129 +++++++++++++- src/bin/gtm_ctl/gtm_ctl.c | 90 +++++++++- src/bin/pg_ctl/pg_ctl.c | 2 + src/bin/pg_dump/pg_dump.c | 20 ++- src/bin/pg_dump/pg_dump.h | 1 + src/bin/pg_dump/pg_dumpall.c | 105 +++++++++++- src/gtm/main/Makefile | 2 +- src/gtm/main/gtm_backup.c | 65 +++++++ src/gtm/main/gtm_seq.c | 147 ++++++++++++++- src/gtm/main/gtm_txn.c | 31 +++- src/gtm/main/main.c | 21 ++- src/include/catalog/pg_proc.h | 2 + src/include/gtm/gtm_backup.h | 30 +++ src/include/gtm/gtm_seq.h | 4 +- src/include/gtm/gtm_txn.h | 5 + src/include/pgxc/pgxc.h | 12 ++ src/include/tcop/utility.h | 4 + src/include/utils/builtins.h | 1 + 33 files changed, 1456 insertions(+), 23 deletions(-) create mode 100644 doc-xc/src/sgml/add-node.sgmlin create mode 100644 src/gtm/main/gtm_backup.c create mode 100644 src/include/gtm/gtm_backup.h hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-19 11:35:43
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via 0fcc34a27e05b173ff20cd267817ba0f3e8836e6 (commit) from 5aa7c108246079b2fee86512e025a2bd1454d87c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0fcc34a27e05b173ff20cd267817ba0f3e8836e6 commit af70f9fab12d0e9065ee7180aca98aa6650a26e0 Author: Koichi Suzuki <koi...@gm...> Date: Fri Apr 19 16:55:44 2013 +0900 This commit adds "restoremode" value to pg_ctl -Z option. It is needed in Abbas's node addition. modified: doc-xc/src/sgml/add-node.sgmlin modified: doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin modified: src/bin/pg_ctl/pg_ctl.c M doc-xc/src/sgml/add-node.sgmlin M doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin M src/bin/pg_ctl/pg_ctl.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/trigger.c | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-19 07:57:57
|
Project "Postgres-XC". The branch, master has been updated via af70f9fab12d0e9065ee7180aca98aa6650a26e0 (commit) from e505bda580016cc5223b144f9a0d322ccb3a8b09 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=af70f9fab12d0e9065ee7180aca98aa6650a26e0 commit af70f9fab12d0e9065ee7180aca98aa6650a26e0 Author: Koichi Suzuki <koi...@gm...> Date: Fri Apr 19 16:55:44 2013 +0900 This commit adds "restoremode" value to pg_ctl -Z option. It is needed in Abbas's node addition. modified: doc-xc/src/sgml/add-node.sgmlin modified: doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin modified: src/bin/pg_ctl/pg_ctl.c M doc-xc/src/sgml/add-node.sgmlin M doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin M src/bin/pg_ctl/pg_ctl.c ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/add-node.sgmlin | 13 +++++++++++++ doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin | 7 +++++-- src/bin/pg_ctl/pg_ctl.c | 2 ++ 3 files changed, 20 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-19 04:18:34
|
Project "Postgres-XC". The branch, master has been updated via e505bda580016cc5223b144f9a0d322ccb3a8b09 (commit) from 5583bb5c58241cd67c0cbac7abf3ad701afdc3bb (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e505bda580016cc5223b144f9a0d322ccb3a8b09 commit e505bda580016cc5223b144f9a0d322ccb3a8b09 Author: Koichi Suzuki <koi...@gm...> Date: Fri Apr 19 13:17:05 2013 +0900 Fixes to write first restoration point backup in GTM after restoring from gtm.control. M src/gtm/main/main.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/main.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-19 03:40:55
|
Project "Postgres-XC". The branch, master has been updated via 5583bb5c58241cd67c0cbac7abf3ad701afdc3bb (commit) from 2dbeb21bf356c8e9526a530e8df5468402a9f272 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5583bb5c58241cd67c0cbac7abf3ad701afdc3bb commit 5583bb5c58241cd67c0cbac7abf3ad701afdc3bb Author: Koichi Suzuki <koi...@gm...> Date: Fri Apr 19 12:39:42 2013 +0900 Document for the additional -C option of gtm_ctl, 2dbeb21bf356c8e9526a530e8df5468402a9f272 M doc-xc/src/sgml/ref/gtm_ctl.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm_ctl.sgmlin | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-19 03:30:46
|
Project "Postgres-XC". The branch, master has been updated via 2dbeb21bf356c8e9526a530e8df5468402a9f272 (commit) from efe49838a310d49c5fca45970bbd5abfd9325a65 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2dbeb21bf356c8e9526a530e8df5468402a9f272 commit 2dbeb21bf356c8e9526a530e8df5468402a9f272 Author: Koichi Suzuki <koi...@gm...> Date: Fri Apr 19 12:28:49 2013 +0900 This adds -C option to gtm_ctl. This allows DBA to choose alternative gtm.control file, needed to specify restoration point of GTM when coordinators/datanodes are recovered to specific point. modified: src/bin/gtm_ctl/gtm_ctl.c M src/bin/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/bin/gtm_ctl/gtm_ctl.c | 90 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 88 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-04-18 17:16:00
|
Project "Postgres-XC". The branch, master has been updated via efe49838a310d49c5fca45970bbd5abfd9325a65 (commit) from ff4bc30300e3e8aecc0cbb3dc5c0c61f887206cc (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=efe49838a310d49c5fca45970bbd5abfd9325a65 commit efe49838a310d49c5fca45970bbd5abfd9325a65 Author: Abbas <abb...@en...> Date: Thu Apr 18 22:13:16 2013 +0500 Fix a bug in pgxc_advisory_lock The function should succeed if either the lock can be acquired OR the lock is already held by the same transaction. M src/backend/utils/adt/lockfuncs.c ----------------------------------------------------------------------- Summary of changes: src/backend/utils/adt/lockfuncs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-18 14:00:19
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via 5aa7c108246079b2fee86512e025a2bd1454d87c (commit) from 79d63919150919a1c4cbea271d2b24d8f1f63f48 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5aa7c108246079b2fee86512e025a2bd1454d87c commit ff4bc30300e3e8aecc0cbb3dc5c0c61f887206cc Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 18 22:45:26 2013 +0900 This commit adds gtm standby to backup restoration point when it is promoted to the master. modified: src/gtm/main/main.c M src/gtm/main/main.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 65 +++++++++++++++++++++-------------- src/include/nodes/execnodes.h | 8 ++++ 2 files changed, 47 insertions(+), 26 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-18 13:46:18
|
Project "Postgres-XC". The branch, master has been updated via ff4bc30300e3e8aecc0cbb3dc5c0c61f887206cc (commit) from 2c53462e57a55e6edebbd41083c3fe22b79f15f7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ff4bc30300e3e8aecc0cbb3dc5c0c61f887206cc commit ff4bc30300e3e8aecc0cbb3dc5c0c61f887206cc Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 18 22:45:26 2013 +0900 This commit adds gtm standby to backup restoration point when it is promoted to the master. modified: src/gtm/main/main.c M src/gtm/main/main.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-18 13:14:02
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via 79d63919150919a1c4cbea271d2b24d8f1f63f48 (commit) via 6ef09dcacd4ac98741a313bf6b723cbd8bb25445 (commit) from 039a5c40eba546ef1a4264c1140ef03a5ac3d013 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=79d63919150919a1c4cbea271d2b24d8f1f63f48 commit 2c53462e57a55e6edebbd41083c3fe22b79f15f7 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 18 21:59:29 2013 +0900 This is the fix to the last commit to add restoration point dump feature to GTM. Lock implementation was not good. modified: src/gtm/main/gtm_backup.c modified: src/gtm/main/gtm_seq.c modified: src/gtm/main/gtm_txn.c modified: src/gtm/main/main.c modified: src/include/gtm/gtm_backup.h M src/gtm/main/gtm_backup.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/include/gtm/gtm_backup.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6ef09dcacd4ac98741a313bf6b723cbd8bb25445 commit 2c53462e57a55e6edebbd41083c3fe22b79f15f7 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 18 21:59:29 2013 +0900 This is the fix to the last commit to add restoration point dump feature to GTM. Lock implementation was not good. modified: src/gtm/main/gtm_backup.c modified: src/gtm/main/gtm_seq.c modified: src/gtm/main/gtm_txn.c modified: src/gtm/main/main.c modified: src/include/gtm/gtm_backup.h M src/gtm/main/gtm_backup.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/include/gtm/gtm_backup.h ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/drop_if_exists.out | 3 - src/test/regress/expected/with.out | 137 ++++++++++--------- src/test/regress/expected/{with.out => with_1.out} | 143 +++++++++++--------- src/test/regress/sql/with.sql | 4 +- 4 files changed, 155 insertions(+), 132 deletions(-) copy src/test/regress/expected/{with.out => with_1.out} (96%) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-18 13:01:01
|
Project "Postgres-XC". The branch, master has been updated via 2c53462e57a55e6edebbd41083c3fe22b79f15f7 (commit) from 82ad95e7088d182e1134daa98b4def6d3d75c9a0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2c53462e57a55e6edebbd41083c3fe22b79f15f7 commit 2c53462e57a55e6edebbd41083c3fe22b79f15f7 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 18 21:59:29 2013 +0900 This is the fix to the last commit to add restoration point dump feature to GTM. Lock implementation was not good. modified: src/gtm/main/gtm_backup.c modified: src/gtm/main/gtm_seq.c modified: src/gtm/main/gtm_txn.c modified: src/gtm/main/main.c modified: src/include/gtm/gtm_backup.h M src/gtm/main/gtm_backup.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/include/gtm/gtm_backup.h ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_backup.c | 22 ++++++++ src/gtm/main/gtm_seq.c | 122 +++++++++++------------------------------- src/gtm/main/gtm_txn.c | 13 +---- src/gtm/main/main.c | 8 +++- src/include/gtm/gtm_backup.h | 2 + 5 files changed, 65 insertions(+), 102 deletions(-) hooks/post-receive -- Postgres-XC |