Commit Graph

33 Commits (8097d189ccc2cd55a8bf189bd21cb196e3cfc385)

Author SHA1 Message Date
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
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 9 years ago
Tom Lane 598aa194af Still another try at fixing scanjoin_target insertion into parallel plans. 10 years ago
Robert Haas 54f5c5150f Try again to fix the way the scanjoin_target is used with partial paths. 10 years ago
Robert Haas 292794f82b Remove PID from 'parallel worker' context message. 10 years ago
Robert Haas 103512cee9 Attempt to fix broken regression test. 10 years ago
Robert Haas 8c1d9d56e9 Add regression test for 04ae11f62e. 10 years ago
Robert Haas 12f862099d Fix regression test for force_parallel_mode=on. 10 years ago
Noah Misch 14a254fb52 Test parallel query essentials in "make check". 10 years ago