| Age | Commit message (Expand) | Author |
| 2025-09-15 | Change fmgr.h typedefs to use original names | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-01-24 | Adjust populate_record_field() to handle errors softly | Amit Langote |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-27 | Detect bad input for types xid, xid8, and cid. | Tom Lane |
| 2022-12-15 | Convert a few more datatype input functions to report errors softly. | Tom Lane |
| 2022-12-09 | Convert a few datatype input functions to use "soft" error reporting. | Tom Lane |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan |
| 2022-04-08 | Apply PGDLLIMPORT markings broadly. | Robert Haas |
| 2022-02-15 | Remove pg_atoi() | Peter Eisentraut |
| 2022-02-14 | Move scanint8() to numutils.c | Peter Eisentraut |
| 2022-01-27 | Fix ordering of XIDs in ProcArrayApplyRecoveryInfo | Tomas Vondra |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-12-17 | Simplify the general-purpose 64-bit integer parsing APIs | Peter Eisentraut |
| 2021-08-19 | Revert refactoring of hex code to src/common/ | Michael Paquier |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane |
| 2021-01-14 | Rework refactoring of hex and encoding routines | Michael Paquier |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-12-24 | move hex_decode() to /common so it can be called from frontend | Bruce Momjian |
| 2020-08-10 | Replace remaining StrNCpy() by strlcpy() | Peter Eisentraut |
| 2020-07-06 | Add new flag to format_type_extended() to get NULL for undefined type | Michael Paquier |
| 2020-06-13 | Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string | David Rowley |
| 2020-06-12 | Add missing extern keyword for a couple of numutils functions | David Rowley |
| 2020-04-07 | Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering. | Tom Lane |
| 2020-02-01 | Optimizations for integer to decimal output. | Andrew Gierth |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-08-18 | Avoid conflicts with library versions of inet_net_ntop() and friends. | Tom Lane |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-10-16 | Correct constness of system attributes in heap.c & prerequisites. | Andres Freund |
| 2018-07-29 | Provide separate header file for built-in float types | Tomas Vondra |
| 2018-07-22 | Hand code string to integer conversion for performance. | Andres Freund |
| 2018-03-19 | Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. | Tom Lane |
| 2018-03-04 | Fix assorted issues in convert_to_scalar(). | Tom Lane |
| 2018-02-17 | Refactor format_type APIs to be more modular | Alvaro Herrera |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
| 2017-03-01 | Collect duplicate copies of oid_cmp() | Peter Eisentraut |
| 2017-01-21 | Move some things from builtins.h to new header files | Peter Eisentraut |
| 2017-01-17 | Correct include file path | Peter Eisentraut |
| 2017-01-17 | Generate fmgr prototypes automatically | Peter Eisentraut |
| 2017-01-17 | Remove unnecessary include | Peter Eisentraut |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-12-07 | Implement table partitioning. | Robert Haas |
| 2016-10-12 | Remove unnecessary int2vector-specific hash function and equality operator. | Tom Lane |
| 2016-08-23 | Add txid_current_ifassigned(). | Robert Haas |
| 2016-08-17 | Implement regexp_match(), a simplified alternative to regexp_matches(). | Tom Lane |
| 2016-08-13 | Add SQL-accessible functions for inspecting index AM properties. | Tom Lane |
| 2016-07-14 | Fix GiST index build for NaN values in geometric types. | Tom Lane |