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_scan.l
Commit message (
Expand
)
Author
Age
*
Add lcov exclusion markers to jsonpath scanner
Peter Eisentraut
2020-05-26
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Fix some minor spec-compliance issues in jsonpath lexer.
Tom Lane
2019-09-20
*
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