summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-05-12Fix EXPLAIN ANALYZE SELECT INTOPavan Deolasee
2017-05-12Accept regression diffs in copydml test casePavan Deolasee
2017-05-08Use correct namespace while inserting rows via CTASPavan Deolasee
2017-05-07Accept distributed plans in groupingsets test suiteTomas Vondra
2017-05-07Resolve failures in the gin regression test suiteTomas Vondra
2017-05-07Resolve failures in foreign_key regression testsTomas Vondra
2017-05-06Resolve failures in truncate regression test suiteTomas Vondra
2017-05-06Resolve failures in json and jsonb regression testsTomas Vondra
2017-05-05Update expected output issues in misc test suiteTomas Vondra
2017-05-05Remove unnecessary output variants for misc testsTomas Vondra
2017-05-05Update expected output for guc test case missed while cherry-pickingPavan Deolasee
2017-05-05Adjust expected output for tsearch which got missed during cherry-picking ofPavan Deolasee
2017-05-05Fix non-deterministic behaviour of sequence test case added in f8cbb7dc.Pavan Deolasee
2017-05-05Handle temp sequences so that duplicate values are not produced.Pavan Deolasee
2017-05-05Add a 5s sleep in create_index test case to give cluster monitor a chance toPavan Deolasee
2017-05-05Adjust tsearch test case and expected output based on testing feedback.Pavan Deolasee
2017-05-05Handle sequence's transactional behaviour on GTMPavan Deolasee
2017-05-05Handle multi-command queries correctly inside SQL as well as plpgsql functions.Pavan Deolasee
2017-05-05Ensure variable values are quoted when necessary while sending down SETPavan Deolasee
2017-05-05Send shared invalidation messages to other backends upon completion of aPavan Deolasee
2017-05-05Handle multi-command SQL strings correctly even when there are 'null' sqlPavan Deolasee
2017-05-05Fix a non-deterministic regression test and expected outputPavan Deolasee
2017-05-04Remove cost estimates from the final EXPLAIN in join test suiteTomas Vondra
2017-05-04Resolve failure due to changing cost in xl_join regression suiteTomas Vondra
2017-05-04Accept upstream plan change in the subselect regression suiteTomas Vondra
2017-05-04Resolve failures in without_oid test suite by switching to CTASTomas Vondra
2017-05-04Accept plan changes in the aggregates regression suiteTomas Vondra
2017-05-04Accept upstream plan changes in the join regression suiteTomas Vondra
2017-04-23Accept plan changes due to showing 'Sort Key' for Remote SubqueryTomas Vondra
2017-04-23Accept plan changes caused by delaying creation of subplan tlistTomas Vondra
2017-04-23Resolve failures in the prepared_xacts regression test suiteTomas Vondra
2017-04-23Resolve failures in guc regression suite related to SAVEPOINTsTomas Vondra
2017-04-23Resolve failures in the cluster regression suiteTomas Vondra
2017-04-22Resolve failures in create_am and amutils regression suites.Tomas Vondra
2017-04-21Resolve failures in tablesample regression test suiteTomas Vondra
2017-04-21Add the missing REFRESH MATERIALIZED VIEW to matview test suiteTomas Vondra
2017-04-21Resolve regression failures in matview test suiteTomas Vondra
2017-04-20Resolve trivial differences in privileges test suiteTomas Vondra
2017-04-20Resolve trivial failures in update regression suiteTomas Vondra
2017-04-20Fix order of CREATE TABLE + INSERT for testh table in join suiteTomas Vondra
2017-04-20Correct expected output for a query in join test suiteTomas Vondra
2017-04-20Resolve most failures in join regression testsTomas Vondra
2017-04-20Resolve most failures in rowsecurity test suite.Tomas Vondra
2017-03-19Add missing block to 'portals' expected outputTomas Vondra
2017-03-19Remove duplicit output from 'join' test suiteTomas Vondra
2017-03-19Resolve failures in rules tests by adding T_CteScan to execRemote.cTomas Vondra
2017-03-19Resolve failures in polymorphism suite by accepting NOTICEsTomas Vondra
2017-03-19Resolve failures in the xc_FQS regression suiteTomas Vondra
2017-03-18Accept minor plan change in xl_join due to different costingTomas Vondra
2017-03-18Remove 'unrecognized node type' errors from expected outputTomas Vondra