summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
AgeCommit message (Expand)Author
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-14Refactor some SQL/JSON error messagesÁlvaro Herrera
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-08-29Message style improvementsPeter Eisentraut
2024-07-30Preserve tz when converting to jsonb timestamptzAndrew Dunstan
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-04Update 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-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