Commit Graph

62 Commits (e6a9637488e2673efb87f8ead657789e9889fb17)

Author SHA1 Message Date
Tom Lane e6a9637488 Revert "Allow parallel workers to cope with a newly-created session user ID." 1 year ago
Tom Lane f5f30c22ed Allow parallel workers to cope with a newly-created session user ID. 1 year ago
Richard Guo 7e187a7386 Fix unstable test in select_parallel.sql 1 year ago
Richard Guo 22d946b0f8 Consider materializing the cheapest inner path in parallel nestloop 1 year ago
Peter Geoghegan 5bf748b86b Enhance nbtree ScalarArrayOp execution. 2 years ago
David Rowley 8ee9c25087 Simplify partial path generation in GROUP BY/ORDER BY 2 years ago
David Rowley 5352ca22e0 Rename force_parallel_mode to debug_parallel_query 3 years ago
Tom Lane cc11647991 Add proper regression test for the recent SRFs-in-pathkeys problem. 3 years ago
Tom Lane 6ee41a301e Fix mis-planning of repeated application of a projection. 5 years ago
Thomas Munro eeb60e45d8 Drop SERIALIZABLE workaround from parallel query tests. 5 years ago
Tom Lane be4b0c0077 Avoid lockup of a parallel worker when reporting a long error message. 5 years ago
Amit Kapila 080313f829 Don't shut down Gather[Merge] early under Limit. 6 years ago
Tom Lane d9cacca2d1 Finish reverting "Insert temporary debugging output in regression tests." 6 years ago
Tom Lane b43f7c117e Partially revert "Insert temporary debugging output in regression tests." 6 years ago
Tom Lane f03a9ca436 Insert temporary debugging output in regression tests. 7 years ago
Tom Lane b403ea43e4 Make some subquery-using test cases a bit more robust. 7 years ago
Amit Kapila 0fd6a8a7d0 Test passing expanded-value representations to workers. 7 years ago
Amit Kapila 75f9c4ca5a Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. 7 years ago
Amit Kapila 14e9b2a752 Prohibit pushing subqueries containing window function calculation to 7 years ago
Tom Lane 07e5a21352 Fix mishandling of sortgroupref labels while splitting SRF targetlists. 8 years ago
Amit Kapila 403318b71f Don't consider parallel append for parallel unsafe paths. 8 years ago
Robert Haas dc1057fcd8 Prevent generation of bogus subquery scan paths. 8 years ago
Tom Lane 2cf8c7aa48 Clean up duplicate table and function names in regression tests. 8 years ago
Robert Haas 0927d2f46d Let Parallel Append over simple UNION ALL have partial subpaths. 8 years ago
Robert Haas ce1663cdcd Fix assertion failure when Parallel Append is run serially. 8 years ago
Robert Haas 8526bcb2df Try again to fix accumulation of parallel worker instrumentation. 8 years ago
Robert Haas 1d6fb35ad6 Revert "Fix accumulation of parallel worker instrumentation." 8 years ago
Tom Lane 979a36c389 Adjust regression test cases added by commit ab7271677. 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Robert Haas 2c09a5c12a Fix accumulation of parallel worker instrumentation. 8 years ago
Robert Haas e89a71fb44 Pass InitPlan values to workers via Gather (Merge). 8 years ago
Robert Haas e5253fdc4f Add parallel_leader_participation GUC. 8 years ago
Tom Lane 7518049980 Prevent int128 from requiring more than MAXALIGN alignment. 8 years ago
Robert Haas 44ae64c388 Push target list evaluation through Gather Merge. 8 years ago
Robert Haas 846fcc8516 Fix problems with the "role" GUC and parallel query. 8 years ago
Robert Haas 682ce911f8 Allow parallel query for prepared statements with generic plans. 8 years ago
Tom Lane 4b1dd62a25 Improve code coverage of select_parallel test. 8 years ago
Tom Lane 6c2c5bea3c Restore test case from a2b70c89ca. 8 years ago
Robert Haas 3452dc5240 Push tuple limits through Gather and Gather Merge. 8 years ago
Andres Freund d36f7efb39 Add minimal regression test for blessed record type transfer. 8 years ago
Tom Lane a20aac890a Temporarily revert test case from a2b70c89ca. 8 years ago
Tom Lane a2b70c89ca Fix ExecReScanGatherMerge. 8 years ago
Andres Freund d2bc501573 Expand coverage of parallel gather merge a bit. 8 years ago
Tom Lane 39151781c8 Fix testing of parallel-safety of SubPlans. 9 years ago
Andres Freund d611517fc4 Fix parallel bitmapscan tests on builds without USE_PREFETCH. 9 years ago
Andres Freund b2ff37d43c Add minimal test for EXPLAIN ANALYZE of parallel query. 9 years ago
Andres Freund 5a5931533e Increase parallel bitmap scan test coverage. 9 years ago
Robert Haas 355d3993c5 Add a Gather Merge executor node. 9 years ago
Robert Haas f35742ccb7 Support parallel bitmap heap scans. 9 years ago
Robert Haas 3bc7dafa9b Consider parallel merge joins. 9 years ago