summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/sqljson.out
AgeCommit message (Expand)Author
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
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
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-01-07Fix error message wordingÁlvaro Herrera
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
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
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-16Unify some error messagesPeter Eisentraut
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-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-11Improve error message with JSON_SERIALIZE()Michael Paquier
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