| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-11-27 | Add parallelism support for TID Range Scans | David Rowley |
| 2025-07-31 | Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt | Michael Paquier |
| 2025-07-24 | Introduce field tracking cached plan type in PlannedStmt | Michael Paquier |
| 2025-05-22 | Revert "Don't lock partitions pruned by initial pruning" | Amit Langote |
| 2025-03-24 | Allow plugins to set a 64-bit plan identifier in PlannedStmt | Michael Paquier |
| 2025-03-11 | Show index search count in EXPLAIN ANALYZE, take 2. | Peter Geoghegan |
| 2025-02-20 | Don't lock partitions pruned by initial pruning | Amit Langote |
| 2025-02-07 | Track unpruned relids to avoid processing pruned relations | Amit Langote |
| 2025-01-30 | Move PartitionPruneInfo out of plan nodes into PlannedStmt | Amit Langote |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-09 | Simplify executor's determination of whether to use parallelism. | Tom Lane |
| 2024-07-09 | Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE | David Rowley |
| 2024-03-14 | Remove redundant snapshot copying from parallel leader to workers | Heikki Linnakangas |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-05-04 | Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt" | Alvaro Herrera |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-06 | Rework query relation permission checking | Alvaro Herrera |
| 2022-12-01 | Move PartitioPruneInfo out of plan nodes into PlannedStmt | Alvaro Herrera |
| 2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan |
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-03-27 | Fix comment in execParallel.c | Michael Paquier |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 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 |