summaryrefslogtreecommitdiff
path: root/src/backend/pgxc
AgeCommit message (Expand)Author
2016-10-18Report execution stats for each step of redistribution and also callPavan Deolasee
2016-10-18Explicitly track if a subplan has been executed and a valid value is computedPavan Deolasee
2016-10-18Use 2^32 modulo computation to convert signed integer to unsigned value sincePavan Deolasee
2016-10-18Do not FQS EXECUTE DIRECT statements.Pavan Deolasee
2016-10-18Return pointer to the buffer used to store various fields values, so thatPavan Deolasee
2016-10-18Don't wait indefinitely while trying to abort a transaction on the remote node.Pavan Deolasee
2016-10-18Log more information about connection error for ease in debuggingPavan Deolasee
2016-10-18Add a mechanism to selectively refresh pooler information when only connectionPavan Deolasee
2016-10-18Avoid protocol breakage when pooler fails to open connection to one or morePavan Deolasee
2016-10-18Properly deallocate prepared statements on the remote node when user makes suchPavan Deolasee
2016-10-18Honour shared queue refcount while deciding to remove it from hash table whenPavan Deolasee
2016-10-18Add a ref count mechanism to deal with situations where a Shared Queue isPavan Deolasee
2016-10-18Correct shared memory size calculation for Shared Queue hashtable.Pavan Deolasee
2016-10-18Plug a memory leak that might help OOM situations in ALTER TABLE .. ADD NODEPavan Deolasee
2016-10-18Reduce log level for a message during initdbPavan Deolasee
2016-10-18Make changes and bug fixes to let compilation and regression run on smartosPavan Deolasee
2016-10-18Correctly specify HASH_BLOBS while using nodeOid as a key for pooler hashPavan Deolasee
2016-10-18Rename RelationLocInfo->nodeList to RelationLocInfo->rl_nodeList to avoid usingPavan Deolasee
2016-10-18Fix several compiler warningsPavan Deolasee
2016-10-18remove functions that are not used (or defined)Tomas Vondra
2016-10-18Send down SYNC message to a failed remote session that was running extendedPavan Deolasee
2016-10-18Fix bugs around handling of params passed to the datanodes.Pavan Deolasee
2016-10-18Handle case correctly when collection function is not defined.Pavan Deolasee
2016-10-18Increase the timeout for waiting to end query to 1s from existing 20ms.Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Fix a few compiler warnings.Pavan Deolasee
2016-10-18Handle a race condition between portal close 'C' message and new request forPavan Deolasee
2016-10-18Handle errors while PREPARing a transaction gracefully.Pavan Deolasee
2016-10-18Some misc fixes and documentation updates for pgxc_ctlPavan Deolasee
2016-10-18Sprinkle SQueue and portal management code with DEBUG messagesPavan Deolasee
2016-10-18Adjust log_line_prefix to log much more information about connections.Pavan Deolasee
2016-10-18Some improvements to debug/error logging.Pavan Deolasee
2016-10-18Track PID of the remote backend processes serving a particular connection.Pavan Deolasee
2016-10-18Handle MergeAppend node correctly while determing param types.Pavan Deolasee
2016-10-18Do not throw a FATAL error when SharedQ producer times out while waiting forPavan Deolasee
2016-10-18Fix a bug where we will pick up random nodes for individual replicated tables,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-18Fix an oversight in the previous commitPavan Deolasee
2016-10-18Fix various potential buffer overflows which got exposed after we recentlyPavan Deolasee
2016-10-18Introduce a healthmap for tracking health status of all other nodes in thePavan Deolasee
2016-10-18Select a node randomly from a list of available nodes for reading fromPavan Deolasee
2016-10-18Send XID assigned on a datanode back to the coordinator.Pavan Deolasee
2016-10-18Fix misc issues with two-phase commit protocol and cleaning up of outstandingPavan Deolasee
2016-10-18Correctly handle RESPONSE_WAITXIDS response from a datanodePavan Deolasee
2016-10-18Correct '=' to '==' in an assertionPavan Deolasee
2016-10-18Drop datanode/coordinator connections while handling transaction aborts,Pavan Deolasee
2015-12-09Allow on-demand assignment of XID, even on a datanodePavan Deolasee
2015-12-09Forget connection combiner before receving pending messages during cleanupPavan Deolasee
2015-12-09Reduce logging level for couple of messagesPavan Deolasee