aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_gram.y
Commit message (Expand)AuthorAge
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* 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
* Fix whitespacePeter Eisentraut2019-03-19
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16