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