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
Age
Commit message (
Expand
)
Author
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
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
2017-09-20
Improve shared queue synchronization further
Pavan Deolasee
2017-08-22
Handle rescan of RemoteQuery node correctly
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-06-17
Prevent dropping distribution keys for MODULO
Tomas Vondra
2017-06-08
Switch connections after processing PGXLRemoteFetchSize rows
Pavan Deolasee
2017-05-05
Add a user configurable parameter to control the number of rows fetched from
Pavan Deolasee
2017-05-05
Do not add a newline ('\n') between rows while running a BINARY COPY protocol.
Pavan Deolasee
2017-05-05
Ensure variable values are quoted when necessary while sending down SET
Pavan Deolasee
2016-11-07
remove unnecessary include of lwlock.h from pgxc.h
Tomas Vondra
2016-10-18
Handle remote parameters correctly by sending then down to the remote nodes in
Pavan Deolasee
2016-10-18
remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unused
Tomas Vondra
2016-10-18
minor PgxcNodeListAndCount() refactoring to fix compiler warnings
Tomas Vondra
2016-10-18
remove unused shippability definitions from planner.h
Tomas Vondra
2016-10-18
remove unused GUC options - strict_statement_checking and enforce_two_phase_c...
Tomas Vondra
2016-10-18
Return pointer to the buffer used to store various fields values, so that
Pavan Deolasee
2016-10-18
Add a mechanism to selectively refresh pooler information when only connection
Pavan Deolasee
2016-10-18
Make minimum values of shared_queues and shared_queue_size GUC parameters
Pavan Deolasee
2016-10-18
Rename RelationLocInfo->nodeList to RelationLocInfo->rl_nodeList to avoid using
Pavan Deolasee
2016-10-18
Send down SYNC message to a failed remote session that was running extended
Pavan Deolasee
2016-10-18
Fix bugs around handling of params passed to the datanodes.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Adjust log_line_prefix to log much more information about connections.
Pavan Deolasee
2016-10-18
Some improvements to debug/error logging.
Pavan Deolasee
2016-10-18
Track PID of the remote backend processes serving a particular connection.
Pavan Deolasee
2016-10-18
Do not throw a FATAL error when SharedQ producer times out while waiting for
Pavan Deolasee
2016-10-18
Fix a bug where we will pick up random nodes for individual replicated tables,
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
2016-10-18
Fix misc issues with two-phase commit protocol and cleaning up of outstanding
Pavan Deolasee
2015-12-09
Allow on-demand assignment of XID, even on a datanode
Pavan Deolasee
2015-12-07
Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance of
Pavan Deolasee
2015-11-26
Add a cluster monitor postmaster process
Pavan Deolasee
2015-11-17
Cancel queries on remote connections upon transaction abort
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
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-07-02
Add support to receive error HINTs from remote nodes and send it back to the
Pavan Deolasee
2015-06-23
Find and remember node id of the remote node as set via SET global_session
Pavan Deolasee
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-22
Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATOR
Pavan Deolasee
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-15
Fix "pgxc_ctl init".
Mason Sharp
2015-04-15
Restore some GUCs which are useful in maintenance or special handling
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
[next]