| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 8 days | Remove unnecessary casts in printf format arguments (%zu/%zd) | Peter Eisentraut |
| 2025-12-02 | Replace pointer comparisons and assignments to literal zero with NULL | Peter Eisentraut |
| 2025-11-25 | backend/nodes cleanup: Move loop variables definitions into for statement | Peter Eisentraut |
| 2025-10-30 | Fix some confusing uses of const | Peter Eisentraut |
| 2025-10-09 | Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions | Amit Langote |
| 2025-09-30 | Do a tiny bit of header file maintenance | Álvaro Herrera |
| 2025-09-24 | Remove PointerIsValid() | Peter Eisentraut |
| 2025-08-15 | Add Asserts to validate prevbit values in bms_prev_member | David Rowley |
| 2025-08-08 | Mop-up for Datum conversion cleanups. | Tom Lane |
| 2025-06-24 | Make query jumbling also squash PARAM_EXTERN params | Álvaro Herrera |
| 2025-06-24 | Improve jumble squashing through CoerceViaIO and RelabelType | Álvaro Herrera |
| 2025-06-12 | Fix squashing algorithm for query texts | Álvaro Herrera |
| 2025-05-30 | Change internal queryid type from uint64 to int64 | David Rowley |
| 2025-04-22 | gen_node_support.pl: improve error message for unclosed struct. | Tom Lane |
| 2025-04-19 | Fix typos and grammar in the code | Michael Paquier |
| 2025-04-12 | Harmonize function parameter names for Postgres 18. | Peter Geoghegan |
| 2025-04-08 | Speedup child EquivalenceMember lookup in planner | David Rowley |
| 2025-04-04 | Make derived clause lookup in EquivalenceClass more efficient | Amit Langote |
| 2025-03-27 | Remove the query_id_squash_values GUC | Álvaro Herrera |
| 2025-03-27 | Optimize Query jumble | David Rowley |
| 2025-03-27 | Fix query jumbling to account for NULL nodes | David Rowley |
| 2025-03-26 | Use relation name instead of OID in query jumbling for RangeTblEntry | Michael Paquier |
| 2025-03-26 | Fix two issues with custom_query_jumble in gen_node_support.pl | Michael Paquier |
| 2025-03-25 | Add support for custom_query_jumble as a node field attribute | Michael Paquier |
| 2025-03-18 | Introduce squashing of constant lists in query jumbling | Álvaro Herrera |
| 2025-03-15 | Separate TBM[Shared|Private]Iterator and TBMIterateResult | Melanie Plageman |
| 2025-03-12 | Build whole-row Vars the same way during parsing and planning. | Tom Lane |
| 2025-02-24 | Delay extraction of TIDBitmap per page offsets | Melanie Plageman |
| 2025-02-24 | Add lossy indicator to TBMIterateResult | Melanie Plageman |
| 2025-02-20 | Remove various unnecessary (char *) casts | Peter Eisentraut |
| 2025-02-02 | Move CompareType to separate header file | Peter Eisentraut |
| 2025-01-31 | Get rid of our dependency on type "long" for memory size calculations. | Tom Lane |
| 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-19 | Fix bitmap table scan crash on iterator release | Melanie Plageman |
| 2024-12-18 | Add common interface for TBMIterators | Melanie Plageman |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-11-08 | Add pg_constraint rows for not-null constraints | Álvaro Herrera |
| 2024-10-31 | Add a parse location field to struct FunctionParameter. | Tom Lane |
| 2024-10-22 | Improve parser's reporting of statement start locations. | Tom Lane |
| 2024-10-17 | Fix unnecessary casts of copyObject() result | Peter Eisentraut |
| 2024-09-30 | Show values of SET statements as constants in pg_stat_statements | Michael Paquier |
| 2024-09-17 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-09-10 | Introduce an RTE for the grouping step | Richard Guo |
| 2024-08-01 | Convert node test compile-time settings into run-time parameters | Peter Eisentraut |
| 2024-06-28 | SQL/JSON: Always coerce JsonExpr result at runtime | Amit Langote |
| 2024-05-05 | Fix query pullup issue with WindowClause runCondition | David Rowley |
| 2024-05-03 | Fix an assortment of typos | David Rowley |