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
/
include
/
gtm
Age
Commit message (
Expand
)
Author
2018-07-27
Improve locking semantics in GTM and GTM Proxy
Pavan Deolasee
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-06-15
Use thread-specific storage for computing a snapshot.
Pavan Deolasee
2017-05-05
Handle sequence's transactional behaviour on GTM
Pavan Deolasee
2016-11-07
get rid of HAVE_SIGPROCMASK
Tomas Vondra
2016-10-18
Add a missing parenthesis, lack of which might throw surprises
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
Fix several compiler warnings
Pavan Deolasee
2016-10-18
fix declarations that discard 'const' modifier from pointers
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
Improve node exclusion and node rejoining logic for calculation for global
Pavan Deolasee
2016-10-18
Do not log unnecessary node registration failures by differentiating between a
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
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
Add a cluster monitor postmaster process
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-07-17
User GXID instead of Transaction Handle while sending backup actions to the GTM
Pavan Deolasee
2015-05-29
Remove some other references of coord_name tracking in transaction info
Pavan Deolasee
2015-05-29
Remove coordinator name tracking from GTM transaction info structure
Pavan Deolasee
2015-05-29
Simplify GTM protocol a bit by only using GXID for transaction identification
Pavan Deolasee
2015-05-21
Rename gti_backend_id to gti_proxy_client_id which is a better description of
Pavan Deolasee
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-15
Refactor code to send MSG_TXN_START_PREPARED message.
Pavan Deolasee
2015-04-15
Add missing gtm backup files to the repo
Pavan Deolasee
2015-04-15
Add support for GTM to backup data at BARRIER command
Pavan Deolasee
2015-04-15
Refactor GTM connection management.
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
2013-02-21
Add a comment about the usage of GTM_CountOpenTransactions
Michael Paquier
2012-10-31
Refactor Makefile of GTM binaries and remove unnecessary build dependencies
Michael Paquier
2012-09-13
Correct ifdef flags of header files for GTM and XC-specific things
Michael Paquier
2012-09-10
Change current value of sequences to make it consistent with vanilla
Michael Paquier
2012-08-15
Fix some warnings in code for compilation O2
Michael Paquier
2012-07-13
Change control file of GTM into a text file
Michael Paquier
2012-07-12
Clean up whitespaces in XC header files and remove gtm_report_failure
Michael Paquier
2012-07-12
Simplify reconnection protocol of GTM-Proxy to GTM
Michael Paquier
2012-07-11
Introduce new GTM thread status managing thread backup
Michael Paquier
2012-06-21
Fix for crash at gtm_proxy startup in 32b-linux machines
Michael Paquier
2012-05-25
Change Copyright to "Postgres-XC Development Group"
Michael Paquier
2012-03-06
Add support for explicit 2PC
Pavan Deolasee
[next]