| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-10-25 | Fix incorrect logic for caching ResultRelInfos for triggers | David Rowley |
| 2025-10-16 | Fix EPQ crash from missing partition directory in EState | Amit Langote |
| 2025-09-19 | Fix EPQ crash from missing partition pruning state in EState | Amit Langote |
| 2025-09-04 | Fix replica identity check for MERGE. | Dean Rasheed |
| 2025-09-04 | Fix replica identity check for INSERT ON CONFLICT DO UPDATE. | Dean Rasheed |
| 2025-08-11 | Fix security checks in selectivity estimation functions. | Dean Rasheed |
| 2025-05-22 | Revert "Don't lock partitions pruned by initial pruning" | Amit Langote |
| 2025-04-19 | Fix typos and grammar in the code | Michael Paquier |
| 2025-03-28 | Add support for not-null constraints on virtual generated columns | Peter Eisentraut |
| 2025-03-28 | Modernize some code a bit | Peter Eisentraut |
| 2025-03-28 | Rename a node field for clarity | Peter Eisentraut |
| 2025-03-19 | Ensure first ModifyTable rel initialized if all are pruned | Amit Langote |
| 2025-02-20 | Don't lock partitions pruned by initial pruning | Amit Langote |
| 2025-02-14 | Fix assertion on dereferenced object | Daniel Gustafsson |
| 2025-02-07 | Virtual generated columns | Peter Eisentraut |
| 2025-02-07 | Track unpruned relids to avoid processing pruned relations | Amit Langote |
| 2025-01-31 | Perform runtime initial pruning outside ExecInitNode() | Amit Langote |
| 2025-01-30 | Move PartitionPruneInfo out of plan nodes into PlannedStmt | Amit Langote |
| 2025-01-16 | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed |
| 2025-01-11 | Add support for NOT ENFORCED in CHECK constraints | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-10 | Doc: add some commentary about ExecutorRun's NoMovement special case. | Tom Lane |
| 2024-12-09 | Simplify executor's determination of whether to use parallelism. | Tom Lane |
| 2024-11-11 | Add two attributes to pg_stat_database for parallel workers activity | Michael Paquier |
| 2024-10-04 | Remove assertion checking query ID in execMain.c | Michael Paquier |
| 2024-09-30 | Expand assertion check for query ID reporting in executor | Michael Paquier |
| 2024-09-24 | For inplace update durability, make heap_update() callers wait. | Noah Misch |
| 2024-09-18 | Add some sanity checks in executor for query ID reporting | Michael Paquier |
| 2024-09-18 | Add missing query ID reporting in extended query protocol | Michael Paquier |
| 2024-08-20 | Log the conflicts while applying changes in logical replication. | Amit Kapila |
| 2024-03-30 | Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. | Dean Rasheed |
| 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-02-29 | Support MERGE into updatable views. | Dean Rasheed |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2024-01-02 | Fix typos in comments and in one isolation test. | Robert Haas |
| 2023-06-14 | Retain relkind too in RTE_SUBQUERY entries for views. | Amit Langote |
| 2023-05-19 | Fix misbehavior of EvalPlanQual checks with multiple result relations. | Tom Lane |
| 2023-05-04 | Fix ExecCheckPermissions call in RI_Initial_Check | Alvaro Herrera |
| 2023-05-04 | Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt" | Alvaro Herrera |
| 2023-04-06 | Fix row tracking in pg_stat_statements with extended query protocol | Michael Paquier |
| 2023-03-24 | Invent GENERIC_PLAN option for EXPLAIN. | Tom Lane |
| 2023-03-06 | Fix some more cases of missed GENERATED-column updates. | Tom Lane |
| 2023-03-06 | Fill EState.es_rteperminfos more systematically. | Tom Lane |
| 2023-02-09 | Fix various typos in code and tests | Michael Paquier |
| 2023-01-05 | Fix calculation of which GENERATED columns need to be updated. | Tom Lane |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-08 | Remove new structure member from ResultRelInfo. | Etsuro Fujita |
| 2022-12-06 | Rework query relation permission checking | Alvaro Herrera |