Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Second attempt at organizing jsonpath operators and methodsPeter Eisentraut
2024-01-03Revert "Reorganise jsonpath operators and methods"Peter Eisentraut
2024-01-03Reorganise jsonpath operators and methodsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov