Commits

DateSubjectAuthorReleases
2026-03-20 json format for COPY TO Andrew Dunstan 19 (unreleased)
2026-03-17 make immutability tests in to_json and to_jsonb complete Andrew Dunstan 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-01-26 Fix accidentally cast away qualifiers Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-06 Use stack allocated StringInfoDatas, where possible David Rowley 19 (unreleased)
2025-10-31 Mark function arguments of type "Datum *" as "const Datum *" where possible Peter Eisentraut 19 (unreleased)
2025-10-05 Don't include access/htup_details.h in executor/tuptable.h Álvaro Herrera 19 (unreleased)
2025-08-08 Remove useless/superfluous Datum conversions Peter Eisentraut 19 (unreleased)
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-09-11 Fix unique key checks in JSON object constructors Tomas Vondra 16.5
2024-09-11 Fix unique key checks in JSON object constructors Tomas Vondra 17.0
2024-09-11 Fix unique key checks in JSON object constructors Tomas Vondra 18.0
2024-08-05 Optimize JSON escaping using SIMD David Rowley 18.0
2024-07-27 Optimize escaping of JSON strings David Rowley 18.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-18 Micro-optimize datum_to_json_internal() some more. Nathan Bossart 17.0
2023-12-08 Micro-optimize JSONTYPE_NUMERIC code path in json.c. Nathan Bossart 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-08-16 Unify some error messages Peter Eisentraut 16.0
2023-08-16 Unify some error messages Peter Eisentraut 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