| Age | Commit message (Expand) | Author |
| 2012-03-07 | In create_remotequery_plan() there is a path in which an uninitialised variable | Ashutosh Bapat |
| 2012-03-06 | Remove an assertion that checks for calling AbortTransaction on an already | Pavan Deolasee |
| 2012-03-06 | Fix few warning messages | Pavan Deolasee |
| 2012-03-06 | Ensure that the connection array is realloced after new nodes are added | Pavan Deolasee |
| 2012-03-06 | Improve error handling. Also, turn 9.1 serializable isolation level into | Pavan Deolasee |
| 2012-03-06 | Note the coordinator count correctly while executing remote utility query | Pavan Deolasee |
| 2012-03-06 | Some bug fixes after the merge with current master. Also, handle the case | Pavan Deolasee |
| 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 couple of bugs where is_temp flag was not getting propogated properly | 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-03-01 | Fix for this bug: | Amit Khandekar |
| 2012-02-29 | Add PGXC flags forgotten in last commit | Michael P |
| 2012-02-28 | When debug_print_plan is ON, print RemoteQuery and ExecNodes nodes in the plan. | 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-17 | Make set_config() function cluster-aware. That is, similar to how | Amit Khandekar |
| 2012-02-17 | Make pg_tablespace_size() return the sum of tablespaces at all data nodes, | Amit Khandekar |
| 2012-02-17 | Fix for query string generation in remote update planning | 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 | In create_remotequery_plan() we construct a Query structure to generate the | Ashutosh Bapat |
| 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-30 | Extended Node DDL grammar for preferred and primary nodes | 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-19 | Correct node selection for preferred node | Michael P |
| 2012-01-18 | Rows with NULL value for distribution columns get inserted on all the datanodes. | Ashutosh Bapat |
| 2012-01-13 | First fix out of the work of fixing the functional behaviour of some system | Amit Khandekar |
| 2012-01-13 | Improve target list selection for remote DML queries | Michael P |
| 2012-01-12 | When the whole row of a table is expected as a single column, while fetching the | Ashutosh Bapat |
| 2012-01-12 | Change file headers to 2012 | Michael P |
| 2012-01-10 | Support for EXPLAIN with remote DML planning | Michael P |
| 2012-01-06 | Support for remote DELETE planning and remove restrictions for UPDATE | Michael P |
| 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 |
| 2012-01-05 | Correct float8 collection | Michael P |
| 2011-12-22 | Add following GUCs related to optimizations during remote query planning | Ashutosh Bapat |
| 2011-12-22 | Fix for Bug id:3425212: | Amit Khandekar |
| 2011-12-20 | Block the usage of large objects | Michael P |
| 2011-12-20 | Support for DEFAULT with non-shippable expressions | Michael P |
| 2011-12-20 | Improve expression push-down in INSERT queries | Michael P |
| 2011-12-19 | This commit adds an alternate expected output for portals test case, fixes a ... | Abbas |
| 2011-12-19 | Add support for UPDATE/DELETE WHERE CURRENT OF | Abbas |
| 2011-12-16 | Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgr... | Pavan Deolasee |