| Age | Commit message (Expand) | Author |
| 3 days | Fix jsonb_object_agg crash after eliminating null-valued pairs. | Tom Lane |
| 10 days | Micro-optimize datatype conversions in datum_to_jsonb_internal. | Tom Lane |
| 10 days | Remove fundamentally-redundant processing in jsonb_agg() et al. | Tom Lane |
| 10 days | Revise APIs for pushJsonbValue() and associated routines. | Tom Lane |
| 2025-11-06 | Use stack allocated StringInfoDatas, where possible | David Rowley |
| 2025-03-13 | Fix copy-paste error in datum_to_jsonb_internal() | Amit Langote |
| 2025-01-24 | Make jsonb casts to scalar types translate JSON null to SQL NULL. | Tom Lane |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-07-27 | Optimize escaping of JSON strings | David Rowley |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote |
| 2024-03-16 | Add destroyStringInfo function for cleaning up StringInfos | Daniel Gustafsson |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-10 | Add const to values and nulls arguments | Peter Eisentraut |
| 2023-10-05 | Improve JsonLexContext's freeability | Alvaro Herrera |
| 2023-07-26 | Add more SQL/JSON constructor functions | Amit Langote |
| 2023-07-26 | Some refactoring to export json(b) conversion functions | Amit Langote |
| 2023-07-20 | Unify JSON categorize type API and export for external use | Amit Langote |
| 2023-03-29 | SQL/JSON: add standard JSON constructor functions | Alvaro Herrera |
| 2023-01-20 | Use appendStringInfoSpaces in more places | David Rowley |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-11 | Convert json_in and jsonb_in to report errors softly. | Tom Lane |
| 2022-12-11 | Change JsonSemAction to allow non-throw error reporting. | Tom Lane |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan |
| 2022-09-01 | Revert SQL/JSON features | Andrew Dunstan |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-15 | Small cleanups in SQL/JSON code | Andrew Dunstan |
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-03-30 | SQL JSON functions | Andrew Dunstan |
| 2022-03-29 | SQL/JSON query functions | Andrew Dunstan |
| 2022-03-27 | SQL/JSON constructors | Andrew Dunstan |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-03-19 | Introduce "anycompatible" family of polymorphic types. | Tom Lane |
| 2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane |
| 2020-01-29 | Move jsonapi.c and jsonapi.h to src/common. | Robert Haas |
| 2020-01-27 | Move some code from jsonapi.c to jsonfuncs.c. | Robert Haas |
| 2020-01-27 | Adjust pg_parse_json() so that it does not directly ereport(). | Robert Haas |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-09-25 | Allow datetime values in JsonbValue | Alexander Korotkov |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane |
| 2019-04-24 | Unify error messages | Alvaro Herrera |
| 2019-03-16 | Partial implementation of SQL/JSON path language | Alexander Korotkov |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-06-30 | pgindent run prior to branching | Andrew Dunstan |
| 2018-05-09 | Improve jsonb cast error message | Teodor Sigaev |