Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 18.2 |
| 2025-04-30 | Fix broken indentation | David Rowley | 18.0 |
| 2025-04-30 | Fix a couple of comment typos | David Rowley | 18.0 |
| 2025-03-05 | Allow json{b}_strip_nulls to remove null array elements | Andrew Dunstan | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut | 18.0 |
| 2024-08-16 | Further reduce dependence on -fwrapv semantics in jsonb. | Nathan Bossart | 18.0 |
| 2024-08-16 | Remove dependence on -fwrapv semantics in jsonb. | Nathan Bossart | 18.0 |
| 2024-08-06 | Make nullSemAction const, add 'const' decorators to related functions | Heikki Linnakangas | 18.0 |
| 2024-07-27 | Optimize escaping of JSON strings | David Rowley | 18.0 |
| 2024-07-26 | SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb | Amit Langote | 18.0 |