summaryrefslogtreecommitdiff
path: root/contrib/pgxc_ctl/datanode_cmd.c
AgeCommit message (Expand)Author
2018-07-31Correct select the GTM proxy for a new node being addedPavan Deolasee
2018-07-27Teach pgxc_ctl to use the new --waldir option of pg_basebackupPavan Deolasee
2017-09-30Fix the pg_basebackup call when adding standby nodesTomas Vondra
2017-09-20Enable Hot Standby on the replicasPavan Deolasee
2016-10-18Correctly initialise coordMaxWALSenders and datanodeMaxWALSenders while addingPavan Deolasee
2016-10-18Ensure "init all" (and other init commands too) does not remove existing dataPavan Deolasee
2016-10-18Don't use special marker "none" while updating max_wal_senders inPavan Deolasee
2016-10-18Avoid removing directories for some pgxc_ctl calls, just as an added protectionPavan Deolasee
2016-10-18Suppress the message hinting to start coordinator/datanode/gtm server at thePavan Deolasee
2016-10-18Fix a typo in the log message during datanode failoverPavan Deolasee
2016-10-18Do not add a spurious ';' when not cleaning WAL directory for a datanodePavan Deolasee
2016-10-18Extend the array for various slave variables to match the size of the masterPavan Deolasee
2016-10-18Do not turn hot_standby in coordinator/datanode slaves since its not supported.Pavan 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-18The XLOG dirs in the pgxc_ctl conf file are optionalPavan Deolasee
2016-10-18Add support to specify separate XLOG dirs for datanode masters and datanodePavan Deolasee
2016-10-18Check if target directory is empty (if it already exists) on the remote node.Pavan Deolasee
2015-11-26Use -w option of pg_ctl to wait for the operation to completePavan Deolasee
2015-11-19Check if configuration parametere such as cord/datanode(Specific)ExtraPgHbaPavan Deolasee
2015-11-18Run slaves in hot_standby mode so that we can ping them for monitoring purposesPavan Deolasee
2015-11-18Use whichever coordinator available for running cluster commandsPavan Deolasee
2015-11-18Ensure that the array in extended only when adding new entries and not whilePavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan 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
2015-04-15Disable hot_standby for components setup by pgxc_ctlPavan Deolasee
2014-09-23Fix a bug which was causing datanode slave to start in ASYNC replicationPavan Deolasee
2014-09-23Fix a bug in deciding local GTM proxy while adding a new datanode masterPavan Deolasee
2014-09-23Correct many misspellings and typos.Pavan Deolasee
2014-09-04Do not try to unregister a node from GTM.Pavan Deolasee
2014-09-01Add ability to specify extra server and pg_hba configuration while adding a newPavan Deolasee
2014-09-01Set up pg_hba.conf on the master properly while adding a slavePavan Deolasee
2014-09-01Add a \n to WARNING messages added in commit be3db19078Pavan Deolasee
2014-09-01Skip the nodes which are set to "none"Pavan Deolasee
2014-09-01Ensure the variable array is adjusted to the right size while adding newPavan Deolasee
2014-09-01Handle datanode failover betterPavan Deolasee
2014-09-01Add ability to specify datanode slave ports and datanode slave pooler portsPavan Deolasee
2014-09-01Fix some leftover references to fclose()Pavan Deolasee
2014-09-01Invoke pgxc_pool_reload() after adding/deleting nodes via pgxc_ctlPavan Deolasee
2014-09-01Don't use killall to kill unwanted gtm, gtm_proxy or postgres processes. ThatPavan Deolasee
2014-09-01Use pclose() instead of fclose() for closing fildes/pipe opened by popen().Pavan Deolasee
2014-09-01Add pgxc_ctl contrib module. This was added later in PGXC tree, but wePavan Deolasee