summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/sqljson.sql
AgeCommit message (Expand)Author
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-06-28SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-07-07Only allow returning string types or bytea from json_serializeAndrew Dunstan
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-13Fix finalization for json_objectagg and friendsAndrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-27SQL/JSON constructorsAndrew Dunstan