aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
Commit message (Expand)AuthorAge
* Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier2025-03-24
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Track unpruned relids to avoid processing pruned relationsAmit Langote2025-02-07
* Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote2025-01-30
* Update copyright for 2025Bruce Momjian2025-01-01
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix comment in execParallel.cMichael Paquier2022-03-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Revert "Cope with NULL query string in ExecInitParallelPlan()."Tom Lane2021-04-15
* Fixes for query_id featureBruce Momjian2021-04-08
* Cope with NULL query string in ExecInitParallelPlan().Andres Freund2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Implement Incremental SortTomas Vondra2020-04-06
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistency in comments atop ExecParallelEstimate.Amit Kapila2019-06-07
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Refactor planner's header files.Tom Lane2019-01-29
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Remove obsolete commentAlvaro Herrera2018-09-25
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Match the buffer usage tracking for leader and worker backends.Amit Kapila2018-08-03
* Basic planner and executor integration for JIT.Andres Freund2018-03-22