summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/gtm.c
AgeCommit message (Expand)Author
2017-05-05Handle sequence's transactional behaviour on GTMPavan Deolasee
2016-10-18Fix a few compiler warnings.Pavan Deolasee
2016-10-18Improve node exclusion and node rejoining logic for calculation for globalPavan Deolasee
2016-10-18Adjust log_line_prefix to log much more information about connections.Pavan Deolasee
2015-12-09Allow on-demand assignment of XID, even on a datanodePavan Deolasee
2015-12-08Rework handling of idle nodes for xmin reporting and calculationPavan Deolasee
2015-11-26Add a cluster monitor postmaster processPavan Deolasee
2015-11-20Include pg_rusage.h whereever necessaryPavan Deolasee
2015-11-16Add more instrumentation options to codePavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-08-24Add a timeout to GTM connection request.Pavan Deolasee
2015-07-20Add a facility to track waited-for XIDs for a transactionPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-15This commit showing problems in regression. Revert pending furtherPavan Deolasee
2015-04-15Improve GTM connecting establishment handlingPavan Deolasee
2015-04-15Add support for GTM to backup data at BARRIER commandPavan Deolasee
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2012-12-24This commit fixes the bug 3598030, incorrect transaction handlingKoichi Suzuki
2012-09-10Change current value of sequences to make it consistent with vanillaMichael Paquier
2012-05-29Reinforce ALTER SEQUENCE handling on GTM for START/RESTARTMichael Paquier
2011-12-08Simplify node DDL grammar and supress slave management partMichael P
2011-10-27Support for Node and Node Group DDLMichael P
2011-08-08Clean up compilation warningsMichael P
2011-06-06Partial fix for bug 3310399: Autovacuum workers using same connections to GTMMichael P
2011-05-24Fix for VIEW and SEQUENCEMichael P
2011-05-19Node Registering featureMichael P
2011-05-19Change Protocol connection between PGXC nodes and GTM/GTM-Proxy.Michael P
2011-05-19Fix for sourceforge.net bug#3013984: Sequence scopeMason Sharp
2011-05-19Added support for two new pieces of functionality.Michael P
2011-05-19Implementation of 2PC from applicationsMichael P
2011-05-19Support for Global timestamp in Postgres-XC.Michael P
2011-05-19Add support for ALTER Sequence. Michael Paquier with some editorilization fro...Pavan Deolasee
2011-05-19Fix some stylistic issues with the code. Trying to make it morePavan Deolasee
2011-05-19Postgres-XC version 0.9Michael P