| Age | Commit message (Expand) | Author |
| 2021-07-14 | Change the name of the Result Cache node to Memoize | David Rowley |
| 2021-04-20 | adjust query id feature to use pg_stat_activity.query_id | Bruce Momjian |
| 2021-04-15 | Revert "Cope with NULL query string in ExecInitParallelPlan()." | Tom Lane |
| 2021-04-08 | Fixes for query_id feature | Bruce Momjian |
| 2021-04-08 | Cope with NULL query string in ExecInitParallelPlan(). | Andres Freund |
| 2021-04-07 | Make use of in-core query id added by commit 5fd9dfa5f5 | Bruce Momjian |
| 2021-04-02 | Add Result Cache executor node (take 2) | David Rowley |
| 2021-04-01 | Revert b6002a796 | David Rowley |
| 2021-03-31 | Add Result Cache executor node | David Rowley |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-10-13 | Create ResultRelInfos later in InitPlan, index them by RT index. | Heikki Linnakangas |
| 2020-06-19 | Fix EXPLAIN ANALYZE for parallel HashAgg plans | David Rowley |
| 2020-04-06 | Implement Incremental Sort | Tomas Vondra |
| 2020-04-04 | Add infrastructure to track WAL usage. | Amit Kapila |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-12-11 | Further adjust EXPLAIN's choices of table alias names. | Tom Lane |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-06-06 | Fix inconsistency in comments atop ExecParallelEstimate. | Amit Kapila |
| 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 |