summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-07-26Add test case for Issue #13Pallavi Sontakke
2016-07-26Add test case for Issue #9Pallavi Sontakke
2016-07-25Add test case for Issue #4Pallavi Sontakke
2016-07-20Correct stable function in testPallavi Sontakke
2016-07-20Add an alternate expected output file for "inherit" test case to addressPavan Deolasee
2016-07-20Do not print node names in EXPLAIN output of a query in "rules" test since thatPavan Deolasee
2016-07-20Modify expected output of tests due to recent changesPallavi Sontakke
2016-07-19Add test case for Issue #93Pallavi Sontakke
2016-07-19Add test case for Issue #91Pallavi Sontakke
2016-07-19Add test case for Issue #88Pallavi Sontakke
2016-07-19Add test case for Issue #87Pallavi Sontakke
2016-07-19Add test case for Issue #7Pallavi Sontakke
2016-07-19Add test case for Issue #5Pallavi Sontakke
2016-07-15Add test case for Issue #16Pallavi Sontakke
2016-07-15Add test case for SQLsmith Issue #102Pallavi Sontakke
2016-07-12Block FOR SHARE/UPDATE for queries involving joinsPavan Deolasee
2016-07-08Add a test case demonstrating an extremely slow join in XL, especially with thePavan Deolasee
2016-06-21Avoid pushing down evaluation of VALUES clause to a datanode for replicatedPavan Deolasee
2016-06-20Handle ON COMMIT properly on the datanodes by not looking atPavan Deolasee
2016-06-17Add test for complex-update issue #38Pallavi Sontakke
2016-06-16Separate out INSENSITIVE cursor Issue ( #34)Pallavi Sontakke
2016-06-16Separate out LATERAL Issue #73 into xl_known_bugsPallavi Sontakke
2016-06-15Correct expected output for a testPallavi Sontakke
2016-05-10Merge upto PostgreSQL 9.5.3 (ba37ac217791dfdf2b327c4b75e7083b6b03a2f5)Pavan Deolasee
2016-05-07Fix SSL testsPeter Eisentraut
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-22Fix planner failure with full join in RHS of left join.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-11Add an alternate expected file for aggregates test on sunosPavan Deolasee
2016-04-11Make changes and bug fixes to let compilation and regression run on smartosPavan Deolasee
2016-03-31Merge upto PostgreSQL 9.5.2 (730811c7d1600b92d4bcb91ac66d2206cf3a06ef)Pavan Deolasee
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-10Add support for pushdown of Append and MergeAppend nodes.Pavan Deolasee
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-09Set log_line_prefix for regression run to collect more information by defaultPavan Deolasee
2016-03-09Add test cases to enable/disable certain modules using the new loggingPavan Deolasee
2016-03-03Fix json_to_record() bug with nested objects.Tom Lane
2016-03-03Enable 'random' test case to match with the parallel_schedulePavan Deolasee
2016-03-01Fix bugs around handling of params passed to the datanodes.Pavan Deolasee
2016-02-29Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed
2016-02-25Clean the last few TAP suite tmp_check directories.Noah Misch
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan
2016-02-17Remove known bugs' tests from schedule.Pallavi Sontakke
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane