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
/
client
/
fe-protocol.c
Age
Commit message (
Expand
)
Author
2018-10-11
Use dynamic buffer to parse NODE_LIST_RESULT in GTM
Tomas Vondra
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
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-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-06-01
Support snapshot requests without valid GXID
Pavan Deolasee
2015-04-15
Add support for GTM to backup data at BARRIER command
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
2012-10-23
Fix memory allocation issues pointed by ElectricFence (libefence)
Michael Paquier
2012-09-10
Change current value of sequences to make it consistent with vanilla
Michael Paquier
2012-07-12
Remove all the trailing whitespaces in GTM code
Michael Paquier
2012-05-25
Change Copyright to "Postgres-XC Development Group"
Michael Paquier
2012-01-12
Change file headers to 2012
Michael P
2012-01-12
This commit improves major feature of GTM/GTM-Proxy, including
Koichi Suzuki
2011-12-14
This commit allows GTM-Standby to connect to GTM anytime. Without this patch,
Koichi Suzuki
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-06-29
Support for GTM-Standby
Michael P
2011-05-19
maintenance for 2011, change header files
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
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 an assertion failure in the GTM code. We were mistakenly overwriting an
Pavan Deolasee
2011-05-19
Postgres-XC version 0.9
Michael P