index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execParallel.c
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-15
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-09-25
Remove obsolete comment
Alvaro Herrera
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-08-03
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-20
When passing query strings to workers, pass the terminating \0.
Robert Haas
2017-12-19
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-18
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-13
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-05
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-11-20
Pass eflags down to parallel workers.
Robert Haas
2017-11-17
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-13
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-09-15
Remove TupleDesc remapping logic from tqueue.c.
Andres Freund
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-01
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-12
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-12
Fix incorrect function name in comment.
Robert Haas
[next]