Commits

DateSubjectAuthorReleases
2026-03-28 Make cast functions from jsonb error safe Peter Eisentraut 19 (unreleased)
2026-03-17 make immutability tests in to_json and to_jsonb complete Andrew Dunstan 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-13 Fix jsonb_object_agg crash after eliminating null-valued pairs. Tom Lane 19 (unreleased)
2025-12-07 Micro-optimize datatype conversions in datum_to_jsonb_internal. Tom Lane 19 (unreleased)
2025-12-07 Remove fundamentally-redundant processing in jsonb_agg() et al. Tom Lane 19 (unreleased)
2025-12-07 Revise APIs for pushJsonbValue() and associated routines. Tom Lane 19 (unreleased)
2025-11-06 Use stack allocated StringInfoDatas, where possible David Rowley 19 (unreleased)
2025-03-13 Fix copy-paste error in datum_to_jsonb_internal() Amit Langote 17.5
2025-03-13 Fix copy-paste error in datum_to_jsonb_internal() Amit Langote 18.0
2025-01-24 Make jsonb casts to scalar types translate JSON null to SQL NULL. Tom Lane 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-07-27 Optimize escaping of JSON strings David Rowley 18.0
2024-03-21 Add SQL/JSON query functions Amit Langote 17.0
2024-03-16 Add destroyStringInfo function for cleaning up StringInfos Daniel Gustafsson 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-10 Add const to values and nulls arguments Peter Eisentraut 17.0
2023-10-05 Improve JsonLexContext's freeability Alvaro Herrera 17.0
2023-07-26 Add more SQL/JSON constructor functions Amit Langote 17.0
2023-07-26 Some refactoring to export json(b) conversion functions Amit Langote 17.0
2023-07-20 Unify JSON categorize type API and export for external use Amit Langote 17.0
2023-03-29 SQL/JSON: add standard JSON constructor functions Alvaro Herrera 16.0