| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 10 days | Revise APIs for pushJsonbValue() and associated routines. | Tom Lane |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-11-06 | Use stack allocated StringInfoDatas, where possible | David Rowley |
| 2025-10-31 | Mark function arguments of type "Datum *" as "const Datum *" where possible | Peter Eisentraut |
| 2025-08-08 | Mop-up for Datum conversion cleanups. | Tom Lane |
| 2025-08-05 | Fix varatt versus Datum type confusions | Peter Eisentraut |
| 2025-04-30 | Fix broken indentation | David Rowley |
| 2025-04-30 | Fix a couple of comment typos | David Rowley |
| 2025-03-05 | Allow json{b}_strip_nulls to remove null array elements | Andrew Dunstan |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-08-16 | Further reduce dependence on -fwrapv semantics in jsonb. | Nathan Bossart |
| 2024-08-16 | Remove dependence on -fwrapv semantics in jsonb. | Nathan Bossart |
| 2024-08-06 | Make nullSemAction const, add 'const' decorators to related functions | Heikki Linnakangas |
| 2024-07-27 | Optimize escaping of JSON strings | David Rowley |
| 2024-07-26 | SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb | Amit Langote |
| 2024-06-28 | SQL/JSON: Always coerce JsonExpr result at runtime | Amit Langote |
| 2024-06-21 | jsonapi: Use const char * | Peter Eisentraut |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote |
| 2024-01-25 | Silence compiler warning introduced in 1edb3b491b | Amit Langote |
| 2024-01-24 | Adjust populate_record_field() to handle errors softly | Amit Langote |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-10-05 | Improve JsonLexContext's freeability | Alvaro Herrera |
| 2023-07-20 | Unify JSON categorize type API and export for external use | Amit Langote |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-03-31 | SQL/JSON: support the IS JSON predicate | Alvaro Herrera |
| 2023-03-13 | Fix JSON error reporting for many cases of erroneous string values. | Tom Lane |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-12 | Fix jsonb subscripting to cope with toasted subscript values. | Tom Lane |
| 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-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier |
| 2022-09-28 | Change some errdetail() to errdetail_internal() | Alvaro Herrera |
| 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-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-03-29 | SQL/JSON query functions | Andrew Dunstan |
| 2022-03-28 | IS JSON predicate | Andrew Dunstan |
| 2022-03-07 | Create routine able to set single-call SRFs for Materialize mode | Michael Paquier |
| 2022-02-24 | Simplify more checks related to set-returning functions | Michael Paquier |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-09-08 | Fix typo | Peter Eisentraut |
| 2021-08-25 | Remove redundant test. | Tom Lane |
| 2021-04-09 | Fix typos and grammar in documentation and code comments | Michael Paquier |
| 2021-04-08 | Fix typo in jsonfuncs.c. | Amit Kapila |
| 2021-03-01 | Improve reporting for syntax errors in multi-line JSON data. | Tom Lane |
| 2021-02-11 | Simplify jsonfuncs.c code by using strtoint() not strtol(). | Tom Lane |