summaryrefslogtreecommitdiff
path: root/src/include/pgxc/execRemote.h
AgeCommit message (Expand)Author
2017-08-22Handle rescan of RemoteQuery node correctlyPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-06-08Switch connections after processing PGXLRemoteFetchSize rowsPavan Deolasee
2017-05-05Add a user configurable parameter to control the number of rows fetched fromPavan Deolasee
2017-05-05Do not add a newline ('\n') between rows while running a BINARY COPY protocol.Pavan Deolasee
2016-10-18Handle remote parameters correctly by sending then down to the remote nodes inPavan Deolasee
2016-10-18remove unused GUC options - strict_statement_checking and enforce_two_phase_c...Tomas Vondra
2016-10-18Fix bugs around handling of params passed to the datanodes.Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Fix misc issues with two-phase commit protocol and cleaning up of outstandingPavan Deolasee
2015-12-09Allow on-demand assignment of XID, even on a datanodePavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-07-20Add a facility to track waited-for XIDs for a transactionPavan Deolasee
2015-07-02Add support to receive error HINTs from remote nodes and send it back to thePavan Deolasee
2014-09-01Many compiler warnings are fixed.Andrei Martsinchyk
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2013-03-12Param handling re-work (Fix for bug ID: 3522907)Amit Khandekar
2013-01-23Add support for RETURNING clause in DMLsAbbas
2013-01-22Add comments on the need and usage of the flag non_fqs_dml in RemoteQueryStateAbbas
2012-12-12Delegate sorting/ordering operation to Datanode/s by pushing down the ORDER BYAshutosh Bapat
2012-11-21This patch fixes some problems with DMLs on replicated tables.Abbas
2012-10-11Move Postgres-XC specific planner code to appropriate PostgreSQL directories.Ashutosh Bapat
2012-09-11Bug: 3561969 - Support statements that cannot be run in a transaction blockAmit Khandekar
2012-07-24Support for online data redistribution with ALTER TABLEMichael Paquier
2012-07-23Command Id communication protocol between Postgres-XC nodesMichael Paquier
2012-07-03Correct headers and copyrights in some XC-related .h and .c filesMichael Paquier
2012-06-26Remove useless argument in function DataNodeCopyBegin of execRemote.cMichael Paquier
2012-06-21Provide projection capability to the RemoteQuery node.Ashutosh Bapat
2012-05-30Update code comments: use "Coordinator" and "Datanode" as conventional termsMichael Paquier
2012-05-25Change Copyright to "Postgres-XC Development Group"Michael Paquier
2012-04-27Fix for bug ID : 3515461: DELETE query with non-pushable clauses does not work.Amit Khandekar
2012-04-05New GUC parameter to control 2PC usage for temporary objectsMichael P
2012-03-06Add support for explicit 2PCPavan Deolasee
2012-03-06Refactor transaction managemente code:Pavan Deolasee
2012-01-12Change file headers to 2012Michael P
2012-01-06Support for remote UPDATE planning in standard planningMichael P
2011-12-14Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTOPavan Deolasee
2011-12-13Fix for bug 3458413: view creation on a temporary tableMichael P
2011-11-22Support correlated subqueries. Correlated subqueries were not working becauseAmit Khandekar
2011-10-27Support for Node and Node Group DDLMichael P
2011-08-19Support for parameterised queries in XC. It has following changes.Ashutosh Bapat
2011-08-05Support for temporary TABLE/VIEWMichael P
2011-06-24This patch adds a system in XC to cancel a running query, and flush network b...Abbas
2011-06-24Merge branch 'pgxc-barrier-rebase' into PGXC-masterPavan Deolasee
2011-06-21The patch has following changes:Ashutosh Bapat
2011-06-17Rearrange the 2PC commit code so that we can commit the localPavan Deolasee
2011-06-17Add synchrnization at the commit timePavan Deolasee
2011-06-17First cut implementation of BARRIER for PITR and global consistent recoveryPavan Deolasee
2011-06-16Support for START TRANSACTIONMichael P
2011-05-24This patch makes the group by on XC work. The changes are as followsAbbas