Commits

Showing commits that first shipped in 17 (backpatches included). Clear

DateSubjectAuthorReleases
2024-07-30 SQL/JSON: Some fixes to JsonBehavior expression casting Amit Langote 17.0
2024-07-26 SQL/JSON: Remove useless code in ExecInitJsonExpr() Amit Langote 17.0
2024-07-26 SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb Amit Langote 17.0
2024-07-26 SQL/JSON: Improve error-handling of JsonBehavior expressions Amit Langote 17.0
2024-07-26 SQL/JSON: Fix error-handling of some JsonBehavior expressions Amit Langote 17.0
2024-07-17 SQL/JSON: Rethink c2d93c3802b Amit Langote 17.0
2024-07-16 SQL/JSON: Fix a paragraph in JSON_TABLE documentation Amit Langote 17.0
2024-07-09 SQL/JSON: Various improvements to SQL/JSON query function docs Amit Langote 17.0
2024-07-08 Typo fix Amit Langote 17.0
2024-07-04 SQL/JSON: Fix some obsolete comments. Amit Langote 17.0
2024-06-28 SQL/JSON: Always coerce JsonExpr result at runtime Amit Langote 17.0
2024-06-28 SQL/JSON: Fix coercion of constructor outputs to types with typmod Amit Langote 17.0
2024-06-28 SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE() Amit Langote 17.0
2024-06-28 SQL/JSON: Validate values in ON ERROR/EMPTY clauses Amit Langote 17.0
2024-06-28 SQL/JSON: Document behavior when input document is not jsonb Amit Langote 17.0
2024-06-19 SQL/JSON: Correctly enforce the default ON EMPTY behavior Amit Langote 17.0
2024-06-19 SQL/JSON: Correct jsonpath variable name matching Amit Langote 17.0
2024-04-18 Fix object name clash in recently introduced test Amit Langote 17.0
2024-04-18 SQL/JSON: Miscellaneous fixes and improvements Amit Langote 17.0
2024-04-18 SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY Amit Langote 17.0
2024-04-18 SQL/JSON: Improve some error messages Amit Langote 17.0
2024-04-08 JSON_TABLE: Add support for NESTED paths and columns Amit Langote 17.0
2024-04-08 Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly Amit Langote 17.0
2024-04-08 Fix restriction on specifying KEEP QUOTES in JSON_QUERY() Amit Langote 17.0
2024-04-04 Add missing initialization in transformJsonFuncExpr() Amit Langote 17.0