summaryrefslogtreecommitdiff
path: root/src/gtm/proxy/proxy_main.c
AgeCommit message (Expand)Author
2018-07-31Ensure that bad protocol ERROR message is sent to the frontendPavan Deolasee
2018-07-27Improve locking semantics in GTM and GTM ProxyPavan Deolasee
2017-05-05Reduce verbosity of client disconnection messages.Pavan Deolasee
2017-05-05Correctly identify MSG_BARRIER as a proxy commandPavan Deolasee
2016-10-18Fix a memory leak in GTM proxyPavan Deolasee
2016-10-18Re-add incorrectly removed call to consume txn_count during compiler warningPavan Deolasee
2016-10-18Fix several compiler warningsPavan Deolasee
2016-10-18remove functions that are not used (or defined)Tomas Vondra
2016-10-18eliminate variables that are not used at allTomas Vondra
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Fix a protocol message to register the GTM proxyPavan Deolasee
2015-12-09Allow on-demand assignment of XID, even on a datanodePavan Deolasee
2015-11-26Add a cluster monitor postmaster processPavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-09-16Reduce logging level of certain messages in GTM and GTM proxy.Pavan Deolasee
2015-07-20Add a facility to track waited-for XIDs for a transactionPavan Deolasee
2015-07-09Reduce timeout for poll() from 1000ms to 10ms in GTM proxy.Pavan Deolasee
2015-07-09Fix broken protocol between clients and GTM for snapshot messagesPavan Deolasee
2015-06-01Support snapshot requests without valid GXIDPavan Deolasee
2015-05-29Simplify GTM protocol a bit by only using GXID for transaction identificationPavan Deolasee
2015-04-15Avoid throwing an error during connection establishment time at GTMPavan Deolasee
2015-04-15Ignore SIGPIPE in GTM and GTM ProxyPavan Deolasee
2015-04-15Add support for GTM to backup data at BARRIER commandPavan Deolasee
2015-04-15Refactor GTM connection management.Pavan Deolasee
2014-09-01Move the very first memory context allocation to the first phase of processPavan Deolasee
2014-09-01GTM proxy sends unread message along with its length to GTM while proxyingPavan Deolasee
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2013-02-01Nikhil Sontakke kindly provided this to fix gtm_ctl dependencyKoichi Suzuki
2013-01-30This commit enable gtm_proxy to unregister itself when the registrationKoichi Suzuki
2012-12-04Fixes the bug 3588869, fixing protocol error at GTM proxy reconnect to the ne...Koichi Suzuki
2012-11-27This is improve of the previous bug fix of GTM proxy crash atKoichi Suzuki
2012-11-27This commit fixes the bug 3588869. When GTM error is detected andKoichi Suzuki
2012-09-10Change current value of sequences to make it consistent with vanillaMichael Paquier
2012-08-23Fix GTM startup with "*" set as listen_addresses on OSXMichael Paquier
2012-08-15Fix some warnings in code for compilation O2Michael Paquier
2012-07-12Simplify reconnection protocol of GTM-Proxy to GTMMichael Paquier
2012-07-12Remove all the trailing whitespaces in GTM codeMichael Paquier
2012-05-25Change Copyright to "Postgres-XC Development Group"Michael Paquier
2012-04-19Fix a couple of warnings in XC codeMichael P
2012-04-04This is the fix for the bug 3512692. Added parameter check of gtm_proxy.Koichi Suzuki
2012-01-12Change file headers to 2012Michael P
2012-01-12This commit improves major feature of GTM/GTM-Proxy, includingKoichi Suzuki
2011-12-26This commit adds error handling in gtm_proxy so that it now checkKoichi Suzuki
2011-12-20This commit fixes GTM-Proxy crash reported as bug #3462465.Koichi Suzuki
2011-12-08Simplify node DDL grammar and supress slave management partMichael P
2011-11-29This commit includes configuration file support for GTM and GTM-Proxy,Koichi Suzuki
2011-10-27Support for Node and Node Group DDLMichael P
2011-08-08Clean up compilation warningsMichael P
2011-06-29Support for GTM-Proxy reconnectionMichael P
2011-06-29Support for GTM-StandbyMichael P