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
/
src
/
gtm
/
recovery
Age
Commit message (
Expand
)
Author
2016-10-18
eliminate variables that are not used at all
Tomas Vondra
2016-10-18
Save global_xmin in the GTM control file and use that when its restarted
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Improve node exclusion and node rejoining logic for calculation for global
Pavan Deolasee
2016-10-18
Improve node registration and xmin reporting such that false log messages are
Pavan Deolasee
2016-10-18
Do not log unnecessary node registration failures by differentiating between a
Pavan Deolasee
2016-10-18
Standardize "subdir = <name>" in the Makefile(s)
Pavan Deolasee
2015-12-08
Rework handling of idle nodes for xmin reporting and calculation
Pavan Deolasee
2015-11-30
Avoid deadlock by ensuring that a rd-lock holder does not request another rd or
Pavan Deolasee
2015-11-26
Reduce logging level for a log message added in commit 257588554
Pavan Deolasee
2015-11-26
Add a cluster monitor postmaster process
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2014-09-23
Fix assorted bugs in GTM standby and failover.
Pavan Deolasee
2014-09-01
Many compiler warnings are fixed.
Andrei Martsinchyk
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2012-10-31
Refactor Makefile of GTM binaries and remove unnecessary build dependencies
Michael Paquier
2012-07-12
Remove all the trailing whitespaces in GTM code
Michael Paquier
2012-07-11
Introduce new GTM thread status managing thread backup
Michael Paquier
2012-05-25
Change Copyright to "Postgres-XC Development Group"
Michael Paquier
2012-05-23
Update GTM makefiles and copyright dates
Michael Paquier
2012-05-18
Restructure make files of GTM build and fix VPATH build on GTM side
Michael Paquier
2012-04-19
Fix a couple of warnings in XC code
Michael P
2012-01-12
Change file headers to 2012
Michael P
2012-01-12
This commit improves major feature of GTM/GTM-Proxy, including
Koichi Suzuki
2011-12-14
This commit allows GTM-Standby to connect to GTM anytime. Without this patch,
Koichi Suzuki
2011-12-08
Simplify node DDL grammar and supress slave management part
Michael P
2011-11-29
This commit includes configuration file support for GTM and GTM-Proxy,
Koichi Suzuki
2011-11-25
Remove src/gtm/Makefile.global and src/gtm/Makefile.shlib. GTM instead now
Pavan Deolasee
2011-10-27
Support for Node and Node Group DDL
Michael P
2011-06-29
Support for GTM-Standby
Michael P
2011-05-19
Fix for bug 3172438: node registration protocol
Michael P
2011-05-19
maintenance for 2011, change header files
Michael P
2011-05-19
Node Registering feature
Michael P