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_exec.c
Commit message (
Expand
)
Author
Age
*
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
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-19
*
More message style fixes
Alvaro Herrera
2019-05-16
*
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-08
*
Fix typos and clarify a comment
Magnus Hagander
2019-05-07
*
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-28
*
Throw error in jsonb_path_match() when result is not single boolean
Alexander Korotkov
2019-04-01
*
Revert 4178d8b91c
Alexander Korotkov
2019-03-18
*
Beautify initialization of JsonValueList and JsonLikeRegexContext
Alexander Korotkov
2019-03-17
*
Fix compiler warning in jsonpath_exec.c
Alexander Korotkov
2019-03-17
*
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16