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