aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/jsonpath.h
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* SQL/JSON: Correct jsonpath variable name matchingAmit Langote2024-06-19
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* SQL/JSON: Miscellaneous fixes and improvementsAmit Langote2024-04-18
* SQL/JSON: Improve some error messagesAmit Langote2024-04-18
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Implement various jsonpath methodsAndrew Dunstan2024-01-25
* Update copyright for 2024Bruce Momjian2024-01-03
* Second attempt at organizing jsonpath operators and methodsPeter Eisentraut2024-01-03
* Revert "Reorganise jsonpath operators and methods"Peter Eisentraut2024-01-03
* Reorganise jsonpath operators and methodsPeter Eisentraut2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-24
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* JSON_TABLEAndrew Dunstan2022-04-04
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-01
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16