Commit 96ef323
committed
Revert SQL/JSON features
The reverts the following and makes some associated cleanups:
commit f79b803: Common SQL/JSON clauses
commit f4fb45d: SQL/JSON constructors
commit 5f0adec: Make STRING an unreserved_keyword.
commit 33a3776: IS JSON predicate
commit 1a36bc9: SQL/JSON query functions
commit 606948b: SQL JSON functions
commit 49082c2: RETURNING clause for JSON() and JSON_SCALAR()
commit 4e34747: JSON_TABLE
commit fadb48b: PLAN clauses for JSON_TABLE
commit 2ef6f11: Reduce running time of jsonb_sqljson test
commit 14d3f24: Further improve jsonb_sqljson parallel test
commit a6baa4b: Documentation for SQL/JSON features
commit b46bcf7: Improve readability of SQL/JSON documentation.
commit 112fdb3: Fix finalization for json_objectagg and friends
commit fcdb35c: Fix transformJsonBehavior
commit 4cd8717: Improve a couple of sql/json error messages
commit f7a605f: Small cleanups in SQL/JSON code
commit 9c3d25e: Fix JSON_OBJECTAGG uniquefying bug
commit a79153b: Claim SQL standard compliance for SQL/JSON features
commit a1e7616: Rework SQL/JSON documentation
commit 8d9f963: Fix errors in copyfuncs/equalfuncs support for JSON node types.
commit 3c633f3: Only allow returning string types or bytea from json_serialize
commit 67b2670: expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
The release notes are also adjusted.
Backpatch to release 15.
Discussion: https://postgr.es/m/40d2c882-bcac-19a9-754d-4299e1d87ac7@postgresql.org1 parent c4e861b commit 96ef323
File tree
66 files changed
+350
-16420
lines changed- doc/src/sgml
- keywords
- src
- backend
- catalog
- commands
- executor
- jit/llvm
- nodes
- optimizer
- path
- util
- parser
- utils
- adt
- misc
- include
- catalog
- executor
- nodes
- parser
- utils
- interfaces/ecpg/preproc
- test/regress
- expected
- sql
- tools/pgindent
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+350
-16420
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2054 | 2054 | | |
2055 | 2055 | | |
2056 | 2056 | | |
2057 | | - | |
2058 | | - | |
2059 | | - | |
2060 | | - | |
2061 | | - | |
2062 | | - | |
2063 | | - | |
2064 | | - | |
2065 | | - | |
2066 | | - | |
2067 | | - | |
2068 | | - | |
2069 | | - | |
2070 | | - | |
2071 | | - | |
2072 | | - | |
2073 | | - | |
2074 | | - | |
2075 | | - | |
2076 | | - | |
2077 | | - | |
2078 | | - | |
2079 | | - | |
2080 | | - | |
2081 | | - | |
2082 | | - | |
2083 | | - | |
2084 | | - | |
2085 | | - | |
2086 | | - | |
2087 | | - | |
2088 | | - | |
2089 | | - | |
2090 | | - | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | | - | |
2097 | | - | |
2098 | | - | |
2099 | | - | |
2100 | | - | |
2101 | | - | |
2102 | | - | |
2103 | | - | |
2104 | | - | |
2105 | | - | |
2106 | | - | |
2107 | | - | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
2111 | | - | |
2112 | | - | |
2113 | | - | |
2114 | | - | |
2115 | | - | |
2116 | | - | |
2117 | | - | |
2118 | | - | |
2119 | | - | |
2120 | | - | |
2121 | | - | |
2122 | | - | |
2123 | | - | |
2124 | | - | |
2125 | | - | |
2126 | | - | |
2127 | | - | |
2128 | | - | |
2129 | | - | |
2130 | | - | |
2131 | | - | |
2132 | | - | |
2133 | | - | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
2137 | | - | |
2138 | | - | |
2139 | | - | |
2140 | | - | |
2141 | | - | |
2142 | | - | |
2143 | | - | |
2144 | | - | |
2145 | | - | |
2146 | | - | |
2147 | | - | |
2148 | | - | |
2149 | | - | |
2150 | 2057 | | |
2151 | 2058 | | |
2152 | 2059 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3830 | 3830 | | |
3831 | 3831 | | |
3832 | 3832 | | |
3833 | | - | |
3834 | | - | |
3835 | | - | |
3836 | | - | |
3837 | | - | |
3838 | | - | |
3839 | | - | |
| 3833 | + | |
3840 | 3834 | | |
3841 | 3835 | | |
3842 | 3836 | | |
| |||
0 commit comments