index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonpath_scan.l
Age
Commit message (
Expand
)
Author
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-03-28
Make JSON path numeric literals more correct
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-26
Add lcov exclusion markers to jsonpath scanner
Peter Eisentraut
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-25
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-20
Fix some minor spec-compliance issues in jsonpath lexer.
Tom Lane
2019-05-26
Fix typos.
Amit Kapila
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-08
Improve error reporting in jsonpath
Alexander Korotkov
2019-04-17
Minor jsonpath fixes.
Tom Lane
2019-04-01
Restrict some cases in parsing numerics in jsonpath
Alexander Korotkov
2019-03-25
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-20
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-19
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-17
Apply const qualifier to keywords of jsonpath_scan.l
Alexander Korotkov
2019-03-16
Partial implementation of SQL/JSON path language
Alexander Korotkov