summaryrefslogtreecommitdiff
path: root/contrib/pgxc_ctl/gtm_cmd.c
AgeCommit message (Expand)Author
2017-05-05Ensure that the config parameters specified in the gtmPxyExtraConfig file takePavan Deolasee
2016-10-18Remove an unintentional "set -x" command slipped in the previous commitPavan Deolasee
2016-10-18Ensure "init all" (and other init commands too) does not remove existing dataPavan Deolasee
2016-10-18Suppress the message hinting to start coordinator/datanode/gtm server at thePavan Deolasee
2016-10-18Check if gtm/gtm_proxy directory has a .pid file before trying to stop thePavan Deolasee
2016-10-18Some misc fixes and documentation updates for pgxc_ctlPavan Deolasee
2016-10-18Add a mechanism to start with an empty pgxc_ctl configuration file and buildPavan Deolasee
2016-10-18Check if target directory is empty (if it already exists) on the remote node.Pavan Deolasee
2015-06-01Add missing support for handling extra configuration file for GTM proxies inPavan Deolasee
2015-04-15Add "force" option to pgxc_ctl init command to forcefully remove datanode,Pavan Deolasee
2015-04-15Do not force remove data directories if they are not empty.Pavan Deolasee
2014-09-23Add support for gtmSlaveName in pgxc_ctl.confPavan Deolasee
2014-09-23Reset all necessary vars before adding first gtm proxy via pgxc_ctl.Pavan Deolasee
2014-09-01Don't use killall to kill unwanted gtm, gtm_proxy or postgres processes. ThatPavan Deolasee
2014-09-01Add pgxc_ctl contrib module. This was added later in PGXC tree, but wePavan Deolasee