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
2011-12-26
This commit adds error handling in gtm_proxy so that it now check
Koichi Suzuki
2011-12-22
Fix for Bug id:3425212:
Amit Khandekar
2011-12-20
This commit fixes GTM-Proxy crash reported as bug #3462465.
Koichi Suzuki
2011-12-15
This commit eliminates compilation warning in GTM related to the modified files.
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-11-29
This commit includes configuration file support for GTM and GTM-Proxy,
Koichi Suzuki
2011-11-25
Remove src/gtm/Makefile.global and src/gtm/Makefile.shlib. GTM instead now
Pavan Deolasee
2011-11-24
Remove debug flag from GTM makefile
Michael P
2011-11-17
Set default start value of GTM GXID to 10000
Michael P
2011-10-28
Correct help of gtm_ctl with reconnect
Michael P
2011-10-27
Support for Node and Node Group DDL
Michael P
2011-08-08
Clean up compilation warnings
Michael P
2011-07-14
Performance issue with snapshot processing
Michael P
2011-06-29
Support for GTM-Proxy reconnection
Michael P
2011-06-29
Support for GTM-Standby
Michael P
2011-06-06
Partial fix for bug 3310399: Autovacuum workers using same connections to GTM
Michael P
2011-05-24
Fix for bug 3219036: gtm_crash when wait is activated
Michael P
2011-05-24
Fix for bug 3189885: gtm_ctl to start gtm_proxy
Michael P
2011-05-24
Fix for bug 2990360: relative path to working directory for gtm
Michael P
2011-05-24
Fix a memory leak in GTM: free connection data
Michael P
2011-05-24
Remove debug flag from GTM Makefile
Michael P
2011-05-24
Fix for bug 3160456: sequence error values
Michael P
2011-05-24
Fix for VIEW and SEQUENCE
Michael P
2011-05-24
Fix for bug 3202643: Sequence error
Michael P
2011-05-24
Fix for bug 3199029 GTM/GTM-proxy FATAL error handling
Michael P
2011-05-19
Fix for bug 3136262: PREPARE information not correctly got
Michael P
2011-05-19
Fix for bug 3172438: node registration protocol
Michael P
2011-05-19
Fix for bug 3142430
Michael P
2011-05-19
maintenance for 2011, change header files
Michael P
2011-05-19
Node Registering feature
Michael P
2011-05-19
Fix for bug 3136262: Improvement of Explicit 2PC error handling
Michael P
2011-05-19
Change Protocol connection between PGXC nodes and GTM/GTM-Proxy.
Michael P
2011-05-19
Check for buffer overflow while constructing gtm/gtm_proxy start/stop commands.
Pavan Deolasee
2011-05-19
Fix for sourceforge.net bug#3013984: Sequence scope
Mason Sharp
2011-05-19
After a Commit of prepared transaction on GTM,
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
Fixed a bug in GTM introduced with timestamp piggybacking with GXID.
Mason Sharp
2011-05-19
Support for Global timestamp in Postgres-XC.
Michael P
2011-05-19
Handling ALTER SEQUENCE at the GTM proxy as well. Michael Paquier.
Pavan Deolasee
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
Removed ifdefed code for USE_SSL in GTM, since it is currently
Mason S
2011-05-19
Postgres-XC version 0.9
Michael P