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