summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_scan.l
Commit message (Expand)AuthorAgeFilesLines
* SQL JSON path enhanced numeric literalsPeter Eisentraut2023-03-051-14/+46
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-241-52/+141
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-221-1/+1
* Build all Flex files standaloneJohn Naylor2022-09-041-10/+19
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-2/+2
* Make JSON path numeric literals more correctPeter Eisentraut2022-03-281-14/+10
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Add lcov exclusion markers to jsonpath scannerPeter Eisentraut2020-05-261-0/+4
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-36/+9
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-251-0/+1
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-201-48/+31
* Fix typos.Amit Kapila2019-05-261-1/+1
* More message style fixesAlvaro Herrera2019-05-161-5/+5
* Improve error reporting in jsonpathAlexander Korotkov2019-05-081-12/+11
* Minor jsonpath fixes.Tom Lane2019-04-171-1/+1
* Restrict some cases in parsing numerics in jsonpathAlexander Korotkov2019-04-011-3/+3
* Get rid of backtracking in jsonpath_scan.lAlexander Korotkov2019-03-251-21/+35
* Cosmetic changes for jsonpath_gram.y and jsonpath_scan.lAlexander Korotkov2019-03-251-159/+173
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-201-3/+1
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-191-1/+1
* Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"Alexander Korotkov2019-03-191-9/+9
* Fix whitespacePeter Eisentraut2019-03-191-1/+0
* Apply const qualifier to keywords of jsonpath_scan.lAlexander Korotkov2019-03-171-10/+10
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-161-0/+638