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
/
backend
/
access
/
transam
/
gtm.c
Age
Commit message (
Expand
)
Author
2017-05-05
Handle sequence's transactional behaviour on GTM
Pavan Deolasee
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
Adjust log_line_prefix to log much more information about connections.
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-26
Add a cluster monitor postmaster process
Pavan Deolasee
2015-11-20
Include pg_rusage.h whereever necessary
Pavan Deolasee
2015-11-16
Add more instrumentation options to code
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-08-24
Add a timeout to GTM connection request.
Pavan Deolasee
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-04-15
This commit showing problems in regression. Revert pending further
Pavan Deolasee
2015-04-15
Improve GTM connecting establishment handling
Pavan Deolasee
2015-04-15
Add support for GTM to backup data at BARRIER command
Pavan Deolasee
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2012-12-24
This commit fixes the bug 3598030, incorrect transaction handling
Koichi Suzuki
2012-09-10
Change current value of sequences to make it consistent with vanilla
Michael Paquier
2012-05-29
Reinforce ALTER SEQUENCE handling on GTM for START/RESTART
Michael Paquier
2011-12-08
Simplify node DDL grammar and supress slave management part
Michael P
2011-10-27
Support for Node and Node Group DDL
Michael P
2011-08-08
Clean up compilation warnings
Michael P
2011-06-06
Partial fix for bug 3310399: Autovacuum workers using same connections to GTM
Michael P
2011-05-24
Fix for VIEW and SEQUENCE
Michael P
2011-05-19
Node Registering feature
Michael P
2011-05-19
Change Protocol connection between PGXC nodes and GTM/GTM-Proxy.
Michael P
2011-05-19
Fix for sourceforge.net bug#3013984: Sequence scope
Mason Sharp
2011-05-19
Added support for two new pieces of functionality.
Michael P
2011-05-19
Implementation of 2PC from applications
Michael P
2011-05-19
Support for Global timestamp in Postgres-XC.
Michael P
2011-05-19
Add support for ALTER Sequence. Michael Paquier with some editorilization fro...
Pavan Deolasee
2011-05-19
Fix some stylistic issues with the code. Trying to make it more
Pavan Deolasee
2011-05-19
Postgres-XC version 0.9
Michael P