summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-01-06Support for remote UPDATE planning in standard planningMichael P
2012-01-05In EXPLAIN command provide following boolean optionsAshutosh Bapat
2012-01-05Fix for regression test privilegesMichael P
2012-01-04Comment out a test case in rowtypes.sql that causes an assertion failureAbbas
2011-12-27Some changes in test cases and expected output files related to composite types.Abbas
2011-12-20Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgr...Abbas
2011-12-20Remove extra expected output for the portals test caseAbbas
2011-12-20Block the usage of large objectsMichael P
2011-12-20Support for DEFAULT with non-shippable expressionsMichael 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-16Block USER MAPPING, SERVER and FOREIGN DATA WRAPPERMichael P
2011-12-15Fix for regression test prepared_xactsMichael P
2011-12-15Fix for regression test rowtypesMichael P
2011-12-15Fix for regression test tempMichael P
2011-12-15Fix for regression test create_miscMichael P
2011-12-15Fix for regression test tablespaceMichael P
2011-12-15Disallow slow INSERT SELECT query in bitmapops.sqlMichael P
2011-12-14Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTOPavan Deolasee
2011-12-08Simplify node DDL grammar and supress slave management partMichael P
2011-12-02Realign make check with new node DDL and dynamic session reloadMichael P
2011-11-18Support window functions and aggregates in Postgres-XC, with following changes,Ashutosh Bapat
2011-11-06Print correct columns names in EXPLAIN for a join queryMichael P
2011-10-27Support for Node and Node Group DDLMichael P
2011-10-10Stabilize serial regressions with multiple CoordinatorsMichael P
2011-09-26Fix for regression test statsMichael P
2011-09-26Fix for bug 3410137: CREATE TABLE ... LIKE with temp tableMichael P
2011-09-06A few fixes for regression test cases and a variable name changeAbbas
2011-09-05In case of tables created with round robin distribution the function get_plan...Abbas
2011-09-02Support for make checkMichael P
2011-08-17Addition of pgxc_prepared_xactsMichael P
2011-08-10Correction for regression test enumMichael P
2011-08-05Support for temporary TABLE/VIEWMichael P
2011-08-01Correction for regression test plancacheMichael P
2011-08-01Correction for regression test transactionsMichael P
2011-07-29Allow commands PREPARE and EXECUTE to prepare a statement and execute it resp.Ashutosh Bapat
2011-07-28Correction for regression test select_implicitMichael P
2011-07-28Correction of regression test updateMichael P
2011-07-27Support for TEMPORARY sequencesMichael P
2011-07-18If the havingQuals in query contain aggregates, the aggregates and the VARs notAshutosh Bapat
2011-07-08Due to merge from PG9.1, we have tests xc_groupby and xc_having fail because ofAshutosh Bapat
2011-07-06A query with a HAVING clause, is routed through standard planner for planning.Ashutosh Bapat
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-06-29Since aggregation can work without collection function, user need not provideAshutosh Bapat
2011-06-24This patch adds a system in XC to cancel a running query, and flush network b...Abbas
2011-06-21The patch has following changes:Ashutosh Bapat
2011-06-15Fix for bug 3286054. The aggregates like count() can return integral value 0,Ashutosh Bapat
2011-06-14Push aggregations and GROUP BY clause to the datanode when query has aggregatesAshutosh Bapat
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-08Allow domains over arrays to match ANYARRAY parameters again.Tom Lane