| Age | Commit message (Expand) | Author |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-11-27 | Fix error reporting for SQL/JSON path type mismatches | Amit Langote |
| 2025-11-04 | Error message stylistic correction | Peter Eisentraut |
| 2025-10-09 | Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions | Amit Langote |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-08-28 | Avoid including commands/dbcommands.h in so many places | Álvaro Herrera |
| 2025-06-12 | Fix squashing algorithm for query texts | Álvaro Herrera |
| 2025-04-06 | Relax ordering-related hardcoded btree requirements in planning | Peter Eisentraut |
| 2025-04-05 | Avoid double transformation of json_array()'s subquery. | Tom Lane |
| 2025-03-13 | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. | Tom Lane |
| 2025-01-16 | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed |
| 2025-01-15 | Rename RowCompareType to CompareType | Peter Eisentraut |
| 2025-01-07 | Fix error message wording | Álvaro Herrera |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-10-16 | Fix typo in comment of transformJsonAggConstructor() | Amit Langote |
| 2024-09-06 | SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE | Amit Langote |
| 2024-09-06 | Revert recent SQL/JSON related commits | Amit Langote |
| 2024-09-06 | SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE | Amit Langote |
| 2024-08-07 | Refactor/reword some error messages to avoid duplicates | Alvaro Herrera |
| 2024-07-30 | SQL/JSON: Some fixes to JsonBehavior expression casting | Amit Langote |
| 2024-07-17 | SQL/JSON: Rethink c2d93c3802b | Amit Langote |
| 2024-07-04 | SQL/JSON: Fix some obsolete comments. | Amit Langote |
| 2024-06-28 | SQL/JSON: Always coerce JsonExpr result at runtime | Amit Langote |
| 2024-06-28 | SQL/JSON: Fix coercion of constructor outputs to types with typmod | Amit Langote |
| 2024-06-28 | SQL/JSON: Validate values in ON ERROR/EMPTY clauses | Amit Langote |
| 2024-06-19 | SQL/JSON: Correctly enforce the default ON EMPTY behavior | Amit Langote |
| 2024-06-12 | Harmonize function parameter names for Postgres 17. | Peter Geoghegan |
| 2024-05-05 | Fix query pullup issue with WindowClause runCondition | David Rowley |
| 2024-04-18 | SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY | Amit Langote |
| 2024-04-18 | SQL/JSON: Improve some error messages | Amit Langote |
| 2024-04-08 | Fix restriction on specifying KEEP QUOTES in JSON_QUERY() | Amit Langote |
| 2024-04-05 | Suppress "variable may be used uninitialized" warning. | Tom Lane |
| 2024-04-04 | Add missing initialization in transformJsonFuncExpr() | Amit Langote |
| 2024-04-04 | Fix typo introduced in 6185c9737 | Amit Langote |
| 2024-04-04 | Add basic JSON_TABLE() functionality | Amit Langote |
| 2024-03-22 | Avoid splitting errmsg string to span multiple lines | Amit Langote |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote |
| 2024-03-17 | Add RETURNING support to MERGE. | Dean Rasheed |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-08-24 | Fix translation markers | Peter Eisentraut |
| 2023-08-18 | Remove dubious warning message from SQL/JSON functions | Peter Eisentraut |
| 2023-07-26 | Add more SQL/JSON constructor functions | Amit Langote |
| 2023-07-21 | Code review for commit b6e1157e7d | Amit Langote |
| 2023-07-13 | Add missing const qualifier | Amit Langote |
| 2023-07-13 | Fix code indentation violation in commit b6e1157e7d | Amit Langote |
| 2023-07-13 | Don't include CaseTestExpr in JsonValueExpr.formatted_expr | Amit Langote |
| 2023-07-13 | Pass constructName to transformJsonValueExpr() | Amit Langote |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |