aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
Commit message (Expand)AuthorAge
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Reword recent error messages: "should" -> "must"Álvaro Herrera2025-01-21
* Update copyright for 2025Bruce Momjian2025-01-01
* Refactor some SQL/JSON error messagesÁlvaro Herrera2024-12-14
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Make jsonpath .string() be immutable for datetimes.Tom Lane2024-09-12
* SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote2024-09-12
* Message style improvementsPeter Eisentraut2024-08-29
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30
* SQL/JSON: Correct jsonpath variable name matchingAmit Langote2024-06-19
* Teach jsonpath string() to unwrap in lax modeAndrew Dunstan2024-06-17
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* SQL/JSON: Miscellaneous fixes and improvementsAmit Langote2024-04-18
* SQL/JSON: Improve some error messagesAmit Langote2024-04-18
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* 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