aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_scan.l
Commit message (Expand)AuthorAge
* Fix typos.Amit Kapila2019-05-26
* More message style fixesAlvaro Herrera2019-05-16
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Minor jsonpath fixes.Tom Lane2019-04-17
* Restrict some cases in parsing numerics in jsonpathAlexander Korotkov2019-04-01
* Get rid of backtracking in jsonpath_scan.lAlexander Korotkov2019-03-25
* Cosmetic changes for jsonpath_gram.y and jsonpath_scan.lAlexander Korotkov2019-03-25
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-19
* Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"Alexander Korotkov2019-03-19
* Fix whitespacePeter Eisentraut2019-03-19
* Apply const qualifier to keywords of jsonpath_scan.lAlexander Korotkov2019-03-17
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16