summaryrefslogtreecommitdiff
path: root/contrib/pgxc_ctl/do_command.c
AgeCommit message (Expand)Author
2018-07-27Teach pgxc_ctl to use the new --waldir option of pg_basebackupPavan Deolasee
2017-05-05Ensure that GTM master is added first before allowing addition of otherPavan Deolasee
2016-10-18Make 'help add' more explanatoryPallavi Sontakke
2016-10-18Add a mechanism to start with an empty pgxc_ctl configuration file and buildPavan Deolasee
2016-10-18Add support to specify separate XLOG dirs for datanode masters and datanodePavan Deolasee
2015-11-18Use whichever coordinator available for running cluster commandsPavan 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-15Cleanup old bash scripts in pgxc_ctl contrib module and other changes.Pavan Deolasee
2015-04-15Add a new "minimal" option to "prepare" command of pgxc_ctl.Pavan Deolasee
2014-09-23Fix help message for pgxc_ctl "add datanode master" command.Pavan Deolasee
2014-09-23Correct many misspellings and typos.Pavan Deolasee
2014-09-23Improve help messages and comments in pgxc_ctl and fix assorted bugsPavan Deolasee
2014-09-10Don't add empty lines to pgxc_ctl historyPavan Deolasee
2014-09-10Fix a bug in pgxc_ctl configure command.Pavan Deolasee
2014-09-04Do not try to unregister a node from GTM.Pavan Deolasee
2014-09-01Fix configure command so that datanodes are configured tooPavan Deolasee
2014-09-01Add help menu to pgxc_ctlPavan Deolasee
2014-09-01Add ability to specify extra server and pg_hba configuration while adding a newPavan Deolasee
2014-09-01Handle SIGINT while processing commands.Pavan Deolasee
2014-09-01Stop the component before cleaning up the resourcesPavan Deolasee
2014-09-01Add basic support to save pgxc_ctl command history to a file and read it backPavan Deolasee
2014-09-01Allow separate settings for coordinator slave server and pooler ports.Pavan Deolasee
2014-09-01Add ability to specify datanode slave ports and datanode slave pooler portsPavan Deolasee
2014-09-01Add pgxc_ctl contrib module. This was added later in PGXC tree, but wePavan Deolasee