Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add for_each_from, to simplify loops starting from non-first list cells. | Tom Lane | 2020-09-28 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Implement jsonpath .datetime() method | Alexander Korotkov | 2019-09-25 |
* | Fix bogus handling of XQuery regex option flags. | Tom Lane | 2019-09-17 |
* | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 2019-07-15 |
* | Support 'q' flag in jsonpath 'like_regex' predicate | Alexander Korotkov | 2019-06-19 |
* | Improve error reporting in jsonpath | Alexander Korotkov | 2019-05-08 |
* | Clean up minor warnings from buildfarm. | Tom Lane | 2019-04-28 |
* | 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 |
* | Fix whitespace | Peter Eisentraut | 2019-03-19 |
* | Partial implementation of SQL/JSON path language | Alexander Korotkov | 2019-03-16 |