summaryrefslogtreecommitdiff
path: root/src/include/pgxc/poolmgr.h
AgeCommit message (Expand)Author
2017-11-04Move several functions from pgxcnode.c to poolmgr.cTomas Vondra
2017-11-04Comments and cleanup in the connection pool managerTomas Vondra
2016-10-18Add a mechanism to selectively refresh pooler information when only connectionPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Track PID of the remote backend processes serving a particular connection.Pavan Deolasee
2016-10-18Recheck health of a node before changing its status.Pavan Deolasee
2016-10-18We don't yet support persistent connections between datanodesPavan Deolasee
2016-10-18Introduce a healthmap for tracking health status of all other nodes in thePavan Deolasee
2015-11-16Use poll() instead of select() at a few placesPavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-08-26Send a few session config parameters to the remote nodes at connectionPavan Deolasee
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2012-07-12Clean up whitespaces in XC header files and remove gtm_report_failureMichael Paquier
2012-07-03Correct headers and copyrights in some XC-related .h and .c filesMichael Paquier
2012-05-30Update code comments: use "Coordinator" and "Datanode" as conventional termsMichael Paquier
2012-05-25Change Copyright to "Postgres-XC Development Group"Michael Paquier
2012-04-02Pass to the pooler session, the default values for some parameters, likeAmit Khandekar
2012-03-09Switch node definition information to shared memory in poolerMichael P
2012-02-09Fix for deferred constraintsMichael P
2012-01-12Change file headers to 2012Michael P
2011-12-01Support for dynamic pooler/session connection information cache reloadMichael P
2011-11-24Addition of system function pgxc_pool_checkMichael P
2011-11-24Improve connection info initialization for backend session and poolerMichael P
2011-10-27Support for Node and Node Group DDLMichael P
2011-10-03Fix for an assertion failure when running regressionsMichael P
2011-08-05Support for temporary TABLE/VIEWMichael P
2011-06-24This patch adds a system in XC to cancel a running query, and flush network b...Abbas
2011-05-24Extension of CLEAN CONNECTION for specific usersMichael P
2011-05-24Support for session and local parametersMichael P
2011-05-24Fix for bug 3234421: multiple user support for poolerMichael P
2011-05-19maintenance for 2011, change header filesMichael P
2011-05-19Support for CLEAN CONNECTIONMichael P
2011-05-19Added support for two new pieces of functionality.Michael P
2011-05-19Added more handling to deal with data node connection failures.Mason S
2011-05-19Fix some stylistic issues with the code. Trying to make it morePavan Deolasee
2011-05-19Postgres-XC version 0.9Michael P