Commit Graph

24 Commits (7df2c1f8daeb361133ac8bdeaf59ceb0484e315a)

Author SHA1 Message Date
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