summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select_parallel.sql
AgeCommit message (Expand)Author
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-09-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-06Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-22Fix unstable test in select_parallel.sqlRichard Guo
2024-07-12Consider materializing the cheapest inner path in parallel nestloopRichard Guo
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-01-30Simplify partial path generation in GROUP BY/ORDER BYDavid Rowley
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2022-08-04Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane
2021-05-31Fix mis-planning of repeated application of a projection.Tom Lane
2021-03-15Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro
2020-09-03Avoid lockup of a parallel worker when reporting a long error message.Tom Lane
2019-11-26Don't shut down Gather[Merge] early under Limit.Amit Kapila
2019-09-27Finish reverting "Insert temporary debugging output in regression tests."Tom Lane
2019-08-11Partially revert "Insert temporary debugging output in regression tests."Tom Lane
2019-05-21Insert temporary debugging output in regression tests.Tom Lane
2018-10-14Make some subquery-using test cases a bit more robust.Tom Lane
2018-10-02Test passing expanded-value representations to workers.Amit Kapila
2018-09-14Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.Amit Kapila
2018-09-04Prohibit pushing subqueries containing window function calculation toAmit Kapila
2018-06-21Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane
2018-06-20Don't consider parallel append for parallel unsafe paths.Amit Kapila
2018-04-25Prevent generation of bogus subquery scan paths.Robert Haas
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2018-03-13Let Parallel Append over simple UNION ALL have partial subpaths.Robert Haas
2018-02-28Fix assertion failure when Parallel Append is run serially.Robert Haas
2017-12-19Try again to fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-13Revert "Fix accumulation of parallel worker instrumentation."Robert Haas
2017-12-06Adjust regression test cases added by commit ab7271677.Tom Lane
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-12-05Fix accumulation of parallel worker instrumentation.Robert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-15Add parallel_leader_participation GUC.Robert Haas
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-11-13Push target list evaluation through Gather Merge.Robert Haas
2017-10-29Fix problems with the "role" GUC and parallel query.Robert Haas
2017-10-27Allow parallel query for prepared statements with generic plans.Robert Haas
2017-08-31Improve code coverage of select_parallel test.Tom Lane
2017-08-30Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane
2017-08-29Push tuple limits through Gather and Gather Merge.Robert Haas
2017-08-25Add minimal regression test for blessed record type transfer.Andres Freund
2017-08-17Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane
2017-08-17Fix ExecReScanGatherMerge.Tom Lane
2017-08-14Expand coverage of parallel gather merge a bit.Andres Freund
2017-04-18Fix testing of parallel-safety of SubPlans.Tom Lane
2017-04-06Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund