summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-03-07In create_remotequery_plan() there is a path in which an uninitialised variableAshutosh Bapat
2012-03-06Remove an assertion that checks for calling AbortTransaction on an alreadyPavan Deolasee
2012-03-06Fix few warning messagesPavan Deolasee
2012-03-06Ensure that the connection array is realloced after new nodes are addedPavan Deolasee
2012-03-06Improve error handling. Also, turn 9.1 serializable isolation level intoPavan Deolasee
2012-03-06Note the coordinator count correctly while executing remote utility queryPavan Deolasee
2012-03-06Some bug fixes after the merge with current master. Also, handle the casePavan Deolasee
2012-03-06Instead of maintaining a separate proc array for autovacuum processes,Pavan Deolasee
2012-03-06Add support for explicit 2PCPavan Deolasee
2012-03-06Refactor transaction managemente code:Pavan Deolasee
2012-03-06Fix couple of bugs where is_temp flag was not getting propogated properlyPavan Deolasee
2012-03-06Fix for bug ID : 3459834 : plancache.sql: cache lookup failed for type 0Amit Khandekar
2012-03-06Add the support for Fast Query Shipping (FQS), a method to identify whether aAshutosh Bapat
2012-03-01Fix for this bug:Amit Khandekar
2012-02-29Add PGXC flags forgotten in last commitMichael P
2012-02-28When debug_print_plan is ON, print RemoteQuery and ExecNodes nodes in the plan.Ashutosh Bapat
2012-02-22Revert "Support for Fast Query Shipping (FQS)". This commit is causing a hugeAshutosh Bapat
2012-02-21Support for SERIAL typesMichael P
2012-02-17Make set_config() function cluster-aware. That is, similar to howAmit Khandekar
2012-02-17Make pg_tablespace_size() return the sum of tablespaces at all data nodes,Amit Khandekar
2012-02-17Fix for query string generation in remote update planningMichael P
2012-02-09Make the transaction level advisory locks cluster aware. This isAmit Khandekar
2012-02-09Fix for deferred constraintsMichael P
2012-02-08In create_remotequery_plan() we construct a Query structure to generate theAshutosh Bapat
2012-02-02Add the support for Fast Query Shipping (FQS), a method to identifyAshutosh Bapat
2012-02-01Make the advisory locks cluster-aware, so that a user connected fromAmit Khandekar
2012-01-31Make utility statements executed through functions work. The original utilityAshutosh Bapat
2012-01-30The RTEs corresponding to the RemoteQuery nodes created during planning byAshutosh Bapat
2012-01-30Extended Node DDL grammar for preferred and primary nodesMichael P
2012-01-26EXECUTE DIRECT: grammar simplification and filter for utility commandsMichael P
2012-01-24Support for TABLESPACEMichael P
2012-01-19Correct node selection for preferred nodeMichael P
2012-01-18Rows with NULL value for distribution columns get inserted on all the datanodes.Ashutosh Bapat
2012-01-13First fix out of the work of fixing the functional behaviour of some systemAmit Khandekar
2012-01-13Improve target list selection for remote DML queriesMichael P
2012-01-12When the whole row of a table is expected as a single column, while fetching theAshutosh Bapat
2012-01-12Change file headers to 2012Michael P
2012-01-10Support for EXPLAIN with remote DML planningMichael P
2012-01-06Support for remote DELETE planning and remove restrictions for UPDATEMichael P
2012-01-06Support for remote UPDATE planning in standard planningMichael P
2012-01-05In EXPLAIN command provide following boolean optionsAshutosh Bapat
2012-01-05Correct float8 collectionMichael P
2011-12-22Add following GUCs related to optimizations during remote query planningAshutosh Bapat
2011-12-22Fix for Bug id:3425212:Amit Khandekar
2011-12-20Block the usage of large objectsMichael P
2011-12-20Support for DEFAULT with non-shippable expressionsMichael P
2011-12-20Improve expression push-down in INSERT queriesMichael P
2011-12-19This commit adds an alternate expected output for portals test case, fixes a ...Abbas
2011-12-19Add support for UPDATE/DELETE WHERE CURRENT OFAbbas
2011-12-16Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgr...Pavan Deolasee