summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
AgeCommit message (Expand)Author
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-01-07Update copyright for 2022Bruce Momjian
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-07-11Forbid numeric NaN in jsonpathAlexander Korotkov
2020-07-11Improve error reporting for jsonpath .double() methodAlexander Korotkov
2020-04-30Make SQL/JSON error code names match SQL standardPeter Eisentraut
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-09-26Correctly cast types to Datum and back in compareDatetime()Alexander Korotkov
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-08-22Make SQL/JSON error code names match SQL standardPeter Eisentraut
2019-08-12Fix string comparison in jsonpathAlexander Korotkov
2019-08-11Adjust string comparison in jsonpathAlexander Korotkov
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-19Fix declarations of couple jsonpath functionsAlexander Korotkov
2019-05-16More message style fixesAlvaro Herrera
2019-05-08Improve error reporting in jsonpathAlexander Korotkov
2019-05-07Fix typos and clarify a commentMagnus Hagander
2019-04-28Clean up minor warnings from buildfarm.Tom Lane
2019-04-01Throw error in jsonb_path_match() when result is not single booleanAlexander Korotkov
2019-03-18Revert 4178d8b91cAlexander Korotkov
2019-03-17Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov
2019-03-17Fix compiler warning in jsonpath_exec.cAlexander Korotkov
2019-03-16Numeric error suppression in jsonpathAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov