aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
Commit message (Expand)AuthorAge
...
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Update copyright for 2021Bruce Momjian2021-01-02
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-07
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-29
* Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov2020-09-29
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-09
* Forbid numeric NaN in jsonpathAlexander Korotkov2020-07-11
* Improve error reporting for jsonpath .double() methodAlexander Korotkov2020-07-11
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2020-04-30
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-03
* Remove duplicated words in commentsMichael Paquier2020-02-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-21
* Correctly cast types to Datum and back in compareDatetime()Alexander Korotkov2019-09-26
* Implement jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2019-08-22
* Fix string comparison in jsonpathAlexander Korotkov2019-08-12
* Adjust string comparison in jsonpathAlexander Korotkov2019-08-11
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix declarations of couple jsonpath functionsAlexander Korotkov2019-05-19
* More message style fixesAlvaro Herrera2019-05-16
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Fix typos and clarify a commentMagnus Hagander2019-05-07
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* Throw error in jsonb_path_match() when result is not single booleanAlexander Korotkov2019-04-01
* Revert 4178d8b91cAlexander Korotkov2019-03-18
* Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov2019-03-17
* Fix compiler warning in jsonpath_exec.cAlexander Korotkov2019-03-17
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16