33#include "utils/fmgroids.h"
44#define JB_PATH_CREATE 0x0001
45#define JB_PATH_DELETE 0x0002
46#define JB_PATH_REPLACE 0x0004
47#define JB_PATH_INSERT_BEFORE 0x0008
48#define JB_PATH_INSERT_AFTER 0x0010
49#define JB_PATH_CREATE_OR_INSERT \
50 (JB_PATH_INSERT_BEFORE | JB_PATH_INSERT_AFTER | JB_PATH_CREATE)
51#define JB_PATH_FILL_GAPS 0x0020
52#define JB_PATH_CONSISTENT_POSITION 0x0040
320#define JsValueIsNull(jsv) \
322 (!(jsv)->val.json.str || (jsv)->val.json.type == JSON_TOKEN_NULL) : \
323 (!(jsv)->val.jsonb || (jsv)->val.jsonb->type == jbvNull))
325#define JsValueIsString(jsv) \
326 ((jsv)->is_json ? (jsv)->val.json.type == JSON_TOKEN_STRING \
327 : ((jsv)->val.jsonb && (jsv)->val.jsonb->type == jbvString))
329#define JsObjectIsEmpty(jso) \
331 ? hash_get_num_entries((jso)->val.json_hash) == 0 \
332 : ((jso)->val.jsonb_cont == NULL || \
333 JsonContainerSize((jso)->val.jsonb_cont) == 0))
335#define JsObjectFree(jso) \
337 if ((jso)->is_json) \
338 hash_destroy((jso)->val.json_hash); \
362 bool normalize_results);
452 bool *isnull,
Node *escontext,
bool omit_quotes);
475 Node *escontext,
bool omit_quotes);
585 errmsg(
"cannot call %s on a scalar",
586 "jsonb_object_keys")));
590 errmsg(
"cannot call %s on an array",
591 "jsonb_object_keys")));
599 state->result_count = 0;
600 state->sent_count = 0;
649 errmsg(
"unsupported Unicode escape sequence"),
656 elog(
ERROR,
"JSON semantic action function did not provide error information");
661 errmsg(
"invalid input syntax for type %s",
"json"),
681 const char *line_start;
726 return errcontext(
"JSON data, line %d: %s%s%s",
751 state->result_size = 256;
752 state->result_count = 0;
753 state->sent_count = 0;
791 if (
_state->lex->lex_level != 1)
798 _state->result = (
char **)
814 if (
_state->lex->lex_level == 0)
817 errmsg(
"cannot call %s on an array",
818 "json_object_keys")));
829 if (
_state->lex->lex_level == 0)
832 errmsg(
"cannot call %s on a scalar",
833 "json_object_keys")));
1051 for (
i = 0;
i < npath;
i++)
1068 if (endptr ==
tpath[
i] || *endptr !=
'\0' ||
errno != 0)
1107 bool normalize_results)
1117 state->normalize_results = normalize_results;
1118 state->npath = npath;
1125 state->pathok[0] =
true;
1156 return state->tresult;
1163 int lex_level =
_state->lex->lex_level;
1165 if (lex_level == 0 &&
_state->npath == 0)
1182 int lex_level =
_state->lex->lex_level;
1184 if (lex_level == 0 &&
_state->npath == 0)
1201 int lex_level =
_state->lex->lex_level;
1204 _state->pathok[lex_level - 1] &&
1212 _state->pathok[lex_level] =
true;
1227 if (
_state->normalize_results &&
1231 _state->next_scalar =
true;
1248 int lex_level =
_state->lex->lex_level;
1252 _state->pathok[lex_level - 1] &&
1260 _state->pathok[lex_level] =
false;
1277 if (isnull &&
_state->normalize_results)
1298 int lex_level =
_state->lex->lex_level;
1303 _state->array_cur_index[lex_level] = -1;
1306 if (
_state->path_indexes[lex_level] < 0 &&
1317 if (-
_state->path_indexes[lex_level] <= nelements)
1318 _state->path_indexes[lex_level] += nelements;
1321 else if (lex_level == 0 &&
_state->npath == 0)
1338 int lex_level =
_state->lex->lex_level;
1340 if (lex_level == 0 &&
_state->npath == 0)
1357 int lex_level =
_state->lex->lex_level;
1361 _state->array_cur_index[lex_level - 1]++;
1364 _state->pathok[lex_level - 1] &&
1366 _state->array_cur_index[lex_level - 1] ==
_state->path_indexes[lex_level - 1])
1371 _state->pathok[lex_level] =
true;
1386 if (
_state->normalize_results &&
1389 _state->next_scalar =
true;
1405 int lex_level =
_state->lex->lex_level;
1409 _state->pathok[lex_level - 1] &&
1411 _state->array_cur_index[lex_level - 1] ==
_state->path_indexes[lex_level - 1])
1416 _state->pathok[lex_level] =
false;
1428 if (isnull &&
_state->normalize_results)
1448 int lex_level =
_state->lex->lex_level;
1451 if (lex_level == 0 &&
_state->npath == 0)
1456 _state->next_scalar =
true;
1481 _state->next_scalar =
false;
1577 for (
i = 0;
i < npath;
i++)
1641 else if (
i == npath - 1)
1646 container =
jbvp->val.binary.data;
1810 return v->
val.boolean ?
1882 errmsg(
"cannot get array length of a scalar")));
1886 errmsg(
"cannot get array length of a non-array")));
1902 if (
_state->lex->lex_level == 0)
1905 errmsg(
"cannot get array length of a non-array")));
1916 if (
_state->lex->lex_level == 0)
1919 errmsg(
"cannot get array length of a scalar")));
1930 if (
_state->lex->lex_level == 1)
1985 errmsg(
"cannot call %s on a non-object",
1992 "jsonb_each temporary cxt",
2005 bool nulls[2] = {
false,
false};
2079 state->next_scalar =
false;
2082 "json_each temporary cxt",
2100 if (
_state->lex->lex_level == 1)
2108 _state->next_scalar =
true;
2125 bool nulls[2] = {
false,
false};
2128 if (
_state->lex->lex_level != 1)
2136 if (isnull &&
_state->normalize_results)
2141 else if (
_state->next_scalar)
2144 _state->next_scalar =
false;
2170 if (
_state->lex->lex_level == 0)
2173 errmsg(
"cannot deconstruct an array as an object")));
2184 if (
_state->lex->lex_level == 0)
2187 errmsg(
"cannot deconstruct a scalar")));
2232 errmsg(
"cannot extract elements from a scalar")));
2236 errmsg(
"cannot extract elements from an object")));
2243 "jsonb_array_elements temporary cxt",
2255 bool nulls[1] = {
false};
2332 state->next_scalar =
false;
2335 "json_array_elements temporary cxt",
2352 if (
_state->lex->lex_level == 1)
2360 _state->next_scalar =
true;
2377 bool nulls[1] = {
false};
2380 if (
_state->lex->lex_level != 1)
2386 if (isnull &&
_state->normalize_results)
2391 else if (
_state->next_scalar)
2394 _state->next_scalar =
false;
2420 if (
_state->lex->lex_level == 0)
2423 errmsg(
"cannot call %s on a non-array",
2424 _state->function_name)));
2435 if (
_state->lex->lex_level == 0)
2438 errmsg(
"cannot call %s on a scalar",
2439 _state->function_name)));
2479 false,
true, (
Node *) &escontext);
2488 false,
false,
NULL);
2514 errmsg(
"expected JSON array"),
2519 errmsg(
"expected JSON array")));
2531 for (
i = 0;
i < ndim;
i++)
2537 errmsg(
"expected JSON array"),
2538 errhint(
"See the array element %s of key \"%s\".",
2543 errmsg(
"expected JSON array"),
2544 errhint(
"See the array element %s.",
2575 for (
i = 0;
i < ndims;
i++)
2589 int dim = ctx->
sizes[ndim];
2591 if (ctx->
dims[ndim] == -1)
2592 ctx->
dims[ndim] = dim;
2593 else if (ctx->
dims[ndim] != dim)
2596 errmsg(
"malformed JSON array"),
2597 errdetail(
"Multidimensional arrays must have "
2598 "sub-arrays with matching dimensions.")));
2601 ctx->
sizes[ndim] = 0;
2605 ctx->
sizes[ndim - 1]++;
2635 ctx->
sizes[ndim - 1]++;
2645 int ndim =
state->lex->lex_level;
2647 if (
state->ctx->ndims <= 0)
2669 int ndim =
state->lex->lex_level;
2671 if (ctx->
ndims <= 0)
2692 int ndim =
state->lex->lex_level;
2694 if (
state->ctx->ndims <= 0 || ndim ==
state->ctx->ndims)
2697 state->element_start =
state->lex->token_start;
2698 state->element_type =
state->lex->token_type;
2711 int ndim =
state->lex->lex_level;
2715 if (ndim == ctx->
ndims)
2720 jsv.val.json.type =
state->element_type;
2726 jsv.val.json.len = 0;
2728 else if (
state->element_scalar)
2730 jsv.val.json.str =
state->element_scalar;
2731 jsv.val.json.len = -1;
2735 jsv.val.json.str =
state->element_start;
2736 jsv.val.json.len = (
state->lex->prev_token_terminator -
2737 state->element_start) *
sizeof(
char);
2754 int ndim =
state->lex->lex_level;
2756 if (ctx->
ndims <= 0)
2769 if (ndim == ctx->
ndims)
2856 if (ctx->
ndims <= 0 &&
2866 jsv.is_json =
false;
2913 const char *colname,
2938 jsv->val.json.len >= 0 ?
jsv->val.json.len
2981 jso->is_json =
jsv->is_json;
2986 jso->val.json_hash =
2988 jsv->val.json.len >= 0
2991 "populate_composite",
3002 jso->val.jsonb_cont =
jbv->val.binary.data;
3014 ?
errmsg(
"cannot call %s on a scalar",
3015 "populate_composite")
3016 :
errmsg(
"cannot call %s on an array",
3017 "populate_composite")));
3057 const char *colname,
3123 bool *isnull,
Node *escontext,
bool omit_quotes)
3127 const char *json =
NULL;
3131 int len =
jsv->val.json.len;
3133 json =
jsv->val.json.str;
3194 jbv->val.binary.len);
3196 elog(
ERROR,
"unrecognized jsonb type: %d", (
int)
jbv->type);
3216 const char *colname,
3232 jsv, isnull, escontext, omit_quotes);
3262 elog(
ERROR,
"cache lookup failed for type %u", typid);
3273 int32 base_typmod = typmod;
3282 column->io.composite.base_typid = base_typid;
3283 column->io.composite.base_typmod = base_typmod;
3290 column->io.domain.base_typid = base_typid;
3291 column->io.domain.base_typmod = base_typmod;
3292 column->io.domain.base_io =
3302 column->io.composite.base_typid = typid;
3303 column->io.composite.base_typmod = typmod;
3311 column->io.array.element_type =
type->typelem;
3313 column->io.array.element_typmod = typmod;
3345 bool *isnull,
bool omit_quotes,
3360 else if (
jsv.is_json)
3382 jbv.val.string.val =
str;
3388 jbv.val.binary.data = &jsonb->
root;
3398 escontext, omit_quotes);
3406 const char *colname,
3422 if (
col->typid != typid ||
col->typmod != typmod)
3427 typcat =
col->typcat;
3467 elog(
ERROR,
"unrecognized type category '%c'", typcat);
3481 data->record_typmod = 0;
3482 data->ncolumns = ncolumns;
3501 jsv->val.json.len =
jsv->val.json.str ? -1 : 0;
3511 return jsv->val.jsonb !=
NULL;
3528 int ncolumns = tupdesc->
natts;
3540 if (record ==
NULL ||
3556 nulls = (
bool *)
palloc(ncolumns *
sizeof(
bool));
3573 for (
i = 0;
i < ncolumns; ++
i)
3580 for (
i = 0;
i < ncolumns; ++
i)
3588 if (
att->attisdropped)
3646 errmsg(
"first argument of %s must be a row type",
3670 errmsg(
"could not determine row type for result of %s",
3672 errhint(
"Provide a non-null record argument, "
3673 "or call the function in the FROM clause "
3674 "using a column definition list.")));
3768 jsv.is_json = is_json;
3787 jbv.val.binary.data = &
jb->root;
3854 if (
_state->lex->lex_level > 1)
3885 if (
_state->lex->lex_level > 1)
3910 int len =
_state->lex->prev_token_terminator -
_state->save_json_start;
3931 if (
_state->lex->lex_level == 0)
3934 errmsg(
"cannot call %s on an array",
_state->function_name)));
3944 if (
_state->lex->lex_level == 0)
3947 errmsg(
"cannot call %s on a scalar",
_state->function_name)));
3949 if (
_state->lex->lex_level == 1)
4053 errmsg(
"set-valued function called in context that cannot accept a set")));
4058 errmsg(
"materialize mode required, but it is not allowed in this context")));
4132 state->cache = cache;
4172 errmsg(
"cannot call %s on a non-array",
4189 errmsg(
"argument of %s must be an array of objects",
4215 int lex_level =
_state->lex->lex_level;
4222 errmsg(
"cannot call %s on an object",
4223 _state->function_name)));
4248 if (
_state->lex->lex_level > 1)
4269 if (
_state->lex->lex_level == 1 &&
4273 errmsg(
"argument of %s must be an array of objects",
4274 _state->function_name)));
4291 if (
_state->lex->lex_level == 0)
4294 errmsg(
"cannot call %s on a scalar",
4295 _state->function_name)));
4297 if (
_state->lex->lex_level == 2)
4308 if (
_state->lex->lex_level > 2)
4336 if (
_state->lex->lex_level > 2)
4361 int len =
_state->lex->prev_token_terminator -
_state->save_json_start;
4438 _state->skip_next_null =
true;
4442 if (
_state->strval->data[
_state->strval->len - 1] !=
'{')
4462 if (isnull &&
_state->strip_in_arrays)
4464 _state->skip_next_null =
true;
4469 if (
_state->strval->len > 0 &&
4483 if (
_state->skip_next_null)
4486 _state->skip_next_null =
false;
4517 state->skip_next_null =
false;
4518 state->strip_in_arrays = strip_in_arrays;
4532 state->strval->len));
4542 bool strip_in_arrays =
false;
4584 if (strip_in_arrays)
4673 errmsg(
"cannot delete from scalar")));
4724 errmsg(
"wrong number of array subscripts")));
4729 errmsg(
"cannot delete from scalar")));
4761 if (keylen == v.
val.string.len &&
4806 errmsg(
"cannot delete from scalar")));
4811 errmsg(
"cannot delete from object using integer index")));
4820 n = v.
val.array.nElems;
4871 errmsg(
"wrong number of array subscripts")));
4876 errmsg(
"cannot set path in scalar")));
4911 errmsg(
"null_value_treatment must be \"delete_key\", \"return_target\", \"use_json_null\", or \"raise_exception\"")));
4924 errmsg(
"JSON value must not be null"),
4925 errdetail(
"Exception was raised because null_value_treatment is \"raise_exception\"."),
4926 errhint(
"To avoid, either change the null_value_treatment argument or ensure that an SQL NULL is not passed.")));
4935 fcinfo->args[2].value =
newval;
4936 fcinfo->args[2].isnull =
false;
4953 errmsg(
"null_value_treatment must be \"delete_key\", \"return_target\", \"use_json_null\", or \"raise_exception\"")));
4975 errmsg(
"wrong number of array subscripts")));
4980 errmsg(
"cannot delete path in scalar")));
5020 errmsg(
"wrong number of array subscripts")));
5025 errmsg(
"cannot set path in scalar")));
5185 errmsg(
"path element at position %d is null",
5201 v.
val.array.rawScalar)
5204 errmsg(
"cannot replace existing key"),
5205 errdetail(
"The path assumes key is a composite object, "
5206 "but it is a scalar value.")));
5235 errmsg(
"cannot replace existing key"),
5236 errdetail(
"The path assumes key is a composite object, "
5237 "but it is a scalar value.")));
5242 elog(
ERROR,
"unrecognized iterator result: %d", (
int) r);
5292 k.
val.string.len) == 0)
5305 errmsg(
"cannot replace existing key"),
5306 errhint(
"Try using the function jsonb_set "
5307 "to replace key value.")));
5409 errmsg(
"path element at position %d is not an integer: \"%s\"",
5426 errmsg(
"path element at position %d is out of range: %d",
5441 if (
idx > 0 &&
idx > nelems)
5464 for (
i = 0;
i < nelems;
i++)
5577 errmsg(
"wrong flag type, only arrays and scalars are allowed")));
5584 errmsg(
"flag array element is not a string"),
5585 errhint(
"Possible values are: \"string\", \"numeric\", \"boolean\", \"key\", and \"all\".")));
5587 if (v.
val.string.len == 3 &&
5590 else if (v.
val.string.len == 3 &&
5593 else if (v.
val.string.len == 6 &&
5596 else if (v.
val.string.len == 7 &&
5599 else if (v.
val.string.len == 7 &&
5605 errmsg(
"wrong flag in flag array: \"%s\"",
5607 errhint(
"Possible values are: \"string\", \"numeric\", \"boolean\", \"key\", and \"all\".")));
5612 elog(
ERROR,
"unexpected end of flag array");
5617 elog(
ERROR,
"unexpected end of flag array");
5645 action(
state, v.
val.string.val, v.
val.string.len);
5660 action(
state, v.
val.string.val, v.
val.string.len);
5678 action(
state,
"true", 4);
5680 action(
state,
"false", 5);
5703 state->action = action;
5704 state->action_state = action_state;
5705 state->flags = flags;
5828 state->action_state = action_state;
5895 if (
_state->strval->data[
_state->strval->len - 1] !=
'{')
5913 if (
_state->strval->data[
_state->strval->len - 1] !=
'[')
Datum idx(PG_FUNCTION_ARGS)
#define PG_GETARG_ARRAYTYPE_P(n)
ArrayBuildState * accumArrayResult(ArrayBuildState *astate, Datum dvalue, bool disnull, Oid element_type, MemoryContext rcontext)
bool array_contains_nulls(const ArrayType *array)
Datum makeMdArrayResult(ArrayBuildState *astate, int ndims, int *dims, int *lbs, MemoryContext rcontext, bool release)
ArrayBuildState * initArrayResult(Oid element_type, MemoryContext rcontext, bool subcontext)
void deconstruct_array_builtin(const ArrayType *array, Oid elmtype, Datum **elemsp, bool **nullsp, int *nelemsp)
Datum numeric_out(PG_FUNCTION_ARGS)
static Datum values[MAXATTR]
#define CStringGetTextDatum(s)
#define TextDatumGetCString(d)
#define unconstify(underlying_type, expr)
#define IS_HIGHBIT_SET(ch)
#define Assert(condition)
#define FLEXIBLE_ARRAY_MEMBER
#define MemSet(start, val, len)
#define OidIsValid(objectId)
bool domain_check_safe(Datum value, bool isnull, Oid domainType, void **extra, MemoryContext mcxt, Node *escontext)
void * hash_search(HTAB *hashp, const void *keyPtr, HASHACTION action, bool *foundPtr)
HTAB * hash_create(const char *tabname, int64 nelem, const HASHCTL *info, int flags)
void hash_destroy(HTAB *hashp)
int errdetail_internal(const char *fmt,...)
int errdetail(const char *fmt,...)
int errhint(const char *fmt,...)
int errcode(int sqlerrcode)
int errmsg(const char *fmt,...)
#define ereturn(context, dummy_value,...)
#define errsave(context,...)
#define ereport(elevel,...)
Datum HeapTupleHeaderGetDatum(HeapTupleHeader tuple)
@ SFRM_Materialize_Random
#define palloc_object(type)
#define palloc_array(type, count)
#define palloc0_array(type, count)
#define palloc0_object(type)
struct varlena * pg_detoast_datum_packed(struct varlena *datum)
void fmgr_info_cxt(Oid functionId, FmgrInfo *finfo, MemoryContext mcxt)
bool InputFunctionCallSafe(FmgrInfo *flinfo, char *str, Oid typioparam, int32 typmod, Node *escontext, Datum *result)
Oid get_fn_expr_argtype(FmgrInfo *flinfo, int argnum)
#define PG_GETARG_TEXT_PP(n)
#define DatumGetHeapTupleHeader(X)
#define DatumGetTextPP(X)
#define DirectFunctionCall1(func, arg1)
#define PG_GETARG_HEAPTUPLEHEADER(n)
#define PG_RETURN_TEXT_P(x)
#define PG_RETURN_INT32(x)
#define PG_GETARG_INT32(n)
#define PG_GETARG_BOOL(n)
#define PG_RETURN_DATUM(x)
#define PG_RETURN_POINTER(x)
#define PG_GETARG_TEXT_P(n)
void InitMaterializedSRF(FunctionCallInfo fcinfo, bits32 flags)
TypeFuncClass get_call_result_type(FunctionCallInfo fcinfo, Oid *resultTypeId, TupleDesc *resultTupleDesc)
#define SRF_IS_FIRSTCALL()
#define SRF_PERCALL_SETUP()
#define SRF_RETURN_NEXT(_funcctx, _result)
#define SRF_FIRSTCALL_INIT()
#define SRF_RETURN_DONE(_funcctx)
#define MAT_SRF_USE_EXPECTED_DESC
HeapTuple heap_form_tuple(TupleDesc tupleDescriptor, const Datum *values, const bool *isnull)
void heap_deform_tuple(HeapTuple tuple, TupleDesc tupleDesc, Datum *values, bool *isnull)
#define HeapTupleIsValid(tuple)
static int32 HeapTupleHeaderGetTypMod(const HeapTupleHeaderData *tup)
static uint32 HeapTupleHeaderGetDatumLength(const HeapTupleHeaderData *tup)
static void * GETSTRUCT(const HeapTupleData *tuple)
static Oid HeapTupleHeaderGetTypeId(const HeapTupleHeaderData *tup)
static uint32 pg_abs_s32(int32 a)
static void ItemPointerSetInvalid(ItemPointerData *pointer)
void escape_json_text(StringInfo buf, const text *txt)
void escape_json_with_len(StringInfo buf, const char *str, int len)
void escape_json(StringInfo buf, const char *str)
JsonParseErrorType pg_parse_json(JsonLexContext *lex, const JsonSemAction *sem)
JsonLexContext * makeJsonLexContextCstringLen(JsonLexContext *lex, const char *json, size_t len, int encoding, bool need_escapes)
JsonParseErrorType json_lex(JsonLexContext *lex)
char * json_errdetail(JsonParseErrorType error, JsonLexContext *lex)
JsonParseErrorType json_count_array_elements(JsonLexContext *lex, int *elements)
void freeJsonLexContext(JsonLexContext *lex)
@ JSON_UNICODE_CODE_POINT_ZERO
@ JSON_UNICODE_UNTRANSLATABLE
@ JSON_UNICODE_HIGH_ESCAPE
@ JSON_TOKEN_OBJECT_START
char * JsonbUnquote(Jsonb *jb)
Datum jsonb_in(PG_FUNCTION_ARGS)
char * JsonbToCString(StringInfo out, JsonbContainer *in, int estimated_len)
char * JsonbToCStringIndent(StringInfo out, JsonbContainer *in, int estimated_len)
#define JsonContainerIsScalar(jc)
#define JsonContainerIsArray(jc)
#define JsonContainerSize(jc)
#define JB_ROOT_IS_OBJECT(jbp_)
static Datum JsonbPGetDatum(const Jsonb *p)
#define IsAJsonbScalar(jsonbval)
#define PG_RETURN_JSONB_P(x)
#define JB_ROOT_IS_ARRAY(jbp_)
#define PG_GETARG_JSONB_P(x)
#define JsonContainerIsObject(jc)
static Jsonb * DatumGetJsonbP(Datum d)
#define JB_ROOT_IS_SCALAR(jbp_)
#define JB_ROOT_COUNT(jbp_)
void pushJsonbValue(JsonbInState *pstate, JsonbIteratorToken seq, JsonbValue *jbval)
JsonbValue * getKeyJsonValueFromContainer(JsonbContainer *container, const char *keyVal, int keyLen, JsonbValue *res)
JsonbIterator * JsonbIteratorInit(JsonbContainer *container)
void JsonbToJsonbValue(Jsonb *jsonb, JsonbValue *val)
JsonbIteratorToken JsonbIteratorNext(JsonbIterator **it, JsonbValue *val, bool skipNested)
JsonbValue * getIthJsonbValueFromContainer(JsonbContainer *container, uint32 i)
Jsonb * JsonbValueToJsonb(JsonbValue *val)
Datum jsonb_populate_recordset(PG_FUNCTION_ARGS)
JsonLexContext * makeJsonLexContext(JsonLexContext *lex, text *json, bool need_escapes)
static JsonParseErrorType get_array_element_end(void *state, bool isnull)
static Datum elements_worker(FunctionCallInfo fcinfo, const char *funcname, bool as_text)
static JsonParseErrorType hash_array_start(void *state)
Datum jsonb_object_keys(PG_FUNCTION_ARGS)
static JsonParseErrorType populate_recordset_array_start(void *state)
static JsonParseErrorType transform_string_values_array_start(void *state)
static JsonParseErrorType get_object_field_start(void *state, char *fname, bool isnull)
static JsonParseErrorType elements_object_start(void *state)
static JsonParseErrorType transform_string_values_object_field_start(void *state, char *fname, bool isnull)
Datum jsonb_array_elements(PG_FUNCTION_ARGS)
static JsonParseErrorType iterate_values_object_field_start(void *state, char *fname, bool isnull)
static void IteratorConcat(JsonbIterator **it1, JsonbIterator **it2, JsonbInState *state)
Datum json_each_text(PG_FUNCTION_ARGS)
static void push_path(JsonbInState *st, int level, const Datum *path_elems, const bool *path_nulls, int path_len, JsonbValue *newval)
Datum json_populate_recordset(PG_FUNCTION_ARGS)
static JsonParseErrorType populate_array_scalar(void *_state, char *token, JsonTokenType tokentype)
text * transform_json_string_values(text *json, void *action_state, JsonTransformStringValuesAction transform_action)
Datum jsonb_delete(PG_FUNCTION_ARGS)
Datum json_populate_type(Datum json_val, Oid json_type, Oid typid, int32 typmod, void **cache, MemoryContext mcxt, bool *isnull, bool omit_quotes, Node *escontext)
Datum jsonb_delete_array(PG_FUNCTION_ARGS)
Datum jsonb_pretty(PG_FUNCTION_ARGS)
static void setPathArray(JsonbIterator **it, const Datum *path_elems, const bool *path_nulls, int path_len, JsonbInState *st, int level, JsonbValue *newval, uint32 nelems, int op_type)
static JsonParseErrorType transform_string_values_array_end(void *state)
static JsonParseErrorType populate_recordset_object_start(void *state)
static RecordIOData * allocate_record_info(MemoryContext mcxt, int ncolumns)
static JsonParseErrorType iterate_values_scalar(void *state, char *token, JsonTokenType tokentype)
static text * JsonbValueAsText(JsonbValue *v)
Datum jsonb_insert(PG_FUNCTION_ARGS)
static JsonParseErrorType get_object_start(void *state)
static JsonParseErrorType populate_recordset_object_field_start(void *state, char *fname, bool isnull)
static JsonParseErrorType populate_recordset_object_field_end(void *state, char *fname, bool isnull)
static JsonParseErrorType populate_array_object_start(void *_state)
#define JsObjectIsEmpty(jso)
static void get_record_type_from_argument(FunctionCallInfo fcinfo, const char *funcname, PopulateRecordCache *cache)
Datum json_array_element(PG_FUNCTION_ARGS)
Datum jsonb_delete_idx(PG_FUNCTION_ARGS)
static JsonParseErrorType sn_object_end(void *state)
#define JB_PATH_CREATE_OR_INSERT
Datum jsonb_populate_record_valid(PG_FUNCTION_ARGS)
Datum json_array_elements_text(PG_FUNCTION_ARGS)
static JsonParseErrorType hash_scalar(void *state, char *token, JsonTokenType tokentype)
static JsonParseErrorType sn_array_element_start(void *state, bool isnull)
static Datum populate_record_worker(FunctionCallInfo fcinfo, const char *funcname, bool is_json, bool have_record_arg, Node *escontext)
static HTAB * get_json_object_as_hash(const char *json, int len, const char *funcname, Node *escontext)
static bool populate_array_json(PopulateArrayContext *ctx, const char *json, int len)
#define JsValueIsString(jsv)
static JsonParseErrorType populate_recordset_object_end(void *state)
static Datum populate_record_field(ColumnIOData *col, Oid typid, int32 typmod, const char *colname, MemoryContext mcxt, Datum defaultval, JsValue *jsv, bool *isnull, Node *escontext, bool omit_scalar_quotes)
Datum jsonb_delete_path(PG_FUNCTION_ARGS)
static JsonParseErrorType each_object_field_end(void *state, char *fname, bool isnull)
Datum jsonb_object_field_text(PG_FUNCTION_ARGS)
static Datum each_worker(FunctionCallInfo fcinfo, bool as_text)
static JsonParseErrorType get_array_start(void *state)
static JsonParseErrorType each_scalar(void *state, char *token, JsonTokenType tokentype)
static int report_json_context(JsonLexContext *lex)
Datum json_strip_nulls(PG_FUNCTION_ARGS)
Datum json_array_elements(PG_FUNCTION_ARGS)
Datum jsonb_concat(PG_FUNCTION_ARGS)
static JsonParseErrorType okeys_array_start(void *state)
Datum json_object_field_text(PG_FUNCTION_ARGS)
uint32 parse_jsonb_index_flags(Jsonb *jb)
Datum jsonb_extract_path_text(PG_FUNCTION_ARGS)
Datum json_each(PG_FUNCTION_ARGS)
static JsonParseErrorType alen_scalar(void *state, char *token, JsonTokenType tokentype)
Datum jsonb_set_element(Jsonb *jb, const Datum *path, int path_len, JsonbValue *newval)
static JsonParseErrorType sn_object_start(void *state)
static JsonParseErrorType sn_array_start(void *state)
static bool populate_array_check_dimension(PopulateArrayContext *ctx, int ndim)
static Datum each_worker_jsonb(FunctionCallInfo fcinfo, const char *funcname, bool as_text)
static JsonParseErrorType sn_array_end(void *state)
static void setPathObject(JsonbIterator **it, const Datum *path_elems, const bool *path_nulls, int path_len, JsonbInState *st, int level, JsonbValue *newval, uint32 npairs, int op_type)
Datum json_to_recordset(PG_FUNCTION_ARGS)
static JsonParseErrorType get_scalar(void *state, char *token, JsonTokenType tokentype)
#define JB_PATH_CONSISTENT_POSITION
static bool populate_array_assign_ndims(PopulateArrayContext *ctx, int ndims)
JsonTokenType json_get_first_token(text *json, bool throw_error)
Datum jsonb_set(PG_FUNCTION_ARGS)
#define JsValueIsNull(jsv)
static void update_cached_tupdesc(CompositeIOData *io, MemoryContext mcxt)
struct ColumnIOData ColumnIOData
void iterate_jsonb_values(Jsonb *jb, uint32 flags, void *state, JsonIterateStringValuesAction action)
static JsonParseErrorType populate_array_element_end(void *_state, bool isnull)
Datum jsonb_set_lax(PG_FUNCTION_ARGS)
static JsonParseErrorType elements_array_element_end(void *state, bool isnull)
static JsonParseErrorType sn_object_field_start(void *state, char *fname, bool isnull)
Datum jsonb_each_text(PG_FUNCTION_ARGS)
static JsonParseErrorType elements_scalar(void *state, char *token, JsonTokenType tokentype)
static JsonParseErrorType each_object_field_start(void *state, char *fname, bool isnull)
Datum jsonb_strip_nulls(PG_FUNCTION_ARGS)
Datum jsonb_extract_path(PG_FUNCTION_ARGS)
void json_categorize_type(Oid typoid, bool is_jsonb, JsonTypeCategory *tcategory, Oid *outfuncoid)
static Datum populate_array(ArrayIOData *aio, const char *colname, MemoryContext mcxt, JsValue *jsv, bool *isnull, Node *escontext)
static JsonParseErrorType okeys_object_field_start(void *state, char *fname, bool isnull)
Datum jsonb_get_element(Jsonb *jb, const Datum *path, int npath, bool *isnull, bool as_text)
Datum json_array_length(PG_FUNCTION_ARGS)
void json_errsave_error(JsonParseErrorType error, JsonLexContext *lex, Node *escontext)
Datum jsonb_array_length(PG_FUNCTION_ARGS)
Datum jsonb_object_field(PG_FUNCTION_ARGS)
static Datum elements_worker_jsonb(FunctionCallInfo fcinfo, const char *funcname, bool as_text)
void iterate_json_values(text *json, uint32 flags, void *action_state, JsonIterateStringValuesAction action)
Datum jsonb_populate_record(PG_FUNCTION_ARGS)
Datum json_extract_path(PG_FUNCTION_ARGS)
static void push_null_elements(JsonbInState *ps, int num)
Datum json_extract_path_text(PG_FUNCTION_ARGS)
static JsonParseErrorType elements_array_element_start(void *state, bool isnull)
static void get_record_type_from_query(FunctionCallInfo fcinfo, const char *funcname, PopulateRecordCache *cache)
Datum json_populate_record(PG_FUNCTION_ARGS)
static JsonParseErrorType populate_recordset_array_element_start(void *state, bool isnull)
#define JB_PATH_FILL_GAPS
Jsonb * transform_jsonb_string_values(Jsonb *jsonb, void *action_state, JsonTransformStringValuesAction transform_action)
static JsonParseErrorType transform_string_values_object_end(void *state)
static bool JsValueToJsObject(JsValue *jsv, JsObject *jso, Node *escontext)
Datum json_object_field(PG_FUNCTION_ARGS)
static JsonParseErrorType okeys_scalar(void *state, char *token, JsonTokenType tokentype)
static Datum get_jsonb_path_all(FunctionCallInfo fcinfo, bool as_text)
static void populate_array_report_expected_array(PopulateArrayContext *ctx, int ndim)
static JsonParseErrorType get_object_end(void *state)
static Datum populate_composite(CompositeIOData *io, Oid typid, const char *colname, MemoryContext mcxt, HeapTupleHeader defaultval, JsValue *jsv, bool *isnull, Node *escontext)
Datum jsonb_to_record(PG_FUNCTION_ARGS)
Datum jsonb_array_element(PG_FUNCTION_ARGS)
Datum json_object_keys(PG_FUNCTION_ARGS)
#define JB_PATH_INSERT_BEFORE
static JsonParseErrorType populate_recordset_scalar(void *state, char *token, JsonTokenType tokentype)
static JsonParseErrorType get_object_field_end(void *state, char *fname, bool isnull)
bool pg_parse_json_or_errsave(JsonLexContext *lex, const JsonSemAction *sem, Node *escontext)
static Datum get_path_all(FunctionCallInfo fcinfo, bool as_text)
static Datum populate_recordset_worker(FunctionCallInfo fcinfo, const char *funcname, bool is_json, bool have_record_arg)
static HeapTupleHeader populate_record(TupleDesc tupdesc, RecordIOData **record_p, HeapTupleHeader defaultval, MemoryContext mcxt, JsObject *obj, Node *escontext)
static void setPath(JsonbIterator **it, const Datum *path_elems, const bool *path_nulls, int path_len, JsonbInState *st, int level, JsonbValue *newval, int op_type)
static JsonParseErrorType alen_object_start(void *state)
static bool JsObjectGetField(JsObject *obj, char *field, JsValue *jsv)
static bool populate_array_element(PopulateArrayContext *ctx, int ndim, JsValue *jsv)
static JsonParseErrorType populate_array_element_start(void *_state, bool isnull)
static JsonParseErrorType populate_array_array_end(void *_state)
static void prepare_column_cache(ColumnIOData *column, Oid typid, int32 typmod, MemoryContext mcxt, bool need_scalar)
static JsonParseErrorType get_array_end(void *state)
Datum jsonb_to_recordset(PG_FUNCTION_ARGS)
static JsonParseErrorType sn_scalar(void *state, char *token, JsonTokenType tokentype)
#define JB_PATH_INSERT_AFTER
Datum jsonb_each(PG_FUNCTION_ARGS)
static JsonParseErrorType get_array_element_start(void *state, bool isnull)
static JsonParseErrorType hash_object_field_end(void *state, char *fname, bool isnull)
static void populate_recordset_record(PopulateRecordsetState *state, JsObject *obj)
#define JsObjectFree(jso)
static JsonParseErrorType transform_string_values_object_start(void *state)
static JsonParseErrorType transform_string_values_array_element_start(void *state, bool isnull)
static JsonParseErrorType alen_array_element_start(void *state, bool isnull)
static Datum populate_scalar(ScalarIOData *io, Oid typid, int32 typmod, JsValue *jsv, bool *isnull, Node *escontext, bool omit_quotes)
static bool populate_array_dim_jsonb(PopulateArrayContext *ctx, JsonbValue *jbv, int ndim)
Datum jsonb_array_element_text(PG_FUNCTION_ARGS)
@ TYPECAT_COMPOSITE_DOMAIN
Datum json_to_record(PG_FUNCTION_ARGS)
static JsonParseErrorType each_array_start(void *state)
Datum json_array_element_text(PG_FUNCTION_ARGS)
static Datum populate_domain(DomainIOData *io, Oid typid, const char *colname, MemoryContext mcxt, JsValue *jsv, bool *isnull, Node *escontext, bool omit_quotes)
static JsonParseErrorType transform_string_values_scalar(void *state, char *token, JsonTokenType tokentype)
static JsonParseErrorType hash_object_field_start(void *state, char *fname, bool isnull)
Datum jsonb_array_elements_text(PG_FUNCTION_ARGS)
static text * get_worker(text *json, char **tpath, int *ipath, int npath, bool normalize_results)
#define pg_parse_json_or_ereport(lex, sem)
text *(* JsonTransformStringValuesAction)(void *state, char *elem_value, int elem_len)
void(* JsonIterateStringValuesAction)(void *state, char *elem_value, int elem_len)
Oid get_element_type(Oid typid)
bool type_is_rowtype(Oid typid)
void getTypeOutputInfo(Oid type, Oid *typOutput, bool *typIsVarlena)
void getTypeInputInfo(Oid type, Oid *typInput, Oid *typIOParam)
char get_typtype(Oid typid)
Oid getBaseTypeAndTypmod(Oid typid, int32 *typmod)
Oid getBaseType(Oid typid)
int GetDatabaseEncoding(void)
int pg_mblen(const char *mbstr)
void * MemoryContextAlloc(MemoryContext context, Size size)
void MemoryContextReset(MemoryContext context)
void * MemoryContextAllocZero(MemoryContext context, Size size)
char * pstrdup(const char *in)
void * repalloc(void *pointer, Size size)
void pfree(void *pointer)
MemoryContext CurrentMemoryContext
char * pnstrdup(const char *in, Size len)
void MemoryContextDelete(MemoryContext context)
#define AllocSetContextCreate
#define ALLOCSET_DEFAULT_SIZES
#define SOFT_ERROR_OCCURRED(escontext)
#define IsA(nodeptr, _type_)
static Datum NumericGetDatum(Numeric X)
static MemoryContext MemoryContextSwitchTo(MemoryContext context)
CoercionPathType find_coercion_pathway(Oid targetTypeId, Oid sourceTypeId, CoercionContext ccontext, Oid *funcid)
FormData_pg_attribute * Form_pg_attribute
static char buf[DEFAULT_XLOG_SEG_SIZE]
FormData_pg_type * Form_pg_type
int pg_strncasecmp(const char *s1, const char *s2, size_t n)
static Datum PointerGetDatum(const void *X)
static Datum BoolGetDatum(bool X)
static Datum ObjectIdGetDatum(Oid X)
static char * DatumGetCString(Datum X)
static Pointer DatumGetPointer(Datum X)
static Datum CStringGetDatum(const char *X)
static chr element(struct vars *v, const chr *startp, const chr *endp)
void check_stack_depth(void)
int strtoint(const char *pg_restrict str, char **pg_restrict endptr, int base)
void appendStringInfo(StringInfo str, const char *fmt,...)
void appendStringInfoString(StringInfo str, const char *s)
void initStringInfo(StringInfo str)
#define appendStringInfoCharMacro(str, ch)
ColumnIOData * element_info
CompositeIOData composite
union ColumnIOData::@26 io
const char * result_start
Tuplestorestate * tuple_store
Tuplestorestate * tuple_store
const char * function_name
const char * result_start
MemoryContext ecxt_per_query_memory
const char * result_start
JsonIterateStringValuesAction action
const char * save_json_start
const char * function_name
JsonTokenType saved_token_type
JsonbContainer * jsonb_cont
struct JsValue::@27::@28 json
const char * token_terminator
json_struct_action array_end
json_struct_action object_start
json_ofield_action object_field_start
json_aelem_action array_element_start
json_scalar_action scalar
json_aelem_action array_element_end
json_struct_action array_start
json_struct_action object_end
json_ofield_action object_field_end
JsonTokenType element_type
PopulateArrayContext * ctx
const char * element_start
const char * save_json_start
const char * function_name
Tuplestorestate * tuple_store
PopulateRecordCache * cache
JsonTokenType saved_token_type
ColumnIOData columns[FLEXIBLE_ARRAY_MEMBER]
SetFunctionReturnMode returnMode
Tuplestorestate * setResult
void ReleaseSysCache(HeapTuple tuple)
HeapTuple SearchSysCache1(int cacheId, Datum key1)
#define FirstNormalObjectId
void FreeTupleDesc(TupleDesc tupdesc)
TupleDesc CreateTupleDescCopy(TupleDesc tupdesc)
#define ReleaseTupleDesc(tupdesc)
static FormData_pg_attribute * TupleDescAttr(TupleDesc tupdesc, int i)
Tuplestorestate * tuplestore_begin_heap(bool randomAccess, bool interXact, int maxKBytes)
void tuplestore_putvalues(Tuplestorestate *state, TupleDesc tdesc, const Datum *values, const bool *isnull)
void tuplestore_puttuple(Tuplestorestate *state, HeapTuple tuple)
TupleDesc lookup_rowtype_tupdesc(Oid type_id, int32 typmod)
static Size VARSIZE_ANY_EXHDR(const void *PTR)
static Size VARSIZE(const void *PTR)
static char * VARDATA_ANY(const void *PTR)
text * cstring_to_text_with_len(const char *s, int len)
text * cstring_to_text(const char *s)
char * text_to_cstring(const text *t)