summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2012-04-24Fix for constraints test case.Abbas
2012-04-20Comments on rules on views should not be sent to datanodes, since views are notAshutosh Bapat
2012-04-17Add support for FOR UPDATE/SHAREAbbas
2012-04-11Fix for bugs 3499182 (subselect issue) and 3509966 (remote UPDATE param bind)Michael P
2012-04-10Stamp HEAD as 1.0beta1.Michael P
2012-04-10Addition of integer node identifier as part of tuple informationMichael P
2012-04-06Add an estimation of row returned for pgxc_is_committedMichael P
2012-04-05New GUC parameter to control 2PC usage for temporary objectsMichael P
2012-04-02Query deparser can not handle PlaceHolderVar nodes. PlaceHolderVar node is ad...Ashutosh Bapat
2012-04-02Pass to the pooler session, the default values for some parameters, likeAmit Khandekar
2012-03-29This commit adds GUC parameter xc_maintenance_mode. This is needed to controlKoichi Suzuki
2012-03-29GTM callback mechanism for sequence consistency on GTMMichael P
2012-03-28A query can not be shipped to the datanodes because of many reasons. Store theseAshutosh Bapat
2012-03-27Honor collations while handling results at the coordinator. This fixes a part ofPavan Deolasee
2012-03-26 This commit adds builtin function pgxc_is_committed() to test if given trans...Koichi Suzuki
2012-03-14Remove execNodes member of Query structure that is not used any moreAbbas
2012-03-13With the new FQS code in place, we don't create children plans under RemoteQueryAshutosh Bapat
2012-03-09With the Fast Query Shipping support, a lot of functions and members of variousAshutosh Bapat
2012-03-09Fix for bug ID 3500214 : Plancache revalidation does not work correctly on da...Amit Khandekar
2012-03-09Switch node definition information to shared memory in poolerMichael P
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 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-02-22Revert "Support for Fast Query Shipping (FQS)". This commit is causing a hugeAshutosh Bapat
2012-02-21Support for SERIAL typesMichael P
2012-02-09Make the transaction level advisory locks cluster aware. This isAmit Khandekar
2012-02-09Fix for deferred constraintsMichael P
2012-02-08Stamp HEAD as 1.0devel.Michael P
2012-02-03Revert "Stamp HEAD as 1.0devel."Michael P
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-26Stamp HEAD as 1.0devel.Michael P
2012-01-26EXECUTE DIRECT: grammar simplification and filter for utility commandsMichael P
2012-01-24Support for TABLESPACEMichael P
2012-01-18Rows with NULL value for distribution columns get inserted on all the datanodes.Ashutosh Bapat
2012-01-12Change file headers to 2012Michael P
2012-01-12This commit improves major feature of GTM/GTM-Proxy, includingKoichi Suzuki
2012-01-06Support for remote UPDATE planning in standard planningMichael P
2012-01-05In EXPLAIN command provide following boolean optionsAshutosh Bapat
2011-12-26This commit adds error handling in gtm_proxy so that it now checkKoichi Suzuki
2011-12-22Add following GUCs related to optimizations during remote query planningAshutosh Bapat
2011-12-20Support for DEFAULT with non-shippable expressionsMichael P
2011-12-19Add support for UPDATE/DELETE WHERE CURRENT OFAbbas
2011-12-15Fix for bug 3458736: SQL function creation depending on temporary objectsMichael P
2011-12-15Support CTAS for node subsets and add documentationMichael P
2011-12-15This commit eliminates compilation warning in GTM related to the modified files.Koichi Suzuki