| 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-09-05 | Switch some numeric-related functions to use soft error reporting | Michael Paquier |
| 2025-08-08 | Add missing Datum conversions | Peter Eisentraut |
| 2025-08-05 | Fix varatt versus Datum type confusions | Peter Eisentraut |
| 2025-01-29 | Fix grammatical typos around possessive "its" | John Naylor |
| 2025-01-21 | Reword recent error messages: "should" -> "must" | Álvaro Herrera |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-14 | Refactor some SQL/JSON error messages | Álvaro Herrera |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-09-12 | Make jsonpath .string() be immutable for datetimes. | Tom Lane |
| 2024-09-12 | SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) | Amit Langote |
| 2024-08-29 | Message style improvements | Peter Eisentraut |
| 2024-07-30 | Preserve tz when converting to jsonb timestamptz | Andrew Dunstan |
| 2024-06-19 | SQL/JSON: Correct jsonpath variable name matching | Amit Langote |
| 2024-06-17 | Teach jsonpath string() to unwrap in lax mode | Andrew Dunstan |
| 2024-06-12 | Harmonize function parameter names for Postgres 17. | Peter Geoghegan |
| 2024-04-18 | Fix typos and duplicate words | Daniel Gustafsson |
| 2024-04-18 | SQL/JSON: Miscellaneous fixes and improvements | Amit Langote |
| 2024-04-18 | SQL/JSON: Improve some error messages | Amit Langote |
| 2024-04-08 | JSON_TABLE: Add support for NESTED paths and columns | Amit Langote |
| 2024-04-04 | Add basic JSON_TABLE() functionality | Amit Langote |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-02-27 | Rationalize and improve error messages for some jsonpath items | Andrew Dunstan |
| 2024-02-16 | Add missing check_stack_depth() to some recursive functions | Alexander Korotkov |
| 2024-02-10 | Disallow jsonpath methods involving TZ in immutable functions | Andrew Dunstan |
| 2024-01-30 | Fix incorrect format placeholders for Oid | Peter Eisentraut |
| 2024-01-25 | Support TZ and OF format codes in to_timestamp(). | Tom Lane |
| 2024-01-25 | Clean up a bug in sql/json items commit 66ea94e8e6 | Andrew Dunstan |
| 2024-01-25 | Implement various jsonpath methods | Andrew Dunstan |
| 2024-01-24 | Refactor code used by jsonpath executor to fetch variables | Amit Langote |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2024-01-03 | Second attempt at organizing jsonpath operators and methods | Peter Eisentraut |
| 2024-01-03 | Revert "Reorganise jsonpath operators and methods" | Peter Eisentraut |
| 2024-01-03 | Reorganise jsonpath operators and methods | Peter Eisentraut |
| 2024-01-02 | jsonpath_exec: fix typo "absense" -> "absence" | Robert Haas |
| 2023-06-12 | Accept fractional seconds in jsonpath's datetime() method. | Tom Lane |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-01-12 | Fix jsonpath existense checking of missing variables | Alexander Korotkov |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-24 | Convert jsonpath's input function to report errors softly | Andrew Dunstan |
| 2022-12-10 | Restructure soft-error handling in formatting.c. | 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-09-01 | Revert SQL/JSON features | Andrew Dunstan |
| 2022-08-19 | Remove shadowed local variables that are new in v15 | David Rowley |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane |
| 2022-07-20 | Tweak detail and hint messages to be consistent with project policy | Michael Paquier |