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
|
From: Koichi S. <koi...@us...> - 2013-05-13 13:54:11
|
Project "Postgres-XC". The branch, master has been updated via 29104ee044838f7164648cc1ffcc19872455e80c (commit) from 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=29104ee044838f7164648cc1ffcc19872455e80c commit 29104ee044838f7164648cc1ffcc19872455e80c Author: Koichi Suzuki <koi...@gm...> Date: Mon May 13 22:51:31 2013 +0900 This commit fixes the bug 3611326, back up sequence information to GTM slave. Andrei Martsinchuyk provided the patch. M src/gtm/client/gtm_client.c M src/gtm/main/main.c ----------------------------------------------------------------------- Summary of changes: src/gtm/client/gtm_client.c | 16 ++++++++-------- src/gtm/main/main.c | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-13 11:11:58
|
Project "Postgres-XC". The branch, master has been updated via 86023f0b4a59525c9a9a11b2db5cc86d70462c9e (commit) from bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=86023f0b4a59525c9a9a11b2db5cc86d70462c9e commit 86023f0b4a59525c9a9a11b2db5cc86d70462c9e Author: Koichi Suzuki <koi...@gm...> Date: Mon May 13 20:11:01 2013 +0900 This commit fixes a bug so that local work files are removed when not needed. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 1 + contrib/pgxc_ctl/datanode_cmd.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-13 10:59:16
|
Project "Postgres-XC". The branch, master has been updated via bac78d0e4b27de92da5f1092130df1d01f50ab27 (commit) from e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bac78d0e4b27de92da5f1092130df1d01f50ab27 commit bac78d0e4b27de92da5f1092130df1d01f50ab27 Author: Koichi Suzuki <koi...@gm...> Date: Mon May 13 19:56:21 2013 +0900 This commit reflects some more fix to pgxc_ctl for beta. Added very simple command to check if there's any tables involved by the datanode to remove. M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/config.h M contrib/pgxc_ctl/coord_cmd.c 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/gtm_cmd.c M contrib/pgxc_ctl/monitor.c M contrib/pgxc_ctl/utils.c M contrib/pgxc_ctl/utils.h M contrib/pgxc_ctl/variables.c M contrib/pgxc_ctl/variables.h M doc-xc/src/sgml/pgxc_ctl-ref.sgmlin ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/config.c | 120 +++++++++-- contrib/pgxc_ctl/config.h | 2 + contrib/pgxc_ctl/coord_cmd.c | 305 +++++++++++++++++++++-------- contrib/pgxc_ctl/datanode_cmd.c | 375 +++++++++++++++++++++++++++++------ contrib/pgxc_ctl/datanode_cmd.h | 2 + contrib/pgxc_ctl/do_command.c | 153 ++++++++++++--- contrib/pgxc_ctl/gtm_cmd.c | 50 ++++-- contrib/pgxc_ctl/monitor.c | 42 ++-- contrib/pgxc_ctl/utils.c | 41 ++++- contrib/pgxc_ctl/utils.h | 1 + contrib/pgxc_ctl/variables.c | 38 ++++- contrib/pgxc_ctl/variables.h | 4 +- doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 184 ++++++++++++++---- 13 files changed, 1052 insertions(+), 265 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-13 09:17:03
|
Project "Postgres-XC". The branch, master has been updated via e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 (commit) from 158a20dc77e6d723a1e9a59171323de869f8360a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 commit e69509e4f7eb3bddf9292d9de3e0fa1759a3ebd7 Author: Abbas <abb...@en...> Date: Mon May 13 14:15:06 2013 +0500 DROP NODE has to be an allowed statement, otherwise trying to acquire an advisory lock on the node to be droped fails. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-10 01:41:40
|
Project "Postgres-XC". The branch, master has been updated via 158a20dc77e6d723a1e9a59171323de869f8360a (commit) from 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=158a20dc77e6d723a1e9a59171323de869f8360a commit 158a20dc77e6d723a1e9a59171323de869f8360a Author: Koichi Suzuki <koi...@gm...> Date: Fri May 10 10:39:51 2013 +0900 This is a fix to incorrect get_next of the sequence. Nikhil Sontakke provided the patch. M src/backend/access/transam/gtm.c M src/backend/commands/sequence.c M src/gtm/client/gtm_client.c M src/gtm/main/gtm_seq.c M src/include/gtm/gtm_client.h M src/test/regress/expected/xc_sequence.out M src/test/regress/sql/xc_sequence.sql ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/gtm.c | 9 ++++++- src/backend/commands/sequence.c | 4 --- src/gtm/client/gtm_client.c | 25 +++++++++++---------- src/gtm/main/gtm_seq.c | 3 +- src/include/gtm/gtm_client.h | 4 +- src/test/regress/expected/xc_sequence.out | 33 +++++++++++++++++++++++++++++ src/test/regress/sql/xc_sequence.sql | 8 +++++++ 7 files changed, 65 insertions(+), 21 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 13:36:03
|
Project "Postgres-XC". The branch, master has been updated via 3dc83234c493f38ffd25e9ae647a912d5e976a41 (commit) from 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3dc83234c493f38ffd25e9ae647a912d5e976a41 commit 3dc83234c493f38ffd25e9ae647a912d5e976a41 Author: Abbas <abb...@en...> Date: Thu May 9 18:32:11 2013 +0500 Fix for test case xc_misc.sql A SELECT FOR UPDATE on a replicated table was being shipped by mistake to all datanodes in a cluster with no primary node. The problem was in function pgxc_FQS_find_datanodes. The if condition to call GetPreferredReplicationNode was only checking read relation access type, read for update was missing. The result was that in case of read for update on a replicated table in a cluster with no primary node, the query was being shipped to all datanodes since the call to GetPreferredReplicationNode got skipped. The fix was to add an additional check in the if condition. In addition the patch adds assertions at places where GetRelationNodes is called and a read for update on a replicated table is not expected. M src/backend/optimizer/util/pgxcship.c M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/util/pgxcship.c | 3 ++- src/backend/pgxc/pool/execRemote.c | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:26:12
|
Project "Postgres-XC". The branch, master has been updated via 8cb99209374a59eafdbd71a0646f882f9a4517c1 (commit) from be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8cb99209374a59eafdbd71a0646f882f9a4517c1 commit 8cb99209374a59eafdbd71a0646f882f9a4517c1 Author: Abbas <abb...@en...> Date: Thu May 9 11:24:52 2013 +0500 Fix for test case xc_returning The tables should be created on a well defined set of nodes to make sure that ctid returning test cases return consistent output on all cluster configurations. M src/test/regress/expected/xc_returning.out M src/test/regress/sql/xc_returning.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_returning.out | 96 ++++++++++++++++++++++++---- src/test/regress/sql/xc_returning.sql | 33 ++++++---- 2 files changed, 103 insertions(+), 26 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:22:21
|
Project "Postgres-XC". The branch, master has been updated via be3468f1980fc2272bfa28cb6cac6bdef96a4d79 (commit) from 2236854c90aea606336a4c17ef892f42e0abc01b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=be3468f1980fc2272bfa28cb6cac6bdef96a4d79 commit be3468f1980fc2272bfa28cb6cac6bdef96a4d79 Author: Abbas <abb...@en...> Date: Thu May 9 11:21:23 2013 +0500 Fix for test case xc_copy The intention of the test case is to make sure that quoted table names work fine in COPY FROM. This test can be performed with a single data row in the table to make sure that the results are consistent on all cluster configurations. M src/test/regress/input/xc_copy.source M src/test/regress/output/xc_copy.source ----------------------------------------------------------------------- Summary of changes: src/test/regress/input/xc_copy.source | 2 -- src/test/regress/output/xc_copy.source | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:18:39
|
Project "Postgres-XC". The branch, master has been updated via 2236854c90aea606336a4c17ef892f42e0abc01b (commit) from f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2236854c90aea606336a4c17ef892f42e0abc01b commit 2236854c90aea606336a4c17ef892f42e0abc01b Author: Abbas <abb...@en...> Date: Thu May 9 11:17:27 2013 +0500 Fix for test case copy2.sql Test was failing because of some missing order by clauses. Also some changes were done to make sure that the alternate expected output comes closer to the expected output. Still there are some changes between the two that need to be taken care of. The changes are because FOR EACH ROW triggers are not fired on coordinators and there is some missing quotes issue as well. Once these issues are resolved the alternate expected output file can be removed. M src/test/regress/expected/copy2.out M src/test/regress/expected/copy2_1.out M src/test/regress/sql/copy2.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/copy2.out | 18 ++++--- src/test/regress/expected/copy2_1.out | 86 ++++++++++++++++---------------- src/test/regress/sql/copy2.sql | 10 ++-- 3 files changed, 58 insertions(+), 56 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-09 06:11:52
|
Project "Postgres-XC". The branch, master has been updated via f0b96188ca31b2915323b8e613b4ff34abaa2cbc (commit) from 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f0b96188ca31b2915323b8e613b4ff34abaa2cbc commit f0b96188ca31b2915323b8e613b4ff34abaa2cbc Author: Ashutosh Bapat <ash...@en...> Date: Thu May 9 11:40:01 2013 +0530 If there an unshippable expression in the targetlist of the inner relation (the side which contributes NULL columns for the unmatched columns) of an OUTER join, the unshippable expression gets projected at the coordinator. At the time of projection, it's not possible to judge which side of the join expression comes from and whether it should be NULL (in case of unmatched row) or non-NULL (in case of matched row). Hence in such cases, join should not be shippable. That way, the join will be evaluated at the coordinator and NULL or non-NULL values will be projected based on the join quals. M src/backend/optimizer/path/pgxcpath.c M src/backend/optimizer/util/pgxcship.c M src/include/nodes/relation.h M src/include/optimizer/pgxcplan.h M src/test/regress/expected/join.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/pgxcpath.c | 7 +++++- src/backend/optimizer/util/pgxcship.c | 34 ++++++++++++++++++++++++++++++-- src/include/nodes/relation.h | 4 +++ src/include/optimizer/pgxcplan.h | 2 + src/test/regress/expected/join.out | 20 +++++++++++++----- 5 files changed, 57 insertions(+), 10 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 06:00:45
|
Project "Postgres-XC". The branch, master has been updated via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) from c2b6aee09a75184d6a9f65703ad922afa824135c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=40b628e04a0bce2b4c1484f50e57a320c503e712 commit 40b628e04a0bce2b4c1484f50e57a320c503e712 Author: Abbas <abb...@en...> Date: Thu May 9 10:36:38 2013 +0500 Fix for test case plpgsql.sql 1. Some order by clauses were added to make sure test cases produces consistent results. 2. By mistake expected output of some tests was wrong, corected that too. M src/test/regress/expected/plpgsql_1.out M src/test/regress/sql/plpgsql.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/plpgsql_1.out | 8 ++++---- src/test/regress/sql/plpgsql.sql | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 05:35:25
|
Project "Postgres-XC". The branch, master has been updated via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) from d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c2b6aee09a75184d6a9f65703ad922afa824135c commit c2b6aee09a75184d6a9f65703ad922afa824135c Author: Abbas <abb...@en...> Date: Thu May 9 10:32:08 2013 +0500 Fix for test case combocid.sql. The relation being used for the test is distributed by replication so that the test produces consistent output on all configurations. M src/test/regress/expected/combocid.out M src/test/regress/expected/combocid_1.out M src/test/regress/sql/combocid.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/combocid.out | 4 +++- src/test/regress/expected/combocid_1.out | 9 +++++---- src/test/regress/sql/combocid.sql | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-08 06:15:27
|
Project "Postgres-XC". The branch, master has been updated via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) from d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 commit d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 Author: Ashutosh Bapat <ash...@en...> Date: Wed May 8 11:41:45 2013 +0530 TRUNCATE statement with RESTART IDENTITY clause is not supported in this release. Error out when TRUNCATE with RESTART IDENTITY is specified. Alternate expected output is updated with error message and consequences of the same. Original patch by Nikhil Sontakke. M doc-xc/src/sgml/ref/truncate.sgmlin M src/backend/commands/tablecmds.c M src/test/regress/expected/truncate_1.out ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/truncate.sgmlin | 3 ++- src/backend/commands/tablecmds.c | 8 ++++++++ src/test/regress/expected/truncate_1.out | 21 +++++++++++++-------- 3 files changed, 23 insertions(+), 9 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-07 08:55:31
|
Project "Postgres-XC". The branch, master has been updated via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) from 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d15ead2141d8d81fca231ab3fd582f3b92b2a1df commit d15ead2141d8d81fca231ab3fd582f3b92b2a1df Author: Ashutosh Bapat <ash...@en...> Date: Tue May 7 14:21:06 2013 +0530 Fix for failing testcase truncate.sql. 1. Used replicated tables, which were referenced by other tables and the primary keys and foreign keys couldn't reside on same node, if the table would have been distributed. 2. Triggers are now supported. Corrected the expected output in alternate output file accordingly. M src/test/regress/expected/truncate.out M src/test/regress/expected/truncate_1.out M src/test/regress/sql/truncate.sql http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f83d3c71737b9c389c5a8d0807924b3ca62f19de commit d15ead2141d8d81fca231ab3fd582f3b92b2a1df Author: Ashutosh Bapat <ash...@en...> Date: Tue May 7 14:21:06 2013 +0530 Fix for failing testcase truncate.sql. 1. Used replicated tables, which were referenced by other tables and the primary keys and foreign keys couldn't reside on same node, if the table would have been distributed. 2. Triggers are now supported. Corrected the expected output in alternate output file accordingly. M src/test/regress/expected/truncate.out M src/test/regress/expected/truncate_1.out M src/test/regress/sql/truncate.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/inherit.out | 200 ++++++++++++++---------------- src/test/regress/expected/inherit_1.out | 38 +++--- src/test/regress/expected/truncate.out | 2 +- src/test/regress/expected/truncate_1.out | 21 ++-- src/test/regress/sql/inherit.sql | 14 +- src/test/regress/sql/truncate.sql | 2 +- 6 files changed, 134 insertions(+), 143 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-01 02:48:01
|
Project "Postgres-XC". The branch, master has been updated via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) from 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8d0746fcda6d9d107f55b27d861b94a328ef3214 commit 8d0746fcda6d9d107f55b27d861b94a328ef3214 Author: Koichi Suzuki <koi...@gm...> Date: Wed May 1 11:46:13 2013 +0900 This commit adds pgxc_ctl documentation. M doc-xc/src/sgml/contrib.sgmlin M doc-xc/src/sgml/filelist.sgmlin A doc-xc/src/sgml/pgxc_ctl-ref.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/contrib.sgmlin | 1 + doc-xc/src/sgml/filelist.sgmlin | 1 + doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1848 +++++++++++++++++++++++++++++++++++ 3 files changed, 1850 insertions(+), 0 deletions(-) create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin hooks/post-receive -- Postgres-XC |
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 |