summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select_parallel.sql
Commit message (Expand)AuthorAgeFilesLines
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-6/+6
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-041-0/+6
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-311-0/+4
* Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro2021-03-151-3/+1
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-031-1/+2
* Don't shut down Gather[Merge] early under Limit.Amit Kapila2019-11-261-1/+21
* Finish reverting "Insert temporary debugging output in regression tests."Tom Lane2019-09-271-5/+0
* Partially revert "Insert temporary debugging output in regression tests."Tom Lane2019-08-111-3/+0
* Insert temporary debugging output in regression tests.Tom Lane2019-05-211-0/+8
* Make some subquery-using test cases a bit more robust.Tom Lane2018-10-141-2/+2
* Test passing expanded-value representations to workers.Amit Kapila2018-10-021-1/+17
* Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila2018-09-141-0/+5
* Prohibit pushing subqueries containing window function calculation toAmit Kapila2018-09-041-0/+6
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-211-0/+7
* Don't consider parallel append for parallel unsafe paths.Amit Kapila2018-06-201-0/+9
* Prevent generation of bogus subquery scan paths.Robert Haas2018-04-251-0/+6
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-151-10/+10
* Let Parallel Append over simple UNION ALL have partial subpaths.Robert Haas2018-03-131-0/+25
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-281-0/+6
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-191-1/+27
* Revert "Fix accumulation of parallel worker instrumentation."Robert Haas2017-12-131-7/+0
* Adjust regression test cases added by commit ab7271677.Tom Lane2017-12-051-3/+4
* Support Parallel Append plan nodes.Robert Haas2017-12-051-2/+31
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-051-0/+7
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-161-0/+17
* Add parallel_leader_participation GUC.Robert Haas2017-11-151-0/+36
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-141-0/+6
* Push target list evaluation through Gather Merge.Robert Haas2017-11-131-0/+13
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-291-0/+11
* Allow parallel query for prepared statements with generic plans.Robert Haas2017-10-271-0/+6
* Improve code coverage of select_parallel test.Tom Lane2017-08-311-0/+20
* Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-301-0/+16
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-291-1/+8
* Add minimal regression test for blessed record type transfer.Andres Freund2017-08-241-2/+29
* Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-171-16/+0
* Fix ExecReScanGatherMerge.Tom Lane2017-08-171-0/+16
* Expand coverage of parallel gather merge a bit.Andres Freund2017-08-141-4/+10
* Fix testing of parallel-safety of SubPlans.Tom Lane2017-04-181-0/+4
* Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund2017-04-061-1/+6
* Add minimal test for EXPLAIN ANALYZE of parallel query.Andres Freund2017-04-061-0/+3
* Increase parallel bitmap scan test coverage.Andres Freund2017-04-061-2/+18
* Add a Gather Merge executor node.Robert Haas2017-03-091-0/+11
* Support parallel bitmap heap scans.Robert Haas2017-03-081-0/+10
* Consider parallel merge joins.Robert Haas2017-03-071-0/+10
* Add optimizer and executor support for parallel index-only scans.Robert Haas2017-02-191-0/+5
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-151-0/+11
* Replace min_parallel_relation_size with two new GUCs.Robert Haas2017-02-151-1/+1
* Allow parallel workers to execute subplans.Robert Haas2017-02-141-0/+9
* Run select_parallel test by itselfPeter Eisentraut2016-08-221-8/+2
* Still another try at fixing scanjoin_target insertion into parallel plans.Tom Lane2016-06-181-1/+5