Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-10-09 | Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions | Amit Langote | 17.7 |
| 2024-06-28 | SQL/JSON: Always coerce JsonExpr result at runtime | Amit Langote | 17.0 |
| 2024-05-05 | Fix query pullup issue with WindowClause runCondition | David Rowley | 17.0 |
| 2024-04-08 | JSON_TABLE: Add support for NESTED paths and columns | Amit Langote | 17.0 |
| 2024-04-04 | Add basic JSON_TABLE() functionality | Amit Langote | 17.0 |
| 2024-03-30 | Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. | Dean Rasheed | 17.0 |
| 2024-03-21 | Add SQL/JSON query functions | Amit Langote | 17.0 |
| 2024-03-17 | Add RETURNING support to MERGE. | Dean Rasheed | 17.0 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-01-10 | Handle WindowClause.runCondition in tree walker/mutator functions. | Tom Lane | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-07-26 | Add more SQL/JSON constructor functions | Amit Langote | 17.0 |
| 2023-07-21 | Code review for commit b6e1157e7d | Amit Langote | 17.0 |