index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
jsonb_jsonpath.sql
Commit message (
Expand
)
Author
Age
*
Stabilize jsonb_path_query test case.
Tom Lane
2024-10-30
*
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
*
Improve documentation and testing of jsonpath string() for datetimes.
Tom Lane
2024-09-10
*
Add more test coverage for jsonpath "$.*" with arrays
Michael Paquier
2024-07-19
*
Teach jsonpath string() to unwrap in lax mode
Andrew Dunstan
2024-06-17
*
Disallow jsonpath methods involving TZ in immutable functions
Andrew Dunstan
2024-02-10
*
Support TZ and OF format codes in to_timestamp().
Tom Lane
2024-01-25
*
Implement various jsonpath methods
Andrew Dunstan
2024-01-25
*
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-12
*
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
*
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-29
*
Remove excess space from jsonpath .datetime() default format string
Alexander Korotkov
2020-09-29
*
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-07-11
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
*
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-17
*
Adjust string comparison in jsonpath
Alexander Korotkov
2019-08-11
*
Support 'q' flag in jsonpath 'like_regex' predicate
Alexander Korotkov
2019-06-19
*
Throw error in jsonb_path_match() when result is not single boolean
Alexander Korotkov
2019-04-01
*
Get rid of backtracking in jsonpath_scan.l
Alexander Korotkov
2019-03-25
*
Remove ambiguity for jsonb_path_match() and jsonb_path_exists()
Alexander Korotkov
2019-03-20
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16