| Age | Commit message (Expand) | Author |
| 2 days | Update typedefs.list to match what the buildfarm currently reports. | Tom Lane |
| 6 days | Use palloc_object() and palloc_array(), the last change | Michael Paquier |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-12-02 | Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions | Álvaro Herrera |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-11-27 | Add parallelism support for TID Range Scans | David Rowley |
| 2025-11-25 | Improve test case stability | Álvaro Herrera |
| 2025-11-24 | Fix infer_arbiter_index during concurrent index operations | Álvaro Herrera |
| 2025-11-19 | Fix typo in nodeHash.c | Richard Guo |
| 2025-11-18 | Fix typo | Álvaro Herrera |
| 2025-11-16 | Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. | Dean Rasheed |
| 2025-11-10 | Fix typos in nodeWindowAgg comments | Daniel Gustafsson |
| 2025-11-06 | Update obsolete comment in ExecScanReScan(). | Etsuro Fujita |
| 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-31 | Mark function arguments of type "Datum *" as "const Datum *" where possible | Peter Eisentraut |
| 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-30 | Fix some confusing uses of const | Peter Eisentraut |
| 2025-10-28 | Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() | Michael Paquier |
| 2025-10-27 | Fix a couple of comments. | Nathan Bossart |
| 2025-10-25 | Fix incorrect logic for caching ResultRelInfos for triggers | David Rowley |
| 2025-10-23 | Introduce "REFRESH SEQUENCES" for subscriptions. | Amit Kapila |
| 2025-10-23 | Fix coding style with "else". | Tatsuo Ishii |
| 2025-10-22 | Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS. | Tatsuo Ishii |
| 2025-10-19 | Fix Coverity issue reported in commit 2273fa32bce. | Tatsuo Ishii |
| 2025-10-18 | Fix reset of incorrect hash iterator in GROUPING SETS queries | David Rowley |
| 2025-10-17 | Fix hashjoin memory balancing logic | Tomas Vondra |
| 2025-10-16 | Fix EPQ crash from missing partition directory in EState | Amit Langote |
| 2025-10-14 | Use ereport rather than elog in WinCheckAndInitializeNullTreatment. | Tatsuo Ishii |
| 2025-10-09 | Avoid uninitialized-variable warnings from older compilers. | Tom Lane |
| 2025-10-08 | Fix Coverity issues reported in commit 25a30bbd423. | Tatsuo Ishii |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-10-03 | Add IGNORE NULLS/RESPECT NULLS option to Window functions. | Tatsuo Ishii |
| 2025-09-19 | Fix EPQ crash from missing partition pruning state in EState | Amit Langote |
| 2025-09-17 | Add missing EPQ recheck for TID Range Scan | David Rowley |
| 2025-09-16 | Add missing EPQ recheck for TID Scan | David Rowley |
| 2025-09-10 | Eliminate duplicative hashtempcxt in nodeSubplan.c. | Tom Lane |
| 2025-09-10 | Fix memory leakage in nodeSubplan.c. | Tom Lane |
| 2025-09-10 | Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h | Michael Paquier |
| 2025-09-08 | Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. | Robert Haas |
| 2025-09-05 | Fix concurrent update issue with MERGE. | Dean Rasheed |
| 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-25 | Message wording improvements | Peter Eisentraut |
| 2025-08-20 | Fix re-execution of a failed SQLFunctionCache entry. | Tom Lane |
| 2025-08-16 | Fix typos in comments. | Masahiko Sawada |
| 2025-08-11 | Reduce ExecSeqScan* code size using pg_assume() | Andres Freund |
| 2025-08-11 | Fix security checks in selectivity estimation functions. | Dean Rasheed |
| 2025-08-08 | Mop-up for Datum conversion cleanups. | Tom Lane |