summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-04-15Refactor code to send MSG_TXN_START_PREPARED message.Pavan Deolasee
2015-04-15Fix "pgxc_ctl init".Mason Sharp
2015-04-15Add support for recursive CTE for replicated tablesPavan Deolasee
2015-04-15Add missing gtm backup files to the repoPavan 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-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-15Handle TEMP relations appropriately.Pavan Deolasee
2015-04-15Refactor GTM connection management.Pavan Deolasee
2015-04-15Refactor snapshot management at datanode.Pavan Deolasee
2014-09-01Many compiler warnings are fixed.Andrei Martsinchyk
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2013-03-19Ship OUTER JOINs to datanodes in following casesAshutosh Bapat
2013-03-12Param handling re-work (Fix for bug ID: 3522907)Amit Khandekar
2013-02-22Remove function prototype of GetHashExecNodes, which is not used anywhereAbbas
2013-02-22Change name of the function create_remote_dml_plan to create_remotedml_planAbbas
2013-02-21Add a comment about the usage of GTM_CountOpenTransactionsMichael Paquier
2013-02-21Refactor GetRelationNodes with following changesAshutosh Bapat
2013-02-16Use Query structure to construct DML queries to be sent to the datanodes.Abbas
2013-02-08While deciding whether a query can be FQSed or not, look at the FROM clause ofAshutosh Bapat
2013-02-07Add convenience macros to get the distribution type from ExecNodes andAshutosh Bapat
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-24This commit fixes the bug 3598030, incorrect transaction handlingKoichi Suzuki
2012-12-12Delegate sorting/ordering operation to Datanode/s by pushing down the ORDER BYAshutosh Bapat
2012-12-06Fix for Feature Id: 3593101 : Resolve xid wraparound issue when a new node isAmit Khandekar
2012-11-21This patch moves invocation of XC specific DML planning at the right place.Abbas
2012-11-21This patch fixes some problems with DMLs on replicated tables.Abbas
2012-11-21If the query being shipped to the Datanodes is not the original query, butAshutosh Bapat
2012-11-02Add GTM headers in installation to allow compilation of server modulesMichael Paquier
2012-10-31Refactor Makefile of GTM binaries and remove unnecessary build dependenciesMichael Paquier
2012-10-31Add documentation for XC-specific query plan tuning optionsMichael Paquier
2012-10-30Push LIMIT clause to the datanode if the expressions in thoseAshutosh Bapat
2012-10-16GROUP BY clause pushdown optimization with distribution data and aggregatesMichael Paquier
2012-10-12Refactor and clean-up of relation locator codeMichael Paquier
2012-10-12Refactor code controlling constraint creation evaluationMichael Paquier
2012-10-12Revert "The commit has following changes: GROUP BY optimization patch"Michael Paquier
2012-10-11The commit has following changes.Ashutosh Bapat
2012-10-11Move Postgres-XC specific planner code to appropriate PostgreSQL directories.Ashutosh Bapat
2012-09-13Correct ifdef flags of header files for GTM and XC-specific thingsMichael Paquier
2012-09-11Bug: 3561969 - Support statements that cannot be run in a transaction blockAmit Khandekar
2012-09-10Change current value of sequences to make it consistent with vanillaMichael Paquier
2012-09-06Support for trigger shippability evaluation and statement triggersMichael Paquier
2012-08-29Remove option strict_statement_checkingMichael Paquier
2012-08-29Reorganize XC planner APIs for shippability evaluationMichael Paquier
2012-08-28Fix for parameter handling in SPI callsMichael Paquier
2012-08-27In grouping_planner(), the target list of the top plan node of the join treeAshutosh Bapat
2012-08-23Remove function deparseSql from postgresql_fdw.cMichael Paquier
2012-08-22Remove reserved keywords REPLICATION, MODULO, HASH, ROUND and ROBINMichael Paquier