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
/
backend
/
pgxc
Age
Commit message (
Expand
)
Author
2016-10-18
Report execution stats for each step of redistribution and also call
Pavan Deolasee
2016-10-18
Explicitly track if a subplan has been executed and a valid value is computed
Pavan Deolasee
2016-10-18
Use 2^32 modulo computation to convert signed integer to unsigned value since
Pavan Deolasee
2016-10-18
Do not FQS EXECUTE DIRECT statements.
Pavan Deolasee
2016-10-18
Return pointer to the buffer used to store various fields values, so that
Pavan Deolasee
2016-10-18
Don't wait indefinitely while trying to abort a transaction on the remote node.
Pavan Deolasee
2016-10-18
Log more information about connection error for ease in debugging
Pavan Deolasee
2016-10-18
Add a mechanism to selectively refresh pooler information when only connection
Pavan Deolasee
2016-10-18
Avoid protocol breakage when pooler fails to open connection to one or more
Pavan Deolasee
2016-10-18
Properly deallocate prepared statements on the remote node when user makes such
Pavan Deolasee
2016-10-18
Honour shared queue refcount while deciding to remove it from hash table when
Pavan Deolasee
2016-10-18
Add a ref count mechanism to deal with situations where a Shared Queue is
Pavan Deolasee
2016-10-18
Correct shared memory size calculation for Shared Queue hashtable.
Pavan Deolasee
2016-10-18
Plug a memory leak that might help OOM situations in ALTER TABLE .. ADD NODE
Pavan Deolasee
2016-10-18
Reduce log level for a message during initdb
Pavan Deolasee
2016-10-18
Make changes and bug fixes to let compilation and regression run on smartos
Pavan Deolasee
2016-10-18
Correctly specify HASH_BLOBS while using nodeOid as a key for pooler hash
Pavan Deolasee
2016-10-18
Rename RelationLocInfo->nodeList to RelationLocInfo->rl_nodeList to avoid using
Pavan Deolasee
2016-10-18
Fix several compiler warnings
Pavan Deolasee
2016-10-18
remove functions that are not used (or defined)
Tomas Vondra
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
Handle case correctly when collection function is not defined.
Pavan Deolasee
2016-10-18
Increase the timeout for waiting to end query to 1s from existing 20ms.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Fix a few compiler warnings.
Pavan Deolasee
2016-10-18
Handle a race condition between portal close 'C' message and new request for
Pavan Deolasee
2016-10-18
Handle errors while PREPARing a transaction gracefully.
Pavan Deolasee
2016-10-18
Some misc fixes and documentation updates for pgxc_ctl
Pavan Deolasee
2016-10-18
Sprinkle SQueue and portal management code with DEBUG messages
Pavan Deolasee
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
Handle MergeAppend node correctly while determing param types.
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
Fix an oversight in the previous commit
Pavan Deolasee
2016-10-18
Fix various potential buffer overflows which got exposed after we recently
Pavan Deolasee
2016-10-18
Introduce a healthmap for tracking health status of all other nodes in the
Pavan Deolasee
2016-10-18
Select a node randomly from a list of available nodes for reading from
Pavan Deolasee
2016-10-18
Send XID assigned on a datanode back to the coordinator.
Pavan Deolasee
2016-10-18
Fix misc issues with two-phase commit protocol and cleaning up of outstanding
Pavan Deolasee
2016-10-18
Correctly handle RESPONSE_WAITXIDS response from a datanode
Pavan Deolasee
2016-10-18
Correct '=' to '==' in an assertion
Pavan Deolasee
2016-10-18
Drop datanode/coordinator connections while handling transaction aborts,
Pavan Deolasee
2015-12-09
Allow on-demand assignment of XID, even on a datanode
Pavan Deolasee
2015-12-09
Forget connection combiner before receving pending messages during cleanup
Pavan Deolasee
2015-12-09
Reduce logging level for couple of messages
Pavan Deolasee
[prev]
[next]