| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 12 days | Fix some cases of indirectly casting away const. | Tom Lane |
| 2025-11-25 | Remove obsolete comment | Peter Eisentraut |
| 2025-10-31 | formatting.c cleanup: Change fill_str() return type to void | Peter Eisentraut |
| 2025-10-31 | formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_* | Peter Eisentraut |
| 2025-10-31 | formatting.c cleanup: Change several int fields to enums | Peter Eisentraut |
| 2025-10-31 | formatting.c cleanup: Change TmFromChar.clock field to bool | Peter Eisentraut |
| 2025-10-30 | formatting.c cleanup: Improve formatting of some struct declarations | Peter Eisentraut |
| 2025-10-30 | formatting.c cleanup: Remove unnecessary zeroize macros | Peter Eisentraut |
| 2025-10-30 | formatting.c cleanup: Remove unnecessary extra line breaks in error message l... | Peter Eisentraut |
| 2025-10-29 | formatting.c cleanup: Remove unnecessary extra parentheses | Peter Eisentraut |
| 2025-10-29 | formatting.c cleanup: Use array syntax instead of pointer arithmetic | Peter Eisentraut |
| 2025-10-29 | formatting.c cleanup: Add some const pointer qualifiers | Peter Eisentraut |
| 2025-10-29 | formatting.c cleanup: Use size_t for string length variables and arguments | Peter Eisentraut |
| 2025-10-28 | formatting.c cleanup: Move loop variables definitions into for statement | Peter Eisentraut |
| 2025-10-28 | formatting.c cleanup: Remove dashes in comments | Peter Eisentraut |
| 2025-09-05 | Switch some numeric-related functions to use soft error reporting | Michael Paquier |
| 2025-08-18 | Detect buffer underflow in get_th() | Peter Eisentraut |
| 2025-06-28 | Message style improvements | Peter Eisentraut |
| 2025-01-29 | Fix grammatical typos around possessive "its" | John Naylor |
| 2025-01-24 | Add SQL function CASEFOLD(). | Jeff Davis |
| 2025-01-22 | Support RN (roman-numeral format) in to_number(). | Tom Lane |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-16 | Refactor string case conversion into provider-specific files. | Jeff Davis |
| 2024-12-09 | Fix various overflow hazards in date and timestamp functions. | Nathan Bossart |
| 2024-12-07 | Fix is_digit labeling of to_timestamp's FFn format codes. | Tom Lane |
| 2024-12-03 | Fix unintentional behavior change in commit e9931bfb75. | Jeff Davis |
| 2024-09-26 | Modernize to_char's Roman-numeral code, fixing overflow problems. | Tom Lane |
| 2024-09-06 | Remove lc_ctype_is_c(). | Jeff Davis |
| 2024-09-06 | Remove useless unconstify | Peter Eisentraut |
| 2024-08-06 | Remove support for null pg_locale_t most places. | Jeff Davis |
| 2024-03-30 | Add unicode_strtitle() for Unicode Default Case Conversion. | Jeff Davis |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote |
| 2024-03-19 | Support C.UTF-8 locale in the new builtin collation provider. | Jeff Davis |
| 2024-03-14 | Introduce "builtin" collation provider. | Jeff Davis |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-25 | Support TZ and OF format codes in to_timestamp(). | Tom Lane |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-11-14 | Support +/- infinity in the interval data type. | Dean Rasheed |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-07-08 | All supported systems have locale_t. | Thomas Munro |
| 2023-03-14 | Fix corner case bug in numeric to_char() some more. | Tom Lane |
| 2023-01-17 | Remove dead code in formatting.c | John Naylor |
| 2023-01-10 | New header varatt.h split off from postgres.h | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-10 | Restructure soft-error handling in formatting.c. | Tom Lane |
| 2022-12-09 | Convert datetime input functions to use "soft" error reporting. | Tom Lane |
| 2022-12-09 | Allow DateTimeParseError to handle bad-timezone error messages. | Tom Lane |
| 2022-12-09 | Const-ify a couple of datetime parsing subroutines. | Tom Lane |
| 2022-09-01 | Revert SQL/JSON features | Andrew Dunstan |