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
*
Implement various jsonpath methods
Andrew Dunstan
2024-01-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
SQL JSON path enhanced numeric literals
Peter Eisentraut
2023-03-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
*
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
Make JSON path numeric literals more correct
Peter Eisentraut
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
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