index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execParallel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
1
-1
/
+0
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-0
/
+1
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
1
-0
/
+1
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
1
-2
/
+2
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Fix comment in execParallel.c
Michael Paquier
2022-03-27
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-11
/
+10
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
1
-1
/
+1
*
Revert "Cope with NULL query string in ExecInitParallelPlan()."
Tom Lane
2021-04-15
1
-5
/
+2
*
Fixes for query_id feature
Bruce Momjian
2021-04-08
1
-1
/
+0
*
Cope with NULL query string in ExecInitParallelPlan().
Andres Freund
2021-04-07
1
-2
/
+5
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
1
-2
/
+3
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+18
*
Revert b6002a796
David Rowley
2021-04-01
1
-18
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-0
/
+18
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
1
-1
/
+0
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
1
-3
/
+16
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-0
/
+18
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
1
-9
/
+27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
1
-0
/
+2
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+2
*
Fix inconsistency in comments atop ExecParallelEstimate.
Amit Kapila
2019-06-07
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-5
/
+5
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
1
-1
/
+1
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+0
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
1
-1
/
+0
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
1
-5
/
+4
*
Remove obsolete comment
Alvaro Herrera
2018-09-25
1
-8
/
+1
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
1
-0
/
+82
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
1
-5
/
+19
*
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-03
1
-3
/
+9
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
1
-0
/
+3
*
Support parallel btree index builds.
Robert Haas
2018-02-02
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
1
-0
/
+21
*
When passing query strings to workers, pass the terminating \0.
Robert Haas
2017-12-20
1
-3
/
+3
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
1
-15
/
+11
*
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-18
1
-12
/
+14
*
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-13
1
-38
/
+13
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
1
-0
/
+19
*
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-05
1
-13
/
+38
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
1
-10
/
+33
*
Pass eflags down to parallel workers.
Robert Haas
2017-11-20
1
-1
/
+3
[next]