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
Age
Commit message (
Expand
)
Author
2017-07-31
Fix confusing indentation in gtm_client.c
Tomas Vondra
2017-06-15
Use thread-specific storage for computing a snapshot.
Pavan Deolasee
2017-05-05
fix buffer overflow in gtm_serialize_pgxcnodeinfo()
Tomas Vondra
2017-05-05
Reduce verbosity of client disconnection messages.
Pavan Deolasee
2017-05-05
Handle sequence's transactional behaviour on GTM
Pavan Deolasee
2017-05-05
Correctly identify MSG_BARRIER as a proxy command
Pavan Deolasee
2017-05-05
Create destination data directory before trying to install GTM sample files
Pavan Deolasee
2016-11-07
get rid of HAVE_SIGPROCMASK
Tomas Vondra
2016-10-18
remove unused copy of gtm_opt_handler.c in src/gtm/config
Tomas Vondra
2016-10-18
initialize saved_gxid and saved_global_gxid in GTM_RestoreTxnInfo
Tomas Vondra
2016-10-18
fix transposed parameters when calling memset in gtm_utils.c
Tomas Vondra
2016-10-18
Use GTM_Sequence type to hold value of a sequence on GTM
Pavan Deolasee
2016-10-18
Fix a memory leak in GTM proxy
Pavan Deolasee
2016-10-18
Add check against accidental start of GTM with an XID lower than what it's
Pavan Deolasee
2016-10-18
Make changes and bug fixes to let compilation and regression run on smartos
Pavan Deolasee
2016-10-18
Re-add incorrectly removed call to consume txn_count during compiler warning
Pavan Deolasee
2016-10-18
Fix a compiler warning about mixing of code and declarations
Pavan Deolasee
2016-10-18
Fix several compiler warnings
Pavan Deolasee
2016-10-18
Do not compare unsigned integer for "< 0"
Pavan Deolasee
2016-10-18
Explicitly cast pthread_t to int for logging purposes
Pavan Deolasee
2016-10-18
remove functions that are not used (or defined)
Tomas Vondra
2016-10-18
fix declarations that discard 'const' modifier from pointers
Tomas Vondra
2016-10-18
get rid of GTMGetFirstClientIdentifier (unused)
Tomas Vondra
2016-10-18
fix a few violations of ISO C90 (mixed code/declarations)
Tomas Vondra
2016-10-18
eliminate variables that are not used at all
Tomas Vondra
2016-10-18
eliminate variables that are only set (but not used)
Tomas Vondra
2016-10-18
fix missing ExceptionalCondition prototype / return type
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
Fix a few compiler warnings.
Pavan Deolasee
2016-10-18
Make sure to write to the GTM control file only after paths are set up
Pavan Deolasee
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
2016-10-18
If we don't find GTM control file on startup, look for the temporary control
Pavan Deolasee
2016-10-18
Exponetially increase the sleep before retrying commit on the GTM.
Pavan Deolasee
2016-10-18
Fix a protocol message to register the GTM proxy
Pavan Deolasee
2016-10-18
Fix various potential buffer overflows which got exposed after we recently
Pavan Deolasee
2016-10-18
Fix some protocol issues between GTM and GTM-standby.
Pavan Deolasee
2015-12-09
Allow on-demand assignment of XID, even on a datanode
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-30
Add debug facility to GTM_RWLock
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
2015-09-16
Reduce logging level of certain messages in GTM and GTM proxy.
Pavan Deolasee
2015-09-15
Do not build GTM and GTM-proxy in parallel.
Pavan Deolasee
2015-09-07
Close an open file descriptor if we decide not to do any backup on GTM state
Pavan Deolasee
[next]