Commit Graph

56 Commits (7b745d85b80d4492c4df8d9769592c7aad1f63d2)

Author SHA1 Message Date
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." 7 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. 9 years ago
Tom Lane a20aac890a Temporarily revert test case from a2b70c89ca. 9 years ago
Tom Lane a2b70c89ca Fix ExecReScanGatherMerge. 9 years ago
Andres Freund d2bc501573 Expand coverage of parallel gather merge a bit. 9 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
Robert Haas 0414b26bac Add optimizer and executor support for parallel index-only scans. 9 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 years ago
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 9 years ago
Robert Haas 5e6d8d2bbb Allow parallel workers to execute subplans. 9 years ago
Peter Eisentraut f9472d7256 Run select_parallel test by itself 10 years ago
Tom Lane 598aa194af Still another try at fixing scanjoin_target insertion into parallel plans. 10 years ago