summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-15Fix a race condition where a queue has already been cleaned up.Mason Sharp
2015-04-15Join pushdown did not work properly if distribution/join columns were ofAndrei Martsinchyk
2015-04-15Acquire timestamp before sending a backup message to the GTM standbyPavan Deolasee
2015-04-15Fix unaccounted message bytes for coordinator name.Pavan Deolasee
2015-04-15Refactor code to send MSG_TXN_START_PREPARED message.Pavan Deolasee
2015-04-15Bug fix for distribution result.Mason Sharp
2015-04-15If there was an error with prepared transactions, doMason Sharp
2015-04-15Address reading type short on big endian processors like SPARCMason Sharp
2015-04-15Sometimes when growing a pool it uses incorrect connection string.Mason Sharp
2015-04-15In make_remotesubplan, there could be make new result node ifMason Sharp
2015-04-15Recently added MergeAppend plan node was not handled in ExecFinishInitProcNode.Andrei Martsinchyk
2015-04-15Avoid throwing an error during connection establishment time at GTMPavan Deolasee
2015-04-15Allow direct datanode sessions to grab an XID from the GTM directly.Pavan Deolasee
2015-04-15Missed a couple of files when fixing pgxc_ctl initMason Sharp
2015-04-15Don't walk down the subquery subplan to find a remote pushdown planPavan Deolasee
2015-04-15Additional fix for the previous commit 3ae4283198f5575840a49ddbf51f2009dd9ea0e4Andrei Martsinchyk
2015-04-15Fix "pgxc_ctl init".Mason Sharp
2015-04-15Add support for recursive CTE for replicated tablesPavan Deolasee
2015-04-15Executor ignored the distributionRestrict list, that could causeAndrei Martsinchyk
2015-04-15Address an issue with set global_session, make sure to catchMason Sharp
2015-04-15Push down LIMIT clause to the remote side if its a constantPavan Deolasee
2015-04-15Clean up freeing list of connections.Mason Sharp
2015-04-15Adjust shared queues param units and minimum.Mason Sharp
2015-04-15Use proper MACROs to send ancillary data over sockets.Pavan Deolasee
2015-04-15Consume command ID once its used for remote utility statementPavan Deolasee
2015-04-15Allow "make check" to work with XLPavan Deolasee
2015-04-15Fix a bug where a failed PREPARE TRANSACTION would end up rolling back anotherPavan Deolasee
2015-04-15Reset local_params post transaction prepare.Pavan Deolasee
2015-04-15Fix a core dump in SharedQueueBind because of hash table overflowPavan Deolasee
2015-04-15Allow compilation on FreeBSD and also check for existance of bashPavan Deolasee
2015-04-15This commit showing problems in regression. Revert pending furtherPavan Deolasee
2015-04-15Also check for IsConnFromDatanode() while deciding to use global snapshotsPavan Deolasee
2015-04-15Improve GTM connecting establishment handlingPavan Deolasee
2015-04-15Ignore SIGPIPE in GTM and GTM ProxyPavan Deolasee
2015-04-15Send down comamnd ID even before an utility statement is sentPavan Deolasee
2015-04-15Refactor the XID assignment code.Pavan Deolasee
2015-04-15Set the size of pending connections on a pooler socket to some respectable highPavan Deolasee
2015-04-15Ensure that updated command ID is sent to the datanode once its updated in thePavan Deolasee
2015-04-15Send down command ID to datanodes before sending a plan.Pavan Deolasee
2015-04-15When fetching from remote nodes, after obtaining initialMason Sharp
2015-04-15Add missing gtm backup files to the repoPavan Deolasee
2015-04-15Fix planner bug with nested PlaceHolderVars in 9.2 (only).Tom Lane
2015-04-15Allow DMLs inside a plpgsql procedure on the coordinator.Pavan Deolasee
2015-04-15Disable internal subtransactions.Pavan Deolasee
2015-04-15Add support for GTM to backup data at BARRIER commandPavan Deolasee
2015-04-15Use ResourceOwner to track internally prepared statementsPavan Deolasee
2015-04-15Remove a duplicate call to post_parse_analyze_hook()Pavan Deolasee
2015-04-15Allow pg_stat_statements to work with XLPavan Deolasee
2015-04-15Restore some GUCs which are useful in maintenance or special handlingPavan Deolasee
2015-04-15Revert "Allow VIEWs to be created on datanodes as well."Nikhil Sontakke