summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_jsontable.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-08-07Refactor/reword some error messages to avoid duplicatesAlvaro Herrera
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
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
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-06-10Fix collation of JSON_TABLE output columnsPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-04Remove JsonPathSpec typedefPeter Eisentraut
2022-04-11Fix the dates of some copyright noticesMichael Paquier
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan