]> granicus.if.org Git - postgresql/history - src/test/regress/sql/select_parallel.sql
Partially revert "Insert temporary debugging output in regression tests."
[postgresql] / src / test / regress / sql / select_parallel.sql
2019-08-11 Tom LanePartially revert "Insert temporary debugging output...
2019-05-21 Tom LaneInsert temporary debugging output in regression tests.
2018-10-14 Tom LaneMake some subquery-using test cases a bit more robust.
2018-10-02 Amit KapilaTest passing expanded-value representations to workers.
2018-09-14 Amit KapilaDon't allow LIMIT/OFFSET clause within sub-selects...
2018-09-04 Amit KapilaProhibit pushing subqueries containing window function...
2018-06-21 Tom LaneFix mishandling of sortgroupref labels while splitting...
2018-06-20 Amit KapilaDon't consider parallel append for parallel unsafe...
2018-04-25 Robert HaasPrevent generation of bogus subquery scan paths.
2018-03-15 Tom LaneClean up duplicate table and function names in regressi...
2018-03-13 Robert HaasLet Parallel Append over simple UNION ALL have partial...
2018-02-28 Robert HaasFix assertion failure when Parallel Append is run serially.
2017-12-19 Robert HaasTry again to fix accumulation of parallel worker instru...
2017-12-13 Robert HaasRevert "Fix accumulation of parallel worker instrumenta...
2017-12-06 Tom LaneAdjust regression test cases added by commit ab7271677.
2017-12-05 Robert HaasSupport Parallel Append plan nodes.
2017-12-05 Robert HaasFix accumulation of parallel worker instrumentation.
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-11-15 Robert HaasAdd parallel_leader_participation GUC.
2017-11-14 Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-11-13 Robert HaasPush target list evaluation through Gather Merge.
2017-10-29 Robert HaasFix problems with the "role" GUC and parallel query.
2017-10-27 Robert HaasAllow parallel query for prepared statements with gener...
2017-08-31 Tom LaneImprove code coverage of select_parallel test.
2017-08-30 Tom LaneRestore test case from a2b70c89ca1a5fcf6181d3c777d82e7b...
2017-08-29 Robert HaasPush tuple limits through Gather and Gather Merge.
2017-08-25 Andres FreundAdd minimal regression test for blessed record type...
2017-08-17 Tom LaneTemporarily revert test case from a2b70c89ca1a5fcf6181d...
2017-08-17 Tom LaneFix ExecReScanGatherMerge.
2017-08-14 Andres FreundExpand coverage of parallel gather merge a bit.
2017-04-18 Tom LaneFix testing of parallel-safety of SubPlans.
2017-04-06 Andres FreundFix parallel bitmapscan tests on builds without USE_PRE...
2017-04-06 Andres FreundAdd minimal test for EXPLAIN ANALYZE of parallel query.
2017-04-06 Andres FreundIncrease parallel bitmap scan test coverage.
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Robert HaasSupport parallel bitmap heap scans.
2017-03-07 Robert HaasConsider parallel merge joins.
2017-02-19 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-15 Robert HaasReplace min_parallel_relation_size with two new GUCs.
2017-02-14 Robert HaasAllow parallel workers to execute subplans.
2016-08-22 Peter EisentrautRun select_parallel test by itself
2016-06-18 Tom LaneStill another try at fixing scanjoin_target insertion...
2016-06-17 Robert HaasTry again to fix the way the scanjoin_target is used...
2016-06-17 Robert HaasRemove PID from 'parallel worker' context message.
2016-06-17 Robert HaasAttempt to fix broken regression test.
2016-06-16 Robert HaasAdd regression test for 04ae11f62e643e07c411c4935ea6af4...
2016-06-15 Robert HaasFix regression test for force_parallel_mode=on.
2016-06-08 Noah MischTest parallel query essentials in "make check".