| Age | Commit message (Expand) | Author |
| 4 hours | Avoid global LC_CTYPE dependency in pg_locale_icu.c. | Jeff Davis |
| 4 hours | downcase_identifier(): use method table from locale provider. | Jeff Davis |
| 19 hours | Separate out bytea sort support from varlena.c | John Naylor |
| 33 hours | Remove unused single-byte char_is_cased() API. | Jeff Davis |
| 33 hours | Use multibyte-aware extraction of pattern prefixes. | Jeff Davis |
| 2 days | Update typedefs.list to match what the buildfarm currently reports. | Tom Lane |
| 3 days | Fix jsonb_object_agg crash after eliminating null-valued pairs. | Tom Lane |
| 3 days | Clarify comment about temporal foreign keys | Peter Eisentraut |
| 5 days | Replace most StaticAssertStmt() with StaticAssertDecl() | Peter Eisentraut |
| 5 days | Fix some comments. | Nathan Bossart |
| 6 days | Add pg_iswcased(). | Jeff Davis |
| 6 days | Remove char_tolower() API. | Jeff Davis |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 8 days | Remove useless casts in format arguments | Peter Eisentraut |
| 8 days | Remove unnecessary casts in printf format arguments (%zu/%zd) | Peter Eisentraut |
| 9 days | Improve error messages of input functions for pg_dependencies and pg_ndistinct | Michael Paquier |
| 9 days | Micro-optimize datatype conversions in datum_to_jsonb_internal. | Tom Lane |
| 9 days | Remove fundamentally-redundant processing in jsonb_agg() et al. | Tom Lane |
| 9 days | Revise APIs for pushJsonbValue() and associated routines. | Tom Lane |
| 10 days | Handle constant inputs to corr() and related aggregates more precisely. | Tom Lane |
| 11 days | Fix text substring search for non-deterministic collations. | Tom Lane |
| 11 days | Fix some cases of indirectly casting away const. | Tom Lane |
| 12 days | Rename column slotsync_skip_at to slotsync_last_skip. | Amit Kapila |
| 12 days | Fix some compiler warnings | Michael Paquier |
| 12 days | Remove no longer needed casts from Pointer | Peter Eisentraut |
| 12 days | Remove no longer needed casts to Pointer | Peter Eisentraut |
| 13 days | Use "foo(void)" for definitions of functions with no parameters. | Nathan Bossart |
| 14 days | Fix stray references to SubscriptRef | Peter Eisentraut |
| 14 days | Don't rely on pointer arithmetic with Pointer type | Peter Eisentraut |
| 14 days | Remove useless casts to Pointer | Peter Eisentraut |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-12-02 | Replace pointer comparisons and assignments to literal zero with NULL | Peter Eisentraut |
| 2025-12-02 | Update some timestamp[tz] functions to use soft-error reporting | Michael Paquier |
| 2025-12-01 | Make regex "max_chr" depend on encoding, not provider. | Jeff Davis |
| 2025-12-01 | Change some callers to use pg_ascii_toupper(). | Jeff Davis |
| 2025-12-01 | Switch some date/timestamp functions to use the soft error reporting | Michael Paquier |
| 2025-11-26 | Have the planner replace COUNT(ANY) with COUNT(*), when possible | David Rowley |
| 2025-11-26 | Allow pg_locale_t APIs to work when ctype_is_c. | Jeff Davis |
| 2025-11-26 | Replace internal C function pg_hypot() by standard hypot() | Peter Eisentraut |
| 2025-11-26 | Add input function for data type pg_dependencies | Michael Paquier |
| 2025-11-26 | Add input function for data type pg_ndistinct | Michael Paquier |
| 2025-11-25 | Remove a useless length check. | Jeff Davis |
| 2025-11-25 | Add slotsync skip statistics. | Amit Kapila |
| 2025-11-25 | Remove obsolete comment | Peter Eisentraut |
| 2025-11-24 | Avoid global LC_CTYPE dependency in pg_locale_libc.c. | Jeff Davis |
| 2025-11-22 | Add range_minus_multi and multirange_minus_multi functions | Peter Eisentraut |
| 2025-11-20 | Add HINT listing valid encodings to encode() and decode() errors. | Fujii Masao |
| 2025-11-19 | Speed up eqjoinsel() with lots of MCV entries. | Tom Lane |
| 2025-11-18 | Rename two columns in pg_stat_subscription_stats. | Amit Kapila |
| 2025-11-17 | Rework output format of pg_dependencies | Michael Paquier |