You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
(1) |
3
|
4
(1) |
5
|
6
|
7
|
8
(5) |
9
(2) |
10
(5) |
11
(1) |
12
(1) |
13
|
14
|
15
(3) |
16
(5) |
17
(5) |
18
(6) |
19
(10) |
20
|
21
|
22
(3) |
23
(4) |
24
|
25
(3) |
26
|
27
|
28
|
29
|
30
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2013-04-10 05:48:00
|
Project "Postgres-XC". The branch, master has been updated via 9d6d70cf9b655f8ebd77ed32ae70e9cb421a995a (commit) from 3df33090797ed16b80e754434346cc87c2b70b87 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9d6d70cf9b655f8ebd77ed32ae70e9cb421a995a commit 9d6d70cf9b655f8ebd77ed32ae70e9cb421a995a Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 10 14:46:13 2013 +0900 This patch is from Nikhil Sontakke to solve the problem in \copy command with the table name qualified by a schema name. modified: src/backend/pgxc/copy/remotecopy.c M src/backend/pgxc/copy/remotecopy.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/copy/remotecopy.c | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-10 04:39:29
|
Project "Postgres-XC". The branch, master has been updated via 3df33090797ed16b80e754434346cc87c2b70b87 (commit) from 68f340ef43efb166d91ef7b07d1c2b4534d8fd33 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3df33090797ed16b80e754434346cc87c2b70b87 commit 3df33090797ed16b80e754434346cc87c2b70b87 Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 10 13:38:27 2013 +0900 Fix the usage of memory context in gtm. Nikhil Sontakke found this and provided the fix. modified: src/gtm/main/gtm_txn.c M src/gtm/main/gtm_txn.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_txn.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-10 04:03:33
|
Project "Postgres-XC". The branch, master has been updated via 68f340ef43efb166d91ef7b07d1c2b4534d8fd33 (commit) from 0b54d64f0e89f9bd76456a71039502b884e8cf5a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=68f340ef43efb166d91ef7b07d1c2b4534d8fd33 commit 68f340ef43efb166d91ef7b07d1c2b4534d8fd33 Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 10 13:02:38 2013 +0900 This is a fix of gtm slave crash. Nikhil Sontakke found this and provided the fix. modified: src/gtm/main/gtm_txn.c M src/gtm/main/gtm_txn.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_txn.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-10 03:59:32
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 029a67ebdb351e25825e1c75c0eb80ec33259c52 (commit) from 8bed8d152081340488c559a96bc81319ccfe9f26 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=029a67ebdb351e25825e1c75c0eb80ec33259c52 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_txn.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-04-10 02:58:15
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 8bed8d152081340488c559a96bc81319ccfe9f26 (commit) via 22e64d9cd0be44dadba72707b0dd75f5ac5d538c (commit) via d189deebd3c9e178c32c420a0df2b1ef9d445119 (commit) via 7ef110757efeafd1201791166d65ae114aa1e3d0 (commit) via 88b000c1b6daabd9044cd3c68b0b9e94eacb4c65 (commit) via 6ce083f08a7a30360695c0e9a927fe24f4c77143 (commit) via 677fde06afd23f355e3d599eedc3ba7a66ef4e85 (commit) via 114fca526e4f843d17f9a052f81f580d9d006ef1 (commit) via 5e3d2123a0c30f499ed1ba411e68007a11838723 (commit) via ddf177228fb303e2fd855b399ab8098daa2d3376 (commit) via b403f4107ba74bcf29499ba3e77e0eae70e62679 (commit) via 54d4a8f023783dd05d5f09136724997a73e33aa9 (commit) via ad480bd25308933153dc323af3678254a06eec5a (commit) via 861aac58708db46c105299ac854b448e756aee1a (commit) via ce4f365188b662e46527bd85fb93aec26bf4deb1 (commit) via 7bc2e68c60e7067943d1ffdb1430cea1ffce1ce2 (commit) via 721478d868cdfd18057cd545312de8d2eff24595 (commit) via 915d8230cb066a44b0caf39adc0a5c2de5595b49 (commit) via f4ecfbcaf046845b58c551184449e8e438d44c69 (commit) via 30de42d254d7b31161bfd0388677712694108906 (commit) via 2e4acef357c6eec6b6ae8a7a3b464c96e3f343c7 (commit) via aa5d7d58ba40187bd8c6a2216bfd24514da78003 (commit) via f1bd8a82d7bc127d752e22689ebed9632555cc28 (commit) via 7a9670b044bd74c183f28ae801158a9857653933 (commit) via 4400976281d07b880c5c311c55e9ec95805b3c66 (commit) via cce7486127f27e6cf2ee56dfcfeb9e7c20a39b90 (commit) via ef2a82bebd991fc2ddc8a1ba37c657173b21910b (commit) via 81e2255fc77a273c8de41fca73741ceac6b75288 (commit) via 3a779366025504d6993e6a3b1281cd114a0abb71 (commit) via c0d35067a57581f7685dc2134a1c4511d925fe4d (commit) via b2da7c805cb38b6e880c3218699ce8533eb9b151 (commit) via f5185db27f53b85c1386e589d7dfd9e291f3c967 (commit) via bd0bfe1f8081a1e52d8cf1463c435d5f769c7339 (commit) via e4e35491fcfeeff98ef3454dc4fd060d4812b6f2 (commit) via e779194708f6d4a3ca942c15cd431698cdbbaac4 (commit) via 957bafb2091136161cb7f1a8a56439310c6bd1b2 (commit) via 23ef96327f9ea2a0213d05831175a3ac1b472f29 (commit) via f73a16340c3eba317ab433466b9ad9eb2f962020 (commit) via 52c889ea4f7696157fde4b74ae62fbe014d06087 (commit) via bffee6c52c7ae618a7f06da023bfdb66deb0bdb1 (commit) via 0ddfa3b64a187c052c1e3891a9400f8a97520872 (commit) via a0698406f4c8b4944c6e248c7e8672c4f54db01a (commit) via 4d4c00850dedb4395138d825cfa3c69545c17f0b (commit) via cd3dfb02d8008ee4cca4b948172d3189d0163b06 (commit) via 500889a9d27cd4a59995b9e28b51022a4872efb3 (commit) via bb5e312bdc784d406dfddf0e7e1bb23d4114db74 (commit) via d6f9b2cac36da23373946ff382db0e6217c813a1 (commit) via 69c026512f1141a92dca118768d858e59d76a994 (commit) via 1881634820603e8212983ebd4825d4f4b4988789 (commit) via 51d0efe8a2bd6c64f245fcc60a2fba07b9e3b6f6 (commit) via 2113574be8467e044a74b7eb4da6841e78384e2e (commit) via 390523596deb3ee772555efc47953cad4b641197 (commit) via ac148a2e9375708170d9c582da4c719832a89f6f (commit) via 3c6e719eac07f64fb6672e0bc20547957a87575a (commit) via 1d857a6036fa0e17c6c4f9ee116622956a8fe920 (commit) via ec26900f9d44ec06311ea5296d7cd1e3f0776310 (commit) via 3eae7940aeae78432e55ce18efb8ef5ea93f9295 (commit) via f1a4b15871cc5a5c6c7a791c91cb4552e37dfb4f (commit) via 17dee323e7ff67863582f279e415a8228e0b99cd (commit) via 812451d1c7a0ad298cdf3a5e04bd3e9d1d700664 (commit) via a2d44f526ec4b9832b3fff852981652ba9d05e8a (commit) via 881104a698b8c5bd686542337218fab9df2a4015 (commit) via 1cc43979cf44db0b3da77e34493689fe13484fa0 (commit) via 49e0ea5991bf00a68e753583738a6759b7b29f2d (commit) via 57d294a18891ef843c9c24f3f9f3076fa2cfcc23 (commit) via 62b9e3a0ff2d9964e30635ceca825340e71087e1 (commit) via 5454344b968d6a189219cfd49af609a3e7d6af33 (commit) via 2e892a15b966f5183b8aec8f4ba9d4133d2c1941 (commit) via 4a6232cce315f58bb674dd7ce6bd9166aa58fdb3 (commit) via ebab595579e5b65f479e998dd302d6f5fdd15869 (commit) via 04edfb10a60cad0a1efa5a0c0bef9b88a2fd5eba (commit) via 8c0b2afa38bbdf016c876e74371feee3c00b9f09 (commit) via aaf5f5942a9f7ed24cf9d6487e5b6629ad0cfe43 (commit) via c54ebcba5c4c11508dfa72e0d872d3b28e7ef58b (commit) via 66debecd0c2a507500384a2eb727664f916780f8 (commit) via 14fa9805604e829d96531581e71b45ddfddb4fc8 (commit) via d4c78c1811d14b14f47f3611bf2c2c1a35817988 (commit) via dc0c987574d89b4f257218e91adac1537a4c2c3e (commit) via 2d9a455dba2a0f5e33e903f082f4666363c44ec0 (commit) via 93d83938fd452dd7143760ad132aa9d90c5b45e5 (commit) via 7b15bea03d77da3d911fbf4b7c7ab0f407b36d2e (commit) via 628ea7ea51e046bade9ce7f15dc9c41118e29f13 (commit) via 14aa55df29ea69e453be4c46f8546d49365fc06b (commit) via 17a71067d03edfc7a0eddb5bff42f48fb1855d82 (commit) via 0d0501e80fbbe51a885b4fe2fe3b4f22ef3bed66 (commit) via b487c39dfc0d1799b4ec2c8c711e121d539aac37 (commit) via bd2acc2dc8119ae5657855c6adf19950a6fe18d4 (commit) via ed98b48bf437ae8f8a9dfa53b1f8b9bb235cb089 (commit) via 9d39e9499944b61e0db4e8d2157ba58e8bc52b89 (commit) via f0fc1d4c890135ec879860f7d0c49b34d492d99f (commit) via 97a60fa5a06bf60c857976e24ef2ed0cb882cd52 (commit) via 8b6b374b39d992adea42f703baf28a19909ef747 (commit) via 5dd1c287c2866213a753495551dd75d9c18edbcb (commit) via 9ba0361f099e1d9827e9da1df95652d83ac8b973 (commit) via 8bc8f7024fd7ea63a0eff1cc296456b7c7bf7982 (commit) via 9d1a293aba92ac7026f6559e0fe317567987cc19 (commit) via 93c041ab100274b07ff6fdaafaf1bf340100465e (commit) from 3f15aef4ed3f8b2014d42bce3ed75650c4db907d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8bed8d152081340488c559a96bc81319ccfe9f26 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=22e64d9cd0be44dadba72707b0dd75f5ac5d538c commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d189deebd3c9e178c32c420a0df2b1ef9d445119 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7ef110757efeafd1201791166d65ae114aa1e3d0 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=88b000c1b6daabd9044cd3c68b0b9e94eacb4c65 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6ce083f08a7a30360695c0e9a927fe24f4c77143 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=677fde06afd23f355e3d599eedc3ba7a66ef4e85 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=114fca526e4f843d17f9a052f81f580d9d006ef1 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5e3d2123a0c30f499ed1ba411e68007a11838723 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ddf177228fb303e2fd855b399ab8098daa2d3376 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b403f4107ba74bcf29499ba3e77e0eae70e62679 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=54d4a8f023783dd05d5f09136724997a73e33aa9 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ad480bd25308933153dc323af3678254a06eec5a commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=861aac58708db46c105299ac854b448e756aee1a commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ce4f365188b662e46527bd85fb93aec26bf4deb1 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7bc2e68c60e7067943d1ffdb1430cea1ffce1ce2 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=721478d868cdfd18057cd545312de8d2eff24595 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=915d8230cb066a44b0caf39adc0a5c2de5595b49 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f4ecfbcaf046845b58c551184449e8e438d44c69 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=30de42d254d7b31161bfd0388677712694108906 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2e4acef357c6eec6b6ae8a7a3b464c96e3f343c7 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=aa5d7d58ba40187bd8c6a2216bfd24514da78003 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f1bd8a82d7bc127d752e22689ebed9632555cc28 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7a9670b044bd74c183f28ae801158a9857653933 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A contrib/pgxc_ctl/coord_cmd.c A contrib/pgxc_ctl/coord_cmd.h A contrib/pgxc_ctl/coord_command.h A contrib/pgxc_ctl/datanode_cmd.c A contrib/pgxc_ctl/datanode_cmd.h A contrib/pgxc_ctl/do_command.c A contrib/pgxc_ctl/do_command.h A contrib/pgxc_ctl/do_shell.c A contrib/pgxc_ctl/do_shell.h A contrib/pgxc_ctl/gtm_cmd.c A contrib/pgxc_ctl/gtm_cmd.h A contrib/pgxc_ctl/gtm_util.c A contrib/pgxc_ctl/gtm_util.h A contrib/pgxc_ctl/make_signature A contrib/pgxc_ctl/mcxt.c A contrib/pgxc_ctl/monitor.c A contrib/pgxc_ctl/monitor.h A contrib/pgxc_ctl/pgxc_ctl.bash A contrib/pgxc_ctl/pgxc_ctl.c A contrib/pgxc_ctl/pgxc_ctl.h A contrib/pgxc_ctl/pgxc_ctl_bash.c A contrib/pgxc_ctl/pgxc_ctl_bash.org A contrib/pgxc_ctl/pgxc_ctl_bash_2 A contrib/pgxc_ctl/pgxc_ctl_bash_conf_part A contrib/pgxc_ctl/pgxc_ctl_conf_part A contrib/pgxc_ctl/pgxc_ctl_log.c A contrib/pgxc_ctl/pgxc_ctl_log.h A contrib/pgxc_ctl/signature.h A contrib/pgxc_ctl/utils.c A contrib/pgxc_ctl/utils.h A contrib/pgxc_ctl/variables.c A contrib/pgxc_ctl/variables.h A contrib/pgxc_ctl/varnames.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4400976281d07b880c5c311c55e9ec95805b3c66 commit 0b54d64f0e89f9bd76456a71039502b884e8cf5a Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 9 14:33:54 2013 +0900 This is the first official commit of pgxc_ctl utility in C. Source directory is /contrib because 1) pgxc_ctl does not support every variety of XC cluster which you can configure with XC core, and 2) pgxc_ctl makes a couple of assumption (user name, ssh connection and database owner) which is not necessary in XC core. They are announced early in the April, 2013 in the mailing list. Document will be committed later. Configuration file is almost compatible with bash version. You can still write the configuration with bash script. Remaining work fir 1.1 is to add a feature to add/remove node. Abbas is working on the core feature. Before the feature release A contrib/pgxc_ctl/Makefile A contrib/pgxc_ctl/bash_handler.c A contrib/pgxc_ctl/bash_handler.h A contrib/pgxc_ctl/config.c A contrib/pgxc_ctl/config.h A con... [truncated message content] |