Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix typos. | Amit Kapila | 2019-05-26 |
* | More message style fixes | Alvaro Herrera | 2019-05-16 |
* | Improve error reporting in jsonpath | Alexander Korotkov | 2019-05-08 |
* | Minor jsonpath fixes. | Tom Lane | 2019-04-17 |
* | Restrict some cases in parsing numerics in jsonpath | Alexander Korotkov | 2019-04-01 |
* | Get rid of backtracking in jsonpath_scan.l | Alexander Korotkov | 2019-03-25 |
* | Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l | Alexander Korotkov | 2019-03-25 |
* | Get rid of jsonpath_gram.h and jsonpath_scanner.h | Alexander Korotkov | 2019-03-20 |
* | Rename typedef in jsonpath_gram.y from "string" to "JsonPathString" | Alexander Korotkov | 2019-03-19 |
* | Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword" | Alexander Korotkov | 2019-03-19 |
* | Fix whitespace | Peter Eisentraut | 2019-03-19 |
* | Apply const qualifier to keywords of jsonpath_scan.l | Alexander Korotkov | 2019-03-17 |
* | Partial implementation of SQL/JSON path language | Alexander Korotkov | 2019-03-16 |