summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/sqljson_queryfuncs.out
AgeCommit message (Expand)Author
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-12Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-08-29Message style improvementsPeter Eisentraut
2024-08-07Refactor/reword some error messages to avoid duplicatesAlvaro Herrera
2024-07-30SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-07-26SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote
2024-07-26SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-06-19SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-04-18Fix object name clash in recently introduced testAmit Langote
2024-04-18SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-08Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote
2024-04-08Fix restriction on specifying KEEP QUOTES in JSON_QUERY()Amit Langote
2024-03-22Avoid splitting errmsg string to span multiple linesAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote