summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
AgeCommit message (Expand)Author
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