| Age | Commit message (Expand) | Author |
| 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 | Fix for regression test privileges | Michael P |
| 2012-01-04 | Comment out a test case in rowtypes.sql that causes an assertion failure | Abbas |
| 2011-12-27 | Some changes in test cases and expected output files related to composite types. | Abbas |
| 2011-12-20 | Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgr... | Abbas |
| 2011-12-20 | Remove extra expected output for the portals test case | Abbas |
| 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-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 | Block USER MAPPING, SERVER and FOREIGN DATA WRAPPER | Michael P |
| 2011-12-15 | Fix for regression test prepared_xacts | Michael P |
| 2011-12-15 | Fix for regression test rowtypes | Michael P |
| 2011-12-15 | Fix for regression test temp | Michael P |
| 2011-12-15 | Fix for regression test create_misc | Michael P |
| 2011-12-15 | Fix for regression test tablespace | Michael P |
| 2011-12-15 | Disallow slow INSERT SELECT query in bitmapops.sql | Michael P |
| 2011-12-14 | Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTO | Pavan Deolasee |
| 2011-12-08 | Simplify node DDL grammar and supress slave management part | Michael P |
| 2011-12-02 | Realign make check with new node DDL and dynamic session reload | Michael P |
| 2011-11-18 | Support window functions and aggregates in Postgres-XC, with following changes, | Ashutosh Bapat |
| 2011-11-06 | Print correct columns names in EXPLAIN for a join query | Michael P |
| 2011-10-27 | Support for Node and Node Group DDL | Michael P |
| 2011-10-10 | Stabilize serial regressions with multiple Coordinators | Michael P |
| 2011-09-26 | Fix for regression test stats | Michael P |
| 2011-09-26 | Fix for bug 3410137: CREATE TABLE ... LIKE with temp table | Michael P |
| 2011-09-06 | A few fixes for regression test cases and a variable name change | Abbas |
| 2011-09-05 | In case of tables created with round robin distribution the function get_plan... | Abbas |
| 2011-09-02 | Support for make check | Michael P |
| 2011-08-17 | Addition of pgxc_prepared_xacts | Michael P |
| 2011-08-10 | Correction for regression test enum | Michael P |
| 2011-08-05 | Support for temporary TABLE/VIEW | Michael P |
| 2011-08-01 | Correction for regression test plancache | Michael P |
| 2011-08-01 | Correction for regression test transactions | Michael P |
| 2011-07-29 | Allow commands PREPARE and EXECUTE to prepare a statement and execute it resp. | Ashutosh Bapat |
| 2011-07-28 | Correction for regression test select_implicit | Michael P |
| 2011-07-28 | Correction of regression test update | Michael P |
| 2011-07-27 | Support for TEMPORARY sequences | Michael P |
| 2011-07-18 | If the havingQuals in query contain aggregates, the aggregates and the VARs not | Ashutosh Bapat |
| 2011-07-08 | Due to merge from PG9.1, we have tests xc_groupby and xc_having fail because of | Ashutosh Bapat |
| 2011-07-06 | A query with a HAVING clause, is routed through standard planner for planning. | Ashutosh Bapat |
| 2011-07-06 | Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master | Michael P |
| 2011-06-29 | Since aggregation can work without collection function, user need not provide | Ashutosh Bapat |
| 2011-06-24 | This patch adds a system in XC to cancel a running query, and flush network b... | Abbas |
| 2011-06-21 | The patch has following changes: | Ashutosh Bapat |
| 2011-06-15 | Fix for bug 3286054. The aggregates like count() can return integral value 0, | Ashutosh Bapat |
| 2011-06-14 | Push aggregations and GROUP BY clause to the datanode when query has aggregates | Ashutosh Bapat |
| 2011-06-09 | Pgindent run before 9.1 beta2. | Bruce Momjian |
| 2011-06-08 | Allow domains over arrays to match ANYARRAY parameters again. | Tom Lane |