index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
select_parallel.sql
Age
Commit message (
Expand
)
Author
2024-12-11
Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-09-18
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-06
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-08-01
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-22
Fix unstable test in select_parallel.sql
Richard Guo
2024-07-12
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-01-30
Simplify partial path generation in GROUP BY/ORDER BY
David Rowley
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2022-08-04
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2021-05-31
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-03-15
Drop SERIALIZABLE workaround from parallel query tests.
Thomas Munro
2020-09-03
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-09-27
Finish reverting "Insert temporary debugging output in regression tests."
Tom Lane
2019-08-11
Partially revert "Insert temporary debugging output in regression tests."
Tom Lane
2019-05-21
Insert temporary debugging output in regression tests.
Tom Lane
2018-10-14
Make some subquery-using test cases a bit more robust.
Tom Lane
2018-10-02
Test passing expanded-value representations to workers.
Amit Kapila
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-04
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-06-21
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-20
Don't consider parallel append for parallel unsafe paths.
Amit Kapila
2018-04-25
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2018-03-13
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-02-28
Fix assertion failure when Parallel Append is run serially.
Robert Haas
2017-12-19
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-13
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-06
Adjust regression test cases added by commit ab7271677.
Tom Lane
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-15
Add parallel_leader_participation GUC.
Robert Haas
2017-11-14
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-13
Push target list evaluation through Gather Merge.
Robert Haas
2017-10-29
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-27
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-08-31
Improve code coverage of select_parallel test.
Tom Lane
2017-08-30
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-25
Add minimal regression test for blessed record type transfer.
Andres Freund
2017-08-17
Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-17
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-14
Expand coverage of parallel gather merge a bit.
Andres Freund
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-06
Fix parallel bitmapscan tests on builds without USE_PREFETCH.
Andres Freund
[next]