| Age | Commit message (Expand) | Author |
| 42 hours | Revisit cosmetics of "For inplace update, send nontransactional invalidations." | Noah Misch |
| 5 days | Replace most StaticAssertStmt() with StaticAssertDecl() | Peter Eisentraut |
| 6 days | Fix some comments. | Nathan Bossart |
| 7 days | Fix some near-bugs related to ResourceOwner function arguments | Heikki Linnakangas |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 13 days | Remove no longer needed casts to Pointer | Peter Eisentraut |
| 2025-11-21 | Remove useless casts to (void *) | Peter Eisentraut |
| 2025-11-16 | Get rid of long datatype in CATCACHE_STATS enabled builds | David Rowley |
| 2025-11-12 | Prefer spelling "cacheable" over "cachable". | Thomas Munro |
| 2025-10-31 | Mark function arguments of type "Datum *" as "const Datum *" where possible | Peter Eisentraut |
| 2025-10-29 | CheckNNConstraintFetch: Fill all of ConstrCheck in a single pass | Álvaro Herrera |
| 2025-10-21 | Use CompactAttribute more often, when possible | David Rowley |
| 2025-09-24 | Remove PointerIsValid() | Peter Eisentraut |
| 2025-08-28 | Avoid including commands/dbcommands.h in so many places | Álvaro Herrera |
| 2025-08-22 | Ignore temporary relations in RelidByRelfilenumber() | Michael Paquier |
| 2025-08-08 | Add missing Datum conversions | Peter Eisentraut |
| 2025-08-08 | Remove useless/superfluous Datum conversions | Peter Eisentraut |
| 2025-08-05 | Fix various hash function uses | Peter Eisentraut |
| 2025-08-03 | Silence complaints about leaks in PlanCacheComputeResultDesc. | Tom Lane |
| 2025-08-03 | Suppress complaints about leaks in TS dictionary loading. | Tom Lane |
| 2025-08-03 | Fix assorted pretty-trivial memory leaks in the backend. | Tom Lane |
| 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-06-30 | Add new OID alias type regdatabase. | Nathan Bossart |
| 2025-05-28 | Fix memory leakage when function compilation fails. | Tom Lane |
| 2025-05-22 | Revert "Don't lock partitions pruned by initial pruning" | Amit Langote |
| 2025-05-18 | Fix function name reference in comment | Daniel Gustafsson |
| 2025-05-11 | relcache: Avoid memory leak on tables with no CHECK constraints | Álvaro Herrera |
| 2025-05-09 | Add support for runtime arguments in injection points | Michael Paquier |
| 2025-04-23 | Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() | Alexander Korotkov |
| 2025-04-22 | Rename injection point for invalidation messages at end of transaction | Michael Paquier |
| 2025-04-19 | Fix typos and grammar in the code | Michael Paquier |
| 2025-04-17 | Assert lack of hazardous buffer locks before possible catalog read. | Noah Misch |
| 2025-04-11 | Fix recently introduced typos | Daniel Gustafsson |
| 2025-04-07 | Allow NOT NULL constraints to be added as NOT VALID | Álvaro Herrera |
| 2025-04-06 | Relax ordering-related hardcoded btree requirements in planning | Peter Eisentraut |
| 2025-04-02 | Change SQL-language functions to use the plan cache. | Tom Lane |
| 2025-04-02 | Add support for NOT ENFORCED in foreign key constraints | Peter Eisentraut |
| 2025-04-01 | Introduce a SQL-callable function array_sort(anyarray). | Tom Lane |
| 2025-03-18 | Add some opfamily support functions to lsyscache.c | Peter Eisentraut |
| 2025-03-13 | Avoid invalidating all RelationSyncCache entries on publication rename. | Amit Kapila |
| 2025-03-11 | Assert that a snapshot is active or registered before it's used | Heikki Linnakangas |
| 2025-03-08 | Make amcanorder independent of amconsistentordering | Peter Eisentraut |
| 2025-03-07 | Improve possible performance regression | Peter Eisentraut |
| 2025-03-07 | Rename amcancrosscompare | Peter Eisentraut |
| 2025-03-03 | Add relallfrozen to pg_class | Melanie Plageman |
| 2025-02-27 | Generalize hash and ordering support in amapi | Peter Eisentraut |
| 2025-02-24 | Add static asserts for MAX_BACKENDS limiting factors | Andres Freund |
| 2025-02-20 | Remove various unnecessary (char *) casts | Peter Eisentraut |
| 2025-02-20 | Don't lock partitions pruned by initial pruning | Amit Langote |