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