| Age | Commit message (Expand) | Author |
| 6 days | Fix some comments. | Nathan Bossart |
| 2025-11-02 | Change "long" numGroups fields to be Cardinality (i.e., double). | Tom Lane |
| 2025-11-02 | Improve planner's estimates of tuple hash table sizes. | Tom Lane |
| 2025-10-30 | Use BumpContext contexts in TupleHashTables, and do some code cleanup. | Tom Lane |
| 2025-10-30 | Mark ItemPointer arguments as const throughout | Peter Eisentraut |
| 2025-10-23 | Introduce "REFRESH SEQUENCES" for subscriptions. | Amit Kapila |
| 2025-09-15 | Update various forward declarations to use typedef | Peter Eisentraut |
| 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-08-04 | Detect and report update_deleted conflicts. | Amit Kapila |
| 2025-05-22 | Revert "Don't lock partitions pruned by initial pruning" | Amit Langote |
| 2025-03-28 | Add support for not-null constraints on virtual generated columns | Peter Eisentraut |
| 2025-03-25 | Remove 'additional' pointer from TupleHashEntryData. | Jeff Davis |
| 2025-03-25 | Create accessor functions for TupleHashEntry. | Jeff Davis |
| 2025-03-19 | Ensure first ModifyTable rel initialized if all are pruned | Amit Langote |
| 2025-03-11 | Replace EEOP_DONE with special steps for return/no return | Daniel Gustafsson |
| 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-02-03 | Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() | Peter Eisentraut |
| 2025-01-16 | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed |
| 2025-01-13 | Revert "TupleHashTable: store additional data along with tuple." | Jeff Davis |
| 2025-01-11 | TupleHashTable: store additional data along with tuple. | Jeff Davis |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-19 | Get rid of old version of BuildTupleHashTable(). | Tom Lane |
| 2024-12-19 | Convert SetOp to read its inputs as outerPlan and innerPlan. | Tom Lane |
| 2024-12-17 | Fix incorrect slot type in BuildTupleHashTableExt | David Rowley |
| 2024-12-11 | Use ExprStates for hashing in GROUP BY and SubPlans | David Rowley |
| 2024-12-10 | Replace get_equal_strategy_number_for_am() by get_equal_strategy_number() | Peter Eisentraut |
| 2024-12-09 | Simplify executor's determination of whether to use parallelism. | Tom Lane |
| 2024-08-20 | Log the conflicts while applying changes in logical replication. | Amit Kapila |
| 2024-08-20 | Speed up Hash Join by making ExprStates support hashing | David Rowley |
| 2024-02-29 | Support MERGE into updatable views. | Dean Rasheed |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-10 | Add const to values and nulls arguments | Peter Eisentraut |
| 2023-09-28 | Remove obsolete executor cleanup code | Amit Langote |
| 2023-07-14 | Allow the use of a hash index on the subscriber during replication. | Amit Kapila |
| 2023-05-19 | Fix misbehavior of EvalPlanQual checks with multiple result relations. | Tom Lane |
| 2023-03-24 | Invent GENERIC_PLAN option for EXPLAIN. | Tom Lane |
| 2023-03-20 | Ignore BRIN indexes when checking for HOT updates | Tomas Vondra |
| 2023-03-06 | Fill EState.es_rteperminfos more systematically. | Tom Lane |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-06 | Rework query relation permission checking | Alvaro Herrera |
| 2022-12-02 | Generalize ri_RootToPartitionMap to use for non-partition children | Alvaro Herrera |
| 2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan |
| 2022-09-19 | Future-proof the recursion inside ExecShutdownNode(). | Tom Lane |
| 2022-09-01 | Revert SQL/JSON features | Andrew Dunstan |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-07 | Revert "Rewrite some RI code to avoid using SPI" | Alvaro Herrera |
| 2022-04-07 | Rewrite some RI code to avoid using SPI | Alvaro Herrera |
| 2022-03-29 | SQL/JSON query functions | Andrew Dunstan |