| Age | Commit message (Expand) | Author |
| 4 days | Fix jsonb_object_agg crash after eliminating null-valued pairs. | Tom Lane |
| 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-07-15 | Clarify the ra != rb case in compareJsonbContainers(). | Tom Lane |
| 2025-07-15 | Silence uninitialized-value warnings in compareJsonbContainers(). | Tom Lane |
| 2025-02-23 | jsonb internal API void * argument for binary data | Peter Eisentraut |
| 2025-01-03 | Document strange jsonb sort order for empty top level arrays | Andrew Dunstan |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-08-16 | Unify some error messages | Peter Eisentraut |
| 2023-03-29 | SQL/JSON: add standard JSON constructor functions | Alvaro Herrera |
| 2023-03-03 | Fix incorrect format placeholders | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-09-20 | Harmonize more parameter names in bulk. | Peter Geoghegan |
| 2022-09-01 | Revert SQL/JSON features | Andrew Dunstan |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-28 | Fix JSON_OBJECTAGG uniquefying bug | Andrew Dunstan |
| 2022-03-27 | SQL/JSON constructors | Andrew Dunstan |
| 2022-02-20 | Use bitwise rotate functions in more places | John Naylor |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-01-31 | Implementation of subscripting for jsonb | Alexander Korotkov |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-07-11 | Forbid numeric NaN in jsonpath | Alexander Korotkov |
| 2020-05-13 | Dial back -Wimplicit-fallthrough to level 3 | Alvaro Herrera |
| 2020-05-12 | Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS | Alvaro Herrera |
| 2020-02-27 | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas |
| 2020-01-29 | Move jsonapi.c and jsonapi.h to src/common. | Robert Haas |
| 2020-01-24 | Adjust src/include/utils/jsonapi.h so it's not backend-only. | Robert Haas |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-09-27 | Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82. | Andres Freund |
| 2019-09-25 | Allow datetime values in JsonbValue | Alexander Korotkov |
| 2019-09-20 | Split out code into new getKeyJsonValueFromContainer() | Alvaro Herrera |
| 2019-07-22 | Fix inconsistencies and typos in the tree | Michael Paquier |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-05-13 | Fix incorrect return value in JSON equality function for scalars | Michael Paquier |
| 2019-03-16 | Partial implementation of SQL/JSON path language | Alexander Korotkov |
| 2019-03-11 | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-11-02 | Fix spelling errors and typos in comments | Magnus Hagander |
| 2018-05-29 | Initialize new jsonb iterator to zero | Peter Eisentraut |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-09-01 | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
| 2017-01-25 | Introduce convenience macros to hide JsonbContainer header accesses better. | Tom Lane |
| 2017-01-21 | Move some things from builtins.h to new header files | Peter Eisentraut |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-06-09 | pgindent run for 9.6 | Robert Haas |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-10-12 | Use JsonbIteratorToken consistently in automatic variable declarations. | Noah Misch |