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
2018-10-12
Fix incorrect comparison in pgxcnode_gethash
HEAD
master
Tomas Vondra
2018-10-11
Use dynamic buffer to parse NODE_LIST_RESULT in GTM
Tomas Vondra
2018-07-31
Ensure that bad protocol ERROR message is sent to the frontend
Pavan Deolasee
2018-07-27
Improve locking semantics in GTM and GTM Proxy
Pavan Deolasee
2017-11-12
Use local variable to format timestamp in GTM log line prefix
Tomas Vondra
2017-11-04
Add gtm_snap.c comments (missing in a39b06b0c6)
Tomas Vondra
2017-11-04
Improve comments in GTM code, minor naming tweaks
Tomas Vondra
2017-11-04
Cleanup GTM API: make functions static, remove dead code
Tomas Vondra
2017-10-14
Allocate thread-local snapshot array statically
Tomas Vondra
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
[next]