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_gram.y
Commit message (
Expand
)
Author
Age
*
Redesign interrupt/cancel API for regex engine.
Thomas Munro
2023-04-08
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-07-03
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
Remove one use of pg_atoi()
Peter Eisentraut
2022-02-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-09
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix some stray whitespace in parser files
Peter Eisentraut
2020-11-11
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Implement jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Fix bogus handling of XQuery regex option flags.
Tom Lane
2019-09-17
*
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
*
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-08
*
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-28
*
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
*
Fix whitespace
Peter Eisentraut
2019-03-19
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16