summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
AgeCommit message (Expand)Author
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-10Restructure soft-error handling in formatting.c.Tom Lane
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-09Add missing serial commasPeter Eisentraut
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-07-11Forbid numeric NaN in jsonpathAlexander Korotkov
2020-07-11Improve error reporting for jsonpath .double() methodAlexander Korotkov
2020-04-30Make SQL/JSON error code names match SQL standardPeter Eisentraut
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-09-25Correctly cast types to Datum and back in compareDatetime()Alexander Korotkov
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-08-22Make SQL/JSON error code names match SQL standardPeter Eisentraut
2019-08-12Fix string comparison in jsonpathAlexander Korotkov
2019-08-11Adjust string comparison in jsonpathAlexander Korotkov
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-19Fix declarations of couple jsonpath functionsAlexander Korotkov
2019-05-16More message style fixesAlvaro Herrera
2019-05-07Improve error reporting in jsonpathAlexander Korotkov
2019-05-07Fix typos and clarify a commentMagnus Hagander
2019-04-28Clean up minor warnings from buildfarm.Tom Lane
2019-04-01Throw error in jsonb_path_match() when result is not single booleanAlexander Korotkov
2019-03-18Revert 4178d8b91cAlexander Korotkov
2019-03-17Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov