summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_scan.l
AgeCommit message (Expand)Author
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-24jsonpath scanner: reentrant scannerPeter Eisentraut
2024-11-29Small indenting fixes in jsonpath_scan.lPeter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-10Message wording improvementsPeter Eisentraut
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-04Build all Flex files standaloneJohn Naylor
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-03-28Make JSON path numeric literals more correctPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-26Add lcov exclusion markers to jsonpath scannerPeter Eisentraut
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-20Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane
2019-05-26Fix typos.Amit Kapila
2019-05-16More message style fixesAlvaro Herrera
2019-05-07Improve error reporting in jsonpathAlexander Korotkov
2019-04-17Minor jsonpath fixes.Tom Lane
2019-04-01Restrict some cases in parsing numerics in jsonpathAlexander Korotkov
2019-03-25Get rid of backtracking in jsonpath_scan.lAlexander Korotkov
2019-03-25Cosmetic changes for jsonpath_gram.y and jsonpath_scan.lAlexander Korotkov
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-19Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov
2019-03-19Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"Alexander Korotkov
2019-03-19Fix whitespacePeter Eisentraut
2019-03-17Apply const qualifier to keywords of jsonpath_scan.lAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov