index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonpath_gram.y
Commit message (
Expand
)
Author
Age
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix some stray whitespace in parser files
Peter Eisentraut
2020-11-11
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
*
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