summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix jsonpath existense checking of missing variablesAlexander Korotkov2023-01-121-2/+6
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-241-1/+2
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-091-6/+6
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-14/+15
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-804/+40
* Remove shadowed local variables that are new in v15David Rowley2022-08-201-3/+3
* Avoid using list_length() to test for empty list.Tom Lane2022-08-171-1/+1
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-201-2/+2
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-18/+18
* Add missing serial commasPeter Eisentraut2022-04-091-1/+1
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-051-30/+88
* JSON_TABLEAndrew Dunstan2022-04-041-0/+436
* SQL/JSON query functionsAndrew Dunstan2022-03-291-40/+310
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-071-64/+7
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-291-1/+7
* Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov2020-09-291-4/+4
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-211-1/+1
* Message fixes and style improvementsPeter Eisentraut2020-09-141-2/+2
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-091-8/+3
* Forbid numeric NaN in jsonpathAlexander Korotkov2020-07-111-7/+8
* Improve error reporting for jsonpath .double() methodAlexander Korotkov2020-07-111-2/+2
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2020-04-301-2/+2
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-031-4/+13
* Remove duplicated words in commentsMichael Paquier2020-02-181-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-3/+2
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-211-95/+167
* Correctly cast types to Datum and back in compareDatetime()Alexander Korotkov2019-09-261-6/+6
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-251-23/+447
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-171-25/+1
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2019-08-221-18/+18
* Fix string comparison in jsonpathAlexander Korotkov2019-08-121-8/+29
* Adjust string comparison in jsonpathAlexander Korotkov2019-08-111-3/+69
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-311-4/+2
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-3/+7
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-191-0/+11
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-37/+37
* Fix declarations of couple jsonpath functionsAlexander Korotkov2019-05-191-2/+2
* More message style fixesAlvaro Herrera2019-05-161-1/+1
* Improve error reporting in jsonpathAlexander Korotkov2019-05-081-87/+33
* Fix typos and clarify a commentMagnus Hagander2019-05-071-3/+4
* Clean up minor warnings from buildfarm.Tom Lane2019-04-281-4/+3
* Throw error in jsonb_path_match() when result is not single booleanAlexander Korotkov2019-04-011-9/+17
* Revert 4178d8b91cAlexander Korotkov2019-03-181-18/+14
* Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov2019-03-171-14/+18