summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
AgeCommit message (Expand)Author
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-17Teach jsonpath string() to unwrap in lax modeAndrew Dunstan
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-27Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan
2024-02-16Add missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-02-10Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan
2024-01-30Fix incorrect format placeholders for OidPeter Eisentraut
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane
2024-01-25Clean up a bug in sql/json items commit 66ea94e8e6Andrew Dunstan
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2024-01-24Refactor code used by jsonpath executor to fetch variablesAmit Langote
2024-01-03Update 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
2024-01-02jsonpath_exec: fix typo "absense" -> "absence"Robert Haas
2023-06-12Accept fractional seconds in jsonpath's datetime() method.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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-09Restructure 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-20Remove 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-07Update 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