aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
Commit message (Expand)AuthorAge
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan2024-02-27
* Add missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-02-16
* Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan2024-02-10
* Fix incorrect format placeholders for OidPeter Eisentraut2024-01-30
* Support TZ and OF format codes in to_timestamp().Tom Lane2024-01-25
* Clean up a bug in sql/json items commit 66ea94e8e6Andrew Dunstan2024-01-25
* Implement various jsonpath methodsAndrew Dunstan2024-01-25
* Refactor code used by jsonpath executor to fetch variablesAmit Langote2024-01-24
* 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
* jsonpath_exec: fix typo "absense" -> "absence"Robert Haas2024-01-02
* Accept fractional seconds in jsonpath's datetime() method.Tom Lane2023-06-12
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix jsonpath existense checking of missing variablesAlexander Korotkov2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-24
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-09
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Remove shadowed local variables that are new in v15David Rowley2022-08-20
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add missing serial commasPeter Eisentraut2022-04-09
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* 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