index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgxc_ctl
/
do_command.c
Age
Commit message (
Expand
)
Author
2018-07-27
Teach pgxc_ctl to use the new --waldir option of pg_basebackup
Pavan Deolasee
2017-05-05
Ensure that GTM master is added first before allowing addition of other
Pavan Deolasee
2016-10-18
Make 'help add' more explanatory
Pallavi Sontakke
2016-10-18
Add a mechanism to start with an empty pgxc_ctl configuration file and build
Pavan Deolasee
2016-10-18
Add support to specify separate XLOG dirs for datanode masters and datanode
Pavan Deolasee
2015-11-18
Use whichever coordinator available for running cluster commands
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-04-15
Add "force" option to pgxc_ctl init command to forcefully remove datanode,
Pavan Deolasee
2015-04-15
Cleanup old bash scripts in pgxc_ctl contrib module and other changes.
Pavan Deolasee
2015-04-15
Add a new "minimal" option to "prepare" command of pgxc_ctl.
Pavan Deolasee
2014-09-23
Fix help message for pgxc_ctl "add datanode master" command.
Pavan Deolasee
2014-09-23
Correct many misspellings and typos.
Pavan Deolasee
2014-09-23
Improve help messages and comments in pgxc_ctl and fix assorted bugs
Pavan Deolasee
2014-09-10
Don't add empty lines to pgxc_ctl history
Pavan Deolasee
2014-09-10
Fix a bug in pgxc_ctl configure command.
Pavan Deolasee
2014-09-04
Do not try to unregister a node from GTM.
Pavan Deolasee
2014-09-01
Fix configure command so that datanodes are configured too
Pavan Deolasee
2014-09-01
Add help menu to pgxc_ctl
Pavan Deolasee
2014-09-01
Add ability to specify extra server and pg_hba configuration while adding a new
Pavan Deolasee
2014-09-01
Handle SIGINT while processing commands.
Pavan Deolasee
2014-09-01
Stop the component before cleaning up the resources
Pavan Deolasee
2014-09-01
Add basic support to save pgxc_ctl command history to a file and read it back
Pavan Deolasee
2014-09-01
Allow separate settings for coordinator slave server and pooler ports.
Pavan Deolasee
2014-09-01
Add ability to specify datanode slave ports and datanode slave pooler ports
Pavan Deolasee
2014-09-01
Add pgxc_ctl contrib module. This was added later in PGXC tree, but we
Pavan Deolasee