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
/
datanode_cmd.c
Age
Commit message (
Expand
)
Author
2018-07-31
Correct select the GTM proxy for a new node being added
Pavan Deolasee
2018-07-27
Teach pgxc_ctl to use the new --waldir option of pg_basebackup
Pavan Deolasee
2017-09-30
Fix the pg_basebackup call when adding standby nodes
Tomas Vondra
2017-09-20
Enable Hot Standby on the replicas
Pavan Deolasee
2016-10-18
Correctly initialise coordMaxWALSenders and datanodeMaxWALSenders while adding
Pavan Deolasee
2016-10-18
Ensure "init all" (and other init commands too) does not remove existing data
Pavan Deolasee
2016-10-18
Don't use special marker "none" while updating max_wal_senders in
Pavan Deolasee
2016-10-18
Avoid removing directories for some pgxc_ctl calls, just as an added protection
Pavan Deolasee
2016-10-18
Suppress the message hinting to start coordinator/datanode/gtm server at the
Pavan Deolasee
2016-10-18
Fix a typo in the log message during datanode failover
Pavan Deolasee
2016-10-18
Do not add a spurious ';' when not cleaning WAL directory for a datanode
Pavan Deolasee
2016-10-18
Extend the array for various slave variables to match the size of the master
Pavan Deolasee
2016-10-18
Do not turn hot_standby in coordinator/datanode slaves since its not supported.
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
The XLOG dirs in the pgxc_ctl conf file are optional
Pavan Deolasee
2016-10-18
Add support to specify separate XLOG dirs for datanode masters and datanode
Pavan Deolasee
2016-10-18
Check if target directory is empty (if it already exists) on the remote node.
Pavan Deolasee
2015-11-26
Use -w option of pg_ctl to wait for the operation to complete
Pavan Deolasee
2015-11-19
Check if configuration parametere such as cord/datanode(Specific)ExtraPgHba
Pavan Deolasee
2015-11-18
Run slaves in hot_standby mode so that we can ping them for monitoring purposes
Pavan Deolasee
2015-11-18
Use whichever coordinator available for running cluster commands
Pavan Deolasee
2015-11-18
Ensure that the array in extended only when adding new entries and not while
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
Do not force remove data directories if they are not empty.
Pavan Deolasee
2015-04-15
Disable hot_standby for components setup by pgxc_ctl
Pavan Deolasee
2014-09-23
Fix a bug which was causing datanode slave to start in ASYNC replication
Pavan Deolasee
2014-09-23
Fix a bug in deciding local GTM proxy while adding a new datanode master
Pavan Deolasee
2014-09-23
Correct many misspellings and typos.
Pavan Deolasee
2014-09-04
Do not try to unregister a node from GTM.
Pavan Deolasee
2014-09-01
Add ability to specify extra server and pg_hba configuration while adding a new
Pavan Deolasee
2014-09-01
Set up pg_hba.conf on the master properly while adding a slave
Pavan Deolasee
2014-09-01
Add a \n to WARNING messages added in commit be3db19078
Pavan Deolasee
2014-09-01
Skip the nodes which are set to "none"
Pavan Deolasee
2014-09-01
Ensure the variable array is adjusted to the right size while adding new
Pavan Deolasee
2014-09-01
Handle datanode failover better
Pavan Deolasee
2014-09-01
Add ability to specify datanode slave ports and datanode slave pooler ports
Pavan Deolasee
2014-09-01
Fix some leftover references to fclose()
Pavan Deolasee
2014-09-01
Invoke pgxc_pool_reload() after adding/deleting nodes 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
Use pclose() instead of fclose() for closing fildes/pipe opened by popen().
Pavan Deolasee
2014-09-01
Add pgxc_ctl contrib module. This was added later in PGXC tree, but we
Pavan Deolasee