| Age | Commit message (Expand) | Author |
| 2012-04-24 | Fix for constraints test case. | Abbas |
| 2012-04-20 | Comments on rules on views should not be sent to datanodes, since views are not | Ashutosh Bapat |
| 2012-04-17 | Add support for FOR UPDATE/SHARE | Abbas |
| 2012-04-11 | Fix for bugs 3499182 (subselect issue) and 3509966 (remote UPDATE param bind) | Michael P |
| 2012-04-10 | Stamp HEAD as 1.0beta1. | Michael P |
| 2012-04-10 | Addition of integer node identifier as part of tuple information | Michael P |
| 2012-04-06 | Add an estimation of row returned for pgxc_is_committed | Michael P |
| 2012-04-05 | New GUC parameter to control 2PC usage for temporary objects | Michael P |
| 2012-04-02 | Query deparser can not handle PlaceHolderVar nodes. PlaceHolderVar node is ad... | Ashutosh Bapat |
| 2012-04-02 | Pass to the pooler session, the default values for some parameters, like | Amit Khandekar |
| 2012-03-29 | This commit adds GUC parameter xc_maintenance_mode. This is needed to control | Koichi Suzuki |
| 2012-03-29 | GTM callback mechanism for sequence consistency on GTM | Michael P |
| 2012-03-28 | A query can not be shipped to the datanodes because of many reasons. Store these | Ashutosh Bapat |
| 2012-03-27 | Honor collations while handling results at the coordinator. This fixes a part of | Pavan Deolasee |
| 2012-03-26 | This commit adds builtin function pgxc_is_committed() to test if given trans... | Koichi Suzuki |
| 2012-03-14 | Remove execNodes member of Query structure that is not used any more | Abbas |
| 2012-03-13 | With the new FQS code in place, we don't create children plans under RemoteQuery | Ashutosh Bapat |
| 2012-03-09 | With the Fast Query Shipping support, a lot of functions and members of various | Ashutosh Bapat |
| 2012-03-09 | Fix for bug ID 3500214 : Plancache revalidation does not work correctly on da... | Amit Khandekar |
| 2012-03-09 | Switch node definition information to shared memory in pooler | Michael P |
| 2012-03-06 | Instead of maintaining a separate proc array for autovacuum processes, | Pavan Deolasee |
| 2012-03-06 | Add support for explicit 2PC | Pavan Deolasee |
| 2012-03-06 | Refactor transaction managemente code: | Pavan Deolasee |
| 2012-03-06 | Fix for bug ID : 3459834 : plancache.sql: cache lookup failed for type 0 | Amit Khandekar |
| 2012-03-06 | Add the support for Fast Query Shipping (FQS), a method to identify whether a | Ashutosh Bapat |
| 2012-02-22 | Revert "Support for Fast Query Shipping (FQS)". This commit is causing a huge | Ashutosh Bapat |
| 2012-02-21 | Support for SERIAL types | Michael P |
| 2012-02-09 | Make the transaction level advisory locks cluster aware. This is | Amit Khandekar |
| 2012-02-09 | Fix for deferred constraints | Michael P |
| 2012-02-08 | Stamp HEAD as 1.0devel. | Michael P |
| 2012-02-03 | Revert "Stamp HEAD as 1.0devel." | Michael P |
| 2012-02-02 | Add the support for Fast Query Shipping (FQS), a method to identify | Ashutosh Bapat |
| 2012-02-01 | Make the advisory locks cluster-aware, so that a user connected from | Amit Khandekar |
| 2012-01-31 | Make utility statements executed through functions work. The original utility | Ashutosh Bapat |
| 2012-01-30 | The RTEs corresponding to the RemoteQuery nodes created during planning by | Ashutosh Bapat |
| 2012-01-26 | Stamp HEAD as 1.0devel. | Michael P |
| 2012-01-26 | EXECUTE DIRECT: grammar simplification and filter for utility commands | Michael P |
| 2012-01-24 | Support for TABLESPACE | Michael P |
| 2012-01-18 | Rows with NULL value for distribution columns get inserted on all the datanodes. | Ashutosh Bapat |
| 2012-01-12 | Change file headers to 2012 | Michael P |
| 2012-01-12 | This commit improves major feature of GTM/GTM-Proxy, including | Koichi Suzuki |
| 2012-01-06 | Support for remote UPDATE planning in standard planning | Michael P |
| 2012-01-05 | In EXPLAIN command provide following boolean options | Ashutosh Bapat |
| 2011-12-26 | This commit adds error handling in gtm_proxy so that it now check | Koichi Suzuki |
| 2011-12-22 | Add following GUCs related to optimizations during remote query planning | Ashutosh Bapat |
| 2011-12-20 | Support for DEFAULT with non-shippable expressions | Michael P |
| 2011-12-19 | Add support for UPDATE/DELETE WHERE CURRENT OF | Abbas |
| 2011-12-15 | Fix for bug 3458736: SQL function creation depending on temporary objects | Michael P |
| 2011-12-15 | Support CTAS for node subsets and add documentation | Michael P |
| 2011-12-15 | This commit eliminates compilation warning in GTM related to the modified files. | Koichi Suzuki |