159 extern unsigned hex_encode(
const char *src,
unsigned len,
char *dst);
160 extern unsigned hex_decode(
const char *src,
unsigned len,
char *dst);
292 extern void pg_lltoa(int64 ll,
char *a);
295 extern uint64
pg_strtouint64(
const char *str,
char **endptr,
int base);
625 Oid collation,
bool *exact);
800 #define CStringGetTextDatum(s) PointerGetDatum(cstring_to_text(s))
801 #define TextDatumGetCString(d) text_to_cstring((text *) DatumGetPointer(d))
831 extern int varstr_cmp(
char *arg1,
int len1,
char *arg2,
int len2,
Oid collid);
834 const char *target,
int tlen,
835 int ins_c,
int del_c,
int sub_c,
838 const char *target,
int tlen,
839 int ins_c,
int del_c,
int sub_c,
840 int max_d,
bool trusted);
891 extern int xidComparator(
const void *arg1,
const void *arg2);
932 char *dst,
size_t size);
936 void *dst,
size_t size);
Datum regconfigsend(PG_FUNCTION_ARGS)
Datum int4up(PG_FUNCTION_ARGS)
Datum pg_available_extension_versions(PG_FUNCTION_ARGS)
Datum float8_regr_slope(PG_FUNCTION_ARGS)
Datum float48mul(PG_FUNCTION_ARGS)
Datum pg_get_function_arg_default(PG_FUNCTION_ARGS)
Datum regnamespacesend(PG_FUNCTION_ARGS)
Datum pg_reload_conf(PG_FUNCTION_ARGS)
char * format_type_be(Oid type_oid)
Datum text_format(PG_FUNCTION_ARGS)
Datum int2larger(PG_FUNCTION_ARGS)
Datum float8_regr_avgy(PG_FUNCTION_ARGS)
Datum dsind(PG_FUNCTION_ARGS)
Datum boolor_statefunc(PG_FUNCTION_ARGS)
Datum pg_available_extensions(PG_FUNCTION_ARGS)
Datum regnamespacerecv(PG_FUNCTION_ARGS)
Datum numeric_in(PG_FUNCTION_ARGS)
Datum pg_typeof(PG_FUNCTION_ARGS)
Datum cidr_send(PG_FUNCTION_ARGS)
Datum float4smaller(PG_FUNCTION_ARGS)
Datum has_schema_privilege_name_name(PG_FUNCTION_ARGS)
Datum numeric_eq(PG_FUNCTION_ARGS)
Datum char_bpchar(PG_FUNCTION_ARGS)
Datum namene(PG_FUNCTION_ARGS)
Datum text_substr_no_len(PG_FUNCTION_ARGS)
Datum dcosd(PG_FUNCTION_ARGS)
Datum has_database_privilege_id_id(PG_FUNCTION_ARGS)
Datum bpchar_pattern_gt(PG_FUNCTION_ARGS)
Datum float8_accum(PG_FUNCTION_ARGS)
Datum pg_node_tree_send(PG_FUNCTION_ARGS)
Datum has_function_privilege_name_name(PG_FUNCTION_ARGS)
Datum float84pl(PG_FUNCTION_ARGS)
Datum oideq(PG_FUNCTION_ARGS)
Datum dfloor(PG_FUNCTION_ARGS)
Datum pg_client_encoding(PG_FUNCTION_ARGS)
Datum oidout(PG_FUNCTION_ARGS)
Datum int8_sum(PG_FUNCTION_ARGS)
Datum macaddr_in(PG_FUNCTION_ARGS)
Datum float4send(PG_FUNCTION_ARGS)
Datum string_agg_transfn(PG_FUNCTION_ARGS)
Datum currtid_byreloid(PG_FUNCTION_ARGS)
Datum network_larger(PG_FUNCTION_ARGS)
void pg_lltoa(int64 ll, char *a)
Datum domain_in(PG_FUNCTION_ARGS)
Datum numeric_avg(PG_FUNCTION_ARGS)
Datum int4not(PG_FUNCTION_ARGS)
Datum window_rank(PG_FUNCTION_ARGS)
Datum bpcharout(PG_FUNCTION_ARGS)
Datum pg_get_function_result(PG_FUNCTION_ARGS)
Datum namesend(PG_FUNCTION_ARGS)
Datum has_any_column_privilege_id_id(PG_FUNCTION_ARGS)
Datum numeric_le(PG_FUNCTION_ARGS)
Datum window_percent_rank(PG_FUNCTION_ARGS)
Datum mode_final(PG_FUNCTION_ARGS)
Datum charge(PG_FUNCTION_ARGS)
Datum float4out(PG_FUNCTION_ARGS)
Datum float8larger(PG_FUNCTION_ARGS)
Datum binary_encode(PG_FUNCTION_ARGS)
Datum pg_get_indexdef_ext(PG_FUNCTION_ARGS)
Datum anyelement_out(PG_FUNCTION_ARGS)
Datum pg_get_functiondef(PG_FUNCTION_ARGS)
Datum int2eq(PG_FUNCTION_ARGS)
Datum texticlike(PG_FUNCTION_ARGS)
Datum int2recv(PG_FUNCTION_ARGS)
Datum int42eq(PG_FUNCTION_ARGS)
Datum pg_lock_status(PG_FUNCTION_ARGS)
Datum has_column_privilege_id_name_name(PG_FUNCTION_ARGS)
Datum charle(PG_FUNCTION_ARGS)
Datum int42lt(PG_FUNCTION_ARGS)
Datum chareq(PG_FUNCTION_ARGS)
Datum xidin(PG_FUNCTION_ARGS)
Datum oidvectortypes(PG_FUNCTION_ARGS)
Datum macaddr_ne(PG_FUNCTION_ARGS)
Datum RI_FKey_noaction_upd(PG_FUNCTION_ARGS)
Datum RI_FKey_check_ins(PG_FUNCTION_ARGS)
Datum RI_FKey_check_upd(PG_FUNCTION_ARGS)
Datum int2ge(PG_FUNCTION_ARGS)
Datum float8_corr(PG_FUNCTION_ARGS)
Datum int42mul(PG_FUNCTION_ARGS)
Datum ginqueryarrayextract(PG_FUNCTION_ARGS)
Datum regdictionarysend(PG_FUNCTION_ARGS)
Datum enum_le(PG_FUNCTION_ARGS)
Datum ginarrayextract(PG_FUNCTION_ARGS)
Datum int4mi(PG_FUNCTION_ARGS)
Datum has_sequence_privilege_id_id(PG_FUNCTION_ARGS)
Datum oidne(PG_FUNCTION_ARGS)
Datum has_schema_privilege_id_id(PG_FUNCTION_ARGS)
Datum bytealike(PG_FUNCTION_ARGS)
Datum chartoi4(PG_FUNCTION_ARGS)
Datum RI_FKey_cascade_del(PG_FUNCTION_ARGS)
Datum generate_series_step_int4(PG_FUNCTION_ARGS)
Datum pg_node_tree_out(PG_FUNCTION_ARGS)
Datum float84ne(PG_FUNCTION_ARGS)
const char * quote_identifier(const char *ident)
Datum text_pattern_gt(PG_FUNCTION_ARGS)
Datum language_handler_out(PG_FUNCTION_ARGS)
Datum float4ne(PG_FUNCTION_ARGS)
void domain_check(Datum value, bool isnull, Oid domainType, void **extra, MemoryContext mcxt)
Datum inetmi(PG_FUNCTION_ARGS)
Datum regprocedurein(PG_FUNCTION_ARGS)
Datum float8_stddev_pop(PG_FUNCTION_ARGS)
Datum btrim1(PG_FUNCTION_ARGS)
Datum name_text(PG_FUNCTION_ARGS)
Datum hashbpchar(PG_FUNCTION_ARGS)
bool SplitIdentifierString(char *rawstring, char separator, List **namelist)
Datum cidr_abbrev(PG_FUNCTION_ARGS)
Datum pg_tablespace_databases(PG_FUNCTION_ARGS)
Datum percentile_cont_float8_final(PG_FUNCTION_ARGS)
Datum ginarrayextract_2args(PG_FUNCTION_ARGS)
Datum regrolein(PG_FUNCTION_ARGS)
Datum PG_encoding_to_char(PG_FUNCTION_ARGS)
Datum charsend(PG_FUNCTION_ARGS)
Datum float8le(PG_FUNCTION_ARGS)
void clean_ipv6_addr(int addr_family, char *addr)
Datum namelt(PG_FUNCTION_ARGS)
Datum pg_control_system(PG_FUNCTION_ARGS)
Datum pg_control_recovery(PG_FUNCTION_ARGS)
Datum record_gt(PG_FUNCTION_ARGS)
Datum float4mul(PG_FUNCTION_ARGS)
Datum bpcharin(PG_FUNCTION_ARGS)
Datum regprocedurerecv(PG_FUNCTION_ARGS)
Datum inetmi_int8(PG_FUNCTION_ARGS)
Datum float8pl(PG_FUNCTION_ARGS)
Datum int4lt(PG_FUNCTION_ARGS)
Datum oidle(PG_FUNCTION_ARGS)
Datum pg_database_size_name(PG_FUNCTION_ARGS)
Datum int2or(PG_FUNCTION_ARGS)
Datum uuid_in(PG_FUNCTION_ARGS)
Datum record_image_le(PG_FUNCTION_ARGS)
int varstr_levenshtein_less_equal(const char *source, int slen, const char *target, int tlen, int ins_c, int del_c, int sub_c, int max_d, bool trusted)
Datum texticnlike(PG_FUNCTION_ARGS)
Datum network_ne(PG_FUNCTION_ARGS)
Datum int4div(PG_FUNCTION_ARGS)
Datum numeric_abs(PG_FUNCTION_ARGS)
Datum network_masklen(PG_FUNCTION_ARGS)
Datum to_regclass(PG_FUNCTION_ARGS)
Datum md5_bytea(PG_FUNCTION_ARGS)
Datum unknownout(PG_FUNCTION_ARGS)
Datum bpchartypmodout(PG_FUNCTION_ARGS)
Datum pg_try_advisory_lock_shared_int4(PG_FUNCTION_ARGS)
Datum int2_sum(PG_FUNCTION_ARGS)
Datum macaddr_out(PG_FUNCTION_ARGS)
Datum regexp_split_to_array(PG_FUNCTION_ARGS)
Datum quote_literal(PG_FUNCTION_ARGS)
int varstr_cmp(char *arg1, int len1, char *arg2, int len2, Oid collid)
Datum macaddr_or(PG_FUNCTION_ARGS)
Datum percentile_disc_final(PG_FUNCTION_ARGS)
Datum regoperrecv(PG_FUNCTION_ARGS)
Datum pg_read_file_off_len(PG_FUNCTION_ARGS)
Datum unknownrecv(PG_FUNCTION_ARGS)
Datum booltext(PG_FUNCTION_ARGS)
Datum cidsend(PG_FUNCTION_ARGS)
Datum tideq(PG_FUNCTION_ARGS)
Datum nameicregexeq(PG_FUNCTION_ARGS)
char * format_type_with_typemod(Oid type_oid, int32 typemod)
Datum bpchar_name(PG_FUNCTION_ARGS)
Datum float48pl(PG_FUNCTION_ARGS)
Datum enum_smaller(PG_FUNCTION_ARGS)
Datum float8_regr_r2(PG_FUNCTION_ARGS)
Datum tsm_system_handler(PG_FUNCTION_ARGS)
Datum boollt(PG_FUNCTION_ARGS)
Datum int2ne(PG_FUNCTION_ARGS)
Datum has_column_privilege_name_id_name(PG_FUNCTION_ARGS)
Datum int24pl(PG_FUNCTION_ARGS)
Datum int4recv(PG_FUNCTION_ARGS)
unsigned hex_decode(const char *src, unsigned len, char *dst)
bool quote_all_identifiers
Datum float4_numeric(PG_FUNCTION_ARGS)
Datum bttext_pattern_sortsupport(PG_FUNCTION_ARGS)
Datum int2shr(PG_FUNCTION_ARGS)
Datum btint2cmp(PG_FUNCTION_ARGS)
Datum text_larger(PG_FUNCTION_ARGS)
Datum hypothetical_percent_rank_final(PG_FUNCTION_ARGS)
Datum float8_stddev_samp(PG_FUNCTION_ARGS)
Datum textcat(PG_FUNCTION_ARGS)
Datum int4_accum(PG_FUNCTION_ARGS)
Datum current_query(PG_FUNCTION_ARGS)
Datum tidgt(PG_FUNCTION_ARGS)
Datum event_trigger_in(PG_FUNCTION_ARGS)
Datum float8_regr_sxy(PG_FUNCTION_ARGS)
Datum dcbrt(PG_FUNCTION_ARGS)
Datum show_all_settings(PG_FUNCTION_ARGS)
Datum float4larger(PG_FUNCTION_ARGS)
Datum xidneq(PG_FUNCTION_ARGS)
Datum uuid_out(PG_FUNCTION_ARGS)
Datum numeric_float4(PG_FUNCTION_ARGS)
Datum macaddr_le(PG_FUNCTION_ARGS)
Datum dtrunc(PG_FUNCTION_ARGS)
Datum textlen(PG_FUNCTION_ARGS)
Datum int4mul(PG_FUNCTION_ARGS)
Datum has_sequence_privilege_id(PG_FUNCTION_ARGS)
Datum inetor(PG_FUNCTION_ARGS)
Datum int8_avg(PG_FUNCTION_ARGS)
void text_to_cstring_buffer(const text *src, char *dst, size_t dst_len)
Datum numeric_div_trunc(PG_FUNCTION_ARGS)
Datum varcharout(PG_FUNCTION_ARGS)
Datum numeric_power(PG_FUNCTION_ARGS)
Datum int2send(PG_FUNCTION_ARGS)
int namestrcpy(Name name, const char *str)
Datum i4tod(PG_FUNCTION_ARGS)
Datum has_schema_privilege_id_name(PG_FUNCTION_ARGS)
Datum network_host(PG_FUNCTION_ARGS)
Datum i2tod(PG_FUNCTION_ARGS)
Datum record_image_lt(PG_FUNCTION_ARGS)
Datum int2abs(PG_FUNCTION_ARGS)
Datum pg_ls_dir(PG_FUNCTION_ARGS)
Datum width_bucket_numeric(PG_FUNCTION_ARGS)
Datum pg_tablespace_size_name(PG_FUNCTION_ARGS)
Datum pg_try_advisory_xact_lock_int4(PG_FUNCTION_ARGS)
Datum text_right(PG_FUNCTION_ARGS)
Datum current_schema(PG_FUNCTION_ARGS)
Datum pg_convert_to(PG_FUNCTION_ARGS)
Datum numeric_poly_var_samp(PG_FUNCTION_ARGS)
Datum tsm_handler_in(PG_FUNCTION_ARGS)
Datum bpcharlt(PG_FUNCTION_ARGS)
Datum float48mi(PG_FUNCTION_ARGS)
Datum datan(PG_FUNCTION_ARGS)
Datum numeric_sum(PG_FUNCTION_ARGS)
Datum has_foreign_data_wrapper_privilege_name_name(PG_FUNCTION_ARGS)
Datum txid_visible_in_snapshot(PG_FUNCTION_ARGS)
Datum ginarraytriconsistent(PG_FUNCTION_ARGS)
Datum window_lag_with_offset_and_default(PG_FUNCTION_ARGS)
Datum row_security_active_name(PG_FUNCTION_ARGS)
Datum namenlike(PG_FUNCTION_ARGS)
Datum int2vectorout(PG_FUNCTION_ARGS)
Datum currtid_byrelname(PG_FUNCTION_ARGS)
Datum regconfigin(PG_FUNCTION_ARGS)
Datum anynonarray_in(PG_FUNCTION_ARGS)
Datum to_regoperator(PG_FUNCTION_ARGS)
Datum inet_recv(PG_FUNCTION_ARGS)
Datum has_table_privilege_id_id(PG_FUNCTION_ARGS)
Datum nameregexne(PG_FUNCTION_ARGS)
int errdatatype(Oid datatypeOid)
Datum int24le(PG_FUNCTION_ARGS)
Datum oidgt(PG_FUNCTION_ARGS)
Datum PG_character_set_name(PG_FUNCTION_ARGS)
Datum network_broadcast(PG_FUNCTION_ARGS)
Datum inet_same_family(PG_FUNCTION_ARGS)
Datum chr(PG_FUNCTION_ARGS)
Datum record_le(PG_FUNCTION_ARGS)
Datum percentile_cont_float8_multi_final(PG_FUNCTION_ARGS)
Datum pg_tablespace_location(PG_FUNCTION_ARGS)
Datum has_server_privilege_name(PG_FUNCTION_ARGS)
Datum inet_merge(PG_FUNCTION_ARGS)
Datum textne(PG_FUNCTION_ARGS)
Datum binary_decode(PG_FUNCTION_ARGS)
Datum textnlike(PG_FUNCTION_ARGS)
Datum has_server_privilege_id(PG_FUNCTION_ARGS)
Datum pg_num_nulls(PG_FUNCTION_ARGS)
Datum window_last_value(PG_FUNCTION_ARGS)
Datum pg_has_role_name_name(PG_FUNCTION_ARGS)
Datum regoperin(PG_FUNCTION_ARGS)
Datum varchartypmodout(PG_FUNCTION_ARGS)
Datum bpcharne(PG_FUNCTION_ARGS)
Datum bttidcmp(PG_FUNCTION_ARGS)
double get_float8_infinity(void)
Datum numeric_var_samp(PG_FUNCTION_ARGS)
Datum charin(PG_FUNCTION_ARGS)
Datum bpchargt(PG_FUNCTION_ARGS)
Datum text_concat(PG_FUNCTION_ARGS)
text * replace_text_regexp(text *src_text, void *regexp, text *replace_text, bool glob)
Datum pg_event_trigger_table_rewrite_reason(PG_FUNCTION_ARGS)
Datum pg_describe_object(PG_FUNCTION_ARGS)
Datum inet_server_port(PG_FUNCTION_ARGS)
Datum regopersend(PG_FUNCTION_ARGS)
Datum any_in(PG_FUNCTION_ARGS)
Datum inetand(PG_FUNCTION_ARGS)
char * pg_ltostr_zeropad(char *str, int32 value, int32 minwidth)
Datum repeat(PG_FUNCTION_ARGS)
Datum float8um(PG_FUNCTION_ARGS)
Datum regclassout(PG_FUNCTION_ARGS)
Datum to_regnamespace(PG_FUNCTION_ARGS)
Datum RI_FKey_setnull_del(PG_FUNCTION_ARGS)
Datum text_to_array(PG_FUNCTION_ARGS)
Datum namein(PG_FUNCTION_ARGS)
Datum macaddr_trunc(PG_FUNCTION_ARGS)
Datum record_in(PG_FUNCTION_ARGS)
Datum pg_event_trigger_dropped_objects(PG_FUNCTION_ARGS)
Datum dround(PG_FUNCTION_ARGS)
Datum numeric_stddev_samp(PG_FUNCTION_ARGS)
Datum internal_out(PG_FUNCTION_ARGS)
Datum macaddr_eq(PG_FUNCTION_ARGS)
Datum boolne(PG_FUNCTION_ARGS)
Datum has_column_privilege_id_name_attnum(PG_FUNCTION_ARGS)
Datum float8_covar_pop(PG_FUNCTION_ARGS)
Datum has_language_privilege_id_name(PG_FUNCTION_ARGS)
Datum int4and(PG_FUNCTION_ARGS)
Datum spg_text_inner_consistent(PG_FUNCTION_ARGS)
Datum numeric_out(PG_FUNCTION_ARGS)
Datum regoperatorout(PG_FUNCTION_ARGS)
Datum int2_accum_inv(PG_FUNCTION_ARGS)
Datum PG_character_set_id(PG_FUNCTION_ARGS)
Datum bool_accum_inv(PG_FUNCTION_ARGS)
Datum inet_set_masklen(PG_FUNCTION_ARGS)
Datum numeric_accum_inv(PG_FUNCTION_ARGS)
int errdomainconstraint(Oid datatypeOid, const char *conname)
Datum cidr_set_masklen(PG_FUNCTION_ARGS)
Datum pg_get_viewdef_name(PG_FUNCTION_ARGS)
Datum opaque_in(PG_FUNCTION_ARGS)
Datum numeric_send(PG_FUNCTION_ARGS)
Datum float4in(PG_FUNCTION_ARGS)
Datum dcot(PG_FUNCTION_ARGS)
Datum int2up(PG_FUNCTION_ARGS)
Datum pg_get_constraintdef(PG_FUNCTION_ARGS)
Datum numeric_stddev_pop(PG_FUNCTION_ARGS)
Datum pg_stat_file_1arg(PG_FUNCTION_ARGS)
int inet_net_pton(int af, const char *src, void *dst, size_t size)
Datum i2toi4(PG_FUNCTION_ARGS)
Datum int8_accum_inv(PG_FUNCTION_ARGS)
Datum has_any_column_privilege_id_name(PG_FUNCTION_ARGS)
Datum enum_recv(PG_FUNCTION_ARGS)
Datum has_function_privilege_id(PG_FUNCTION_ARGS)
Datum length_in_encoding(PG_FUNCTION_ARGS)
Datum float8smaller(PG_FUNCTION_ARGS)
Datum has_table_privilege_name(PG_FUNCTION_ARGS)
Datum RI_FKey_cascade_upd(PG_FUNCTION_ARGS)
Datum numeric_mod(PG_FUNCTION_ARGS)
Datum pg_has_role_id_name(PG_FUNCTION_ARGS)
Datum txid_current_snapshot(PG_FUNCTION_ARGS)
Datum pg_try_advisory_lock_shared_int8(PG_FUNCTION_ARGS)
Datum regexp_split_to_table_no_flags(PG_FUNCTION_ARGS)
Datum pg_get_function_identity_arguments(PG_FUNCTION_ARGS)
Datum oidlt(PG_FUNCTION_ARGS)
Datum int2gt(PG_FUNCTION_ARGS)
Datum like_escape_bytea(PG_FUNCTION_ARGS)
Datum tidsend(PG_FUNCTION_ARGS)
Datum pg_get_ruledef(PG_FUNCTION_ARGS)
Datum inetpl(PG_FUNCTION_ARGS)
Datum hashinet(PG_FUNCTION_ARGS)
Datum pg_prepared_xact(PG_FUNCTION_ARGS)
Datum pg_advisory_xact_lock_shared_int4(PG_FUNCTION_ARGS)
Datum pg_identify_object_as_address(PG_FUNCTION_ARGS)
Datum text_gt(PG_FUNCTION_ARGS)
Datum float48ne(PG_FUNCTION_ARGS)
Datum pg_stat_file(PG_FUNCTION_ARGS)
Datum int2vectorsend(PG_FUNCTION_ARGS)
Datum has_function_privilege_id_name(PG_FUNCTION_ARGS)
Datum float48le(PG_FUNCTION_ARGS)
char * format_type_with_typemod_qualified(Oid type_oid, int32 typemod)
Datum nameeq(PG_FUNCTION_ARGS)
Datum pg_has_role_name(PG_FUNCTION_ARGS)
Datum uuid_hash(PG_FUNCTION_ARGS)
Datum int2um(PG_FUNCTION_ARGS)
Datum enum_in(PG_FUNCTION_ARGS)
Datum network_smaller(PG_FUNCTION_ARGS)
Datum bttintervalcmp(PG_FUNCTION_ARGS)
Datum enum_last(PG_FUNCTION_ARGS)
Datum btint28cmp(PG_FUNCTION_ARGS)
Datum booland_statefunc(PG_FUNCTION_ARGS)
Datum xidsend(PG_FUNCTION_ARGS)
bool parse_bool(const char *value, bool *result)
Datum pg_tablespace_size_oid(PG_FUNCTION_ARGS)
Datum enum_first(PG_FUNCTION_ARGS)
Datum similar_escape(PG_FUNCTION_ARGS)
Datum int24eq(PG_FUNCTION_ARGS)
Datum pg_get_ruledef_ext(PG_FUNCTION_ARGS)
Datum txid_snapshot_send(PG_FUNCTION_ARGS)
Datum float4_accum(PG_FUNCTION_ARGS)
Datum pg_database_size_oid(PG_FUNCTION_ARGS)
Datum degrees(PG_FUNCTION_ARGS)
Datum boolsend(PG_FUNCTION_ARGS)
Datum uuid_ne(PG_FUNCTION_ARGS)
Datum dasin(PG_FUNCTION_ARGS)
Datum float4div(PG_FUNCTION_ARGS)
Datum ordered_set_transition(PG_FUNCTION_ARGS)
Datum numeric_uminus(PG_FUNCTION_ARGS)
Datum numeric_poly_stddev_pop(PG_FUNCTION_ARGS)
Datum window_dense_rank(PG_FUNCTION_ARGS)
Datum array_to_text_null(PG_FUNCTION_ARGS)
Datum numeric_poly_var_pop(PG_FUNCTION_ARGS)
Datum enum_ne(PG_FUNCTION_ARGS)
Datum int24gt(PG_FUNCTION_ARGS)
Datum numeric_float8_no_overflow(PG_FUNCTION_ARGS)
Datum int2int4_sum(PG_FUNCTION_ARGS)
void format_operator_parts(Oid operator_oid, List **objnames, List **objargs)
Datum unique_key_recheck(PG_FUNCTION_ARGS)
Datum tidlarger(PG_FUNCTION_ARGS)
Datum dceil(PG_FUNCTION_ARGS)
Datum float4ge(PG_FUNCTION_ARGS)
Datum float8mul(PG_FUNCTION_ARGS)
Datum inetnot(PG_FUNCTION_ARGS)
Datum bttextsortsupport(PG_FUNCTION_ARGS)
Datum numeric_ne(PG_FUNCTION_ARGS)
Datum pg_has_role_id(PG_FUNCTION_ARGS)
Datum int4pl(PG_FUNCTION_ARGS)
Datum float84div(PG_FUNCTION_ARGS)
Datum dacos(PG_FUNCTION_ARGS)
Datum unknownin(PG_FUNCTION_ARGS)
Datum has_table_privilege_name_name(PG_FUNCTION_ARGS)
Datum pg_blocking_pids(PG_FUNCTION_ARGS)
Datum textsend(PG_FUNCTION_ARGS)
Datum float8_var_samp(PG_FUNCTION_ARGS)
Datum float4up(PG_FUNCTION_ARGS)
Datum text_format_nv(PG_FUNCTION_ARGS)
Datum pg_try_advisory_xact_lock_shared_int4(PG_FUNCTION_ARGS)
Datum int4eq(PG_FUNCTION_ARGS)
Datum ascii(PG_FUNCTION_ARGS)
Datum network_cmp(PG_FUNCTION_ARGS)
Datum pg_get_viewdef(PG_FUNCTION_ARGS)
int32 pg_atoi(const char *s, int size, int c)
Datum has_table_privilege_id(PG_FUNCTION_ARGS)
Datum bpchar(PG_FUNCTION_ARGS)
Datum upper(PG_FUNCTION_ARGS)
oidvector * buildoidvector(const Oid *oids, int n)
Datum has_any_column_privilege_name_id(PG_FUNCTION_ARGS)
Datum pg_size_pretty(PG_FUNCTION_ARGS)
Datum has_type_privilege_id_name(PG_FUNCTION_ARGS)
Datum md5_text(PG_FUNCTION_ARGS)
char * inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size)
Datum hypothetical_cume_dist_final(PG_FUNCTION_ARGS)
Datum numeric_transform(PG_FUNCTION_ARGS)
Datum regtypein(PG_FUNCTION_ARGS)
Datum has_sequence_privilege_name_name(PG_FUNCTION_ARGS)
Datum regoperatorrecv(PG_FUNCTION_ARGS)
Datum pg_advisory_lock_int4(PG_FUNCTION_ARGS)
Datum pg_advisory_unlock_int8(PG_FUNCTION_ARGS)
Datum pg_relation_filenode(PG_FUNCTION_ARGS)
Datum array_to_text(PG_FUNCTION_ARGS)
Datum pg_get_triggerdef(PG_FUNCTION_ARGS)
Datum numeric_inc(PG_FUNCTION_ARGS)
List * stringToQualifiedNameList(const char *string)
Datum bpcharcmp(PG_FUNCTION_ARGS)
Datum float8in(PG_FUNCTION_ARGS)
Datum textregexeq(PG_FUNCTION_ARGS)
Datum int4larger(PG_FUNCTION_ARGS)
Datum network_show(PG_FUNCTION_ARGS)
Datum cidout(PG_FUNCTION_ARGS)
Datum numeric_sqrt(PG_FUNCTION_ARGS)
Datum pg_advisory_xact_lock_shared_int8(PG_FUNCTION_ARGS)
Datum format_type(PG_FUNCTION_ARGS)
Datum numeric_floor(PG_FUNCTION_ARGS)
uint64 pg_strtouint64(const char *str, char **endptr, int base)
Datum hashmacaddr(PG_FUNCTION_ARGS)
Datum network_scan_first(Datum in)
Datum text_ge(PG_FUNCTION_ARGS)
Datum record_eq(PG_FUNCTION_ARGS)
void pg_ltoa(int32 l, char *a)
Datum regtypesend(PG_FUNCTION_ARGS)
Datum float8_regr_avgx(PG_FUNCTION_ARGS)
Datum numeric_ln(PG_FUNCTION_ARGS)
Datum spg_quad_inner_consistent(PG_FUNCTION_ARGS)
Datum has_type_privilege_name_id(PG_FUNCTION_ARGS)
Datum float84ge(PG_FUNCTION_ARGS)
Datum network_sup(PG_FUNCTION_ARGS)
Datum bttext_pattern_cmp(PG_FUNCTION_ARGS)
Datum has_foreign_data_wrapper_privilege_id(PG_FUNCTION_ARGS)
Datum float4lt(PG_FUNCTION_ARGS)
Datum oidvectorout(PG_FUNCTION_ARGS)
Datum bool_anytrue(PG_FUNCTION_ARGS)
Datum cidin(PG_FUNCTION_ARGS)
Datum pg_try_advisory_xact_lock_int8(PG_FUNCTION_ARGS)
Datum record_image_eq(PG_FUNCTION_ARGS)
Datum dasind(PG_FUNCTION_ARGS)
Datum btint42cmp(PG_FUNCTION_ARGS)
Datum tidrecv(PG_FUNCTION_ARGS)
Datum float4eq(PG_FUNCTION_ARGS)
Datum txid_snapshot_xip(PG_FUNCTION_ARGS)
Datum macaddr_send(PG_FUNCTION_ARGS)
Datum dsqrt(PG_FUNCTION_ARGS)
Datum regoperatorin(PG_FUNCTION_ARGS)
Datum bpchar_smaller(PG_FUNCTION_ARGS)
Datum has_language_privilege_name_name(PG_FUNCTION_ARGS)
Datum int4le(PG_FUNCTION_ARGS)
Datum btbpchar_pattern_sortsupport(PG_FUNCTION_ARGS)
Datum has_language_privilege_name(PG_FUNCTION_ARGS)
Datum numerictypmodout(PG_FUNCTION_ARGS)
Datum has_sequence_privilege_name(PG_FUNCTION_ARGS)
Datum pg_try_advisory_lock_int8(PG_FUNCTION_ARGS)
Datum ftoi2(PG_FUNCTION_ARGS)
int2vector * buildint2vector(const int16 *int2s, int n)
Datum enum_larger(PG_FUNCTION_ARGS)
Datum numeric_float8(PG_FUNCTION_ARGS)
Datum inet_client_addr(PG_FUNCTION_ARGS)
Datum numeric_var_pop(PG_FUNCTION_ARGS)
Datum window_row_number(PG_FUNCTION_ARGS)
Datum void_in(PG_FUNCTION_ARGS)
Datum rtrim1(PG_FUNCTION_ARGS)
Datum numeric_recv(PG_FUNCTION_ARGS)
Datum dcos(PG_FUNCTION_ARGS)
Datum pg_column_size(PG_FUNCTION_ARGS)
Datum trigger_in(PG_FUNCTION_ARGS)
Datum numeric_avg_accum(PG_FUNCTION_ARGS)
Datum cstring_send(PG_FUNCTION_ARGS)
Datum pg_advisory_unlock_shared_int8(PG_FUNCTION_ARGS)
Datum btfloat8sortsupport(PG_FUNCTION_ARGS)
Datum percentile_disc_multi_final(PG_FUNCTION_ARGS)
Datum tidsmaller(PG_FUNCTION_ARGS)
Datum pg_collation_for(PG_FUNCTION_ARGS)
Datum float8lt(PG_FUNCTION_ARGS)
Datum to_regoper(PG_FUNCTION_ARGS)
Datum text_char(PG_FUNCTION_ARGS)
Datum oidvectoreq(PG_FUNCTION_ARGS)
Datum float8_regr_sxx(PG_FUNCTION_ARGS)
Datum pg_event_trigger_table_rewrite_oid(PG_FUNCTION_ARGS)
PGDLLIMPORT int extra_float_digits
Datum oidsend(PG_FUNCTION_ARGS)
Datum int4_avg_accum_inv(PG_FUNCTION_ARGS)
Datum ordered_set_transition_multi(PG_FUNCTION_ARGS)
Datum RI_FKey_setdefault_upd(PG_FUNCTION_ARGS)
Datum macaddr_ge(PG_FUNCTION_ARGS)
Datum pg_identify_object(PG_FUNCTION_ARGS)
Datum initcap(PG_FUNCTION_ARGS)
Datum btrecordcmp(PG_FUNCTION_ARGS)
Datum uuid_recv(PG_FUNCTION_ARGS)
Datum numeric_cmp(PG_FUNCTION_ARGS)
Datum pg_xact_commit_timestamp(PG_FUNCTION_ARGS)
bool parse_bool_with_len(const char *value, size_t len, bool *result)
Datum byteatrim(PG_FUNCTION_ARGS)
Datum has_column_privilege_name_id_attnum(PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_name_name(PG_FUNCTION_ARGS)
Datum cidr_out(PG_FUNCTION_ARGS)
Datum int2pl(PG_FUNCTION_ARGS)
Datum cstring_recv(PG_FUNCTION_ARGS)
Datum inet_in(PG_FUNCTION_ARGS)
Datum int2_avg_accum_inv(PG_FUNCTION_ARGS)
Datum pg_read_binary_file(PG_FUNCTION_ARGS)
Datum text_regclass(PG_FUNCTION_ARGS)
Datum pg_node_tree_in(PG_FUNCTION_ARGS)
Datum pg_event_trigger_ddl_commands(PG_FUNCTION_ARGS)
Datum network_scan_last(Datum in)
bool SplitDirectoriesString(char *rawstring, char separator, List **namelist)
Datum spg_quad_choose(PG_FUNCTION_ARGS)
Datum numerictypmodin(PG_FUNCTION_ARGS)
Datum pg_size_bytes(PG_FUNCTION_ARGS)
Datum enum_range_all(PG_FUNCTION_ARGS)
Datum boolge(PG_FUNCTION_ARGS)
Datum dsign(PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_id_name(PG_FUNCTION_ARGS)
Datum int2div(PG_FUNCTION_ARGS)
Datum record_image_ge(PG_FUNCTION_ARGS)
Datum xidout(PG_FUNCTION_ARGS)
Datum event_trigger_out(PG_FUNCTION_ARGS)
Datum void_recv(PG_FUNCTION_ARGS)
char * quote_literal_cstr(const char *rawstr)
Datum int8_avg_accum_inv(PG_FUNCTION_ARGS)
Datum charlt(PG_FUNCTION_ARGS)
Datum to_regprocedure(PG_FUNCTION_ARGS)
Datum float8_numeric(PG_FUNCTION_ARGS)
Datum fdw_handler_in(PG_FUNCTION_ARGS)
Datum network_supeq(PG_FUNCTION_ARGS)
Datum pg_get_serial_sequence(PG_FUNCTION_ARGS)
Datum row_security_active(PG_FUNCTION_ARGS)
Datum float4recv(PG_FUNCTION_ARGS)
Datum pg_advisory_xact_lock_int4(PG_FUNCTION_ARGS)
Datum bool_alltrue(PG_FUNCTION_ARGS)
Datum has_any_column_privilege_name(PG_FUNCTION_ARGS)
Datum datand(PG_FUNCTION_ARGS)
Datum numeric_ge(PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_id(PG_FUNCTION_ARGS)
Datum show_all_file_settings(PG_FUNCTION_ARGS)
Datum has_column_privilege_id_name(PG_FUNCTION_ARGS)
Datum has_type_privilege_id_id(PG_FUNCTION_ARGS)
Datum xidrecv(PG_FUNCTION_ARGS)
Datum has_database_privilege_name_id(PG_FUNCTION_ARGS)
Datum oidin(PG_FUNCTION_ARGS)
Datum namegt(PG_FUNCTION_ARGS)
Datum has_foreign_data_wrapper_privilege_name_id(PG_FUNCTION_ARGS)
Datum dacosd(PG_FUNCTION_ARGS)
Datum has_column_privilege_id_attnum(PG_FUNCTION_ARGS)
Datum shell_out(PG_FUNCTION_ARGS)
Datum cideq(PG_FUNCTION_ARGS)
Datum ftoi4(PG_FUNCTION_ARGS)
Datum width_bucket_float8(PG_FUNCTION_ARGS)
Datum has_column_privilege_name_name(PG_FUNCTION_ARGS)
Datum has_any_column_privilege_id(PG_FUNCTION_ARGS)
Datum int4_accum_inv(PG_FUNCTION_ARGS)
Datum percentile_cont_interval_final(PG_FUNCTION_ARGS)
Datum pg_read_file(PG_FUNCTION_ARGS)
Datum pg_get_viewdef_name_ext(PG_FUNCTION_ARGS)
Datum enum_lt(PG_FUNCTION_ARGS)
Datum radians(PG_FUNCTION_ARGS)
Datum enum_eq(PG_FUNCTION_ARGS)
Datum btint48cmp(PG_FUNCTION_ARGS)
int varstr_levenshtein(const char *source, int slen, const char *target, int tlen, int ins_c, int del_c, int sub_c, bool trusted)
Datum enum_cmp(PG_FUNCTION_ARGS)
Datum to_regtype(PG_FUNCTION_ARGS)
Datum ftod(PG_FUNCTION_ARGS)
Datum pg_relation_is_updatable(PG_FUNCTION_ARGS)
Datum spg_kd_config(PG_FUNCTION_ARGS)
Datum text_le(PG_FUNCTION_ARGS)
Datum bpchar_larger(PG_FUNCTION_ARGS)
Datum has_server_privilege_name_id(PG_FUNCTION_ARGS)
Datum PG_char_to_encoding(PG_FUNCTION_ARGS)
Datum bpcharge(PG_FUNCTION_ARGS)
Datum btint4sortsupport(PG_FUNCTION_ARGS)
Datum xid_age(PG_FUNCTION_ARGS)
Datum network_sub(PG_FUNCTION_ARGS)
Datum btfloat4cmp(PG_FUNCTION_ARGS)
Datum tsm_handler_out(PG_FUNCTION_ARGS)
Datum has_database_privilege_id(PG_FUNCTION_ARGS)
Datum float48gt(PG_FUNCTION_ARGS)
int32 type_maximum_size(Oid type_oid, int32 typemod)
Datum dtand(PG_FUNCTION_ARGS)
Datum pg_get_triggerdef_ext(PG_FUNCTION_ARGS)
Datum int4or(PG_FUNCTION_ARGS)
Datum anynonarray_out(PG_FUNCTION_ARGS)
Datum current_user(PG_FUNCTION_ARGS)
Datum lower(PG_FUNCTION_ARGS)
Datum int4shl(PG_FUNCTION_ARGS)
Datum numeric_sign(PG_FUNCTION_ARGS)
Datum language_handler_in(PG_FUNCTION_ARGS)
Datum uuid_ge(PG_FUNCTION_ARGS)
Datum namele(PG_FUNCTION_ARGS)
Datum record_ne(PG_FUNCTION_ARGS)
Datum dexp(PG_FUNCTION_ARGS)
Datum bpchartypmodin(PG_FUNCTION_ARGS)
Datum spg_quad_picksplit(PG_FUNCTION_ARGS)
Datum textoverlay_no_len(PG_FUNCTION_ARGS)
Datum int2shl(PG_FUNCTION_ARGS)
Datum int4ne(PG_FUNCTION_ARGS)
Datum to_regrole(PG_FUNCTION_ARGS)
Datum int2not(PG_FUNCTION_ARGS)
Datum regroleout(PG_FUNCTION_ARGS)
Datum btint84cmp(PG_FUNCTION_ARGS)
Datum to_hex64(PG_FUNCTION_ARGS)
Datum int2vectorin(PG_FUNCTION_ARGS)
Datum charout(PG_FUNCTION_ARGS)
Datum int4_sum(PG_FUNCTION_ARGS)
Datum nameiclike(PG_FUNCTION_ARGS)
Datum shell_in(PG_FUNCTION_ARGS)
Datum int2le(PG_FUNCTION_ARGS)
Datum pg_try_advisory_xact_lock_shared_int8(PG_FUNCTION_ARGS)
Datum bpchar_pattern_le(PG_FUNCTION_ARGS)
Datum inet_to_cidr(PG_FUNCTION_ARGS)
Datum pg_try_advisory_lock_int4(PG_FUNCTION_ARGS)
Datum has_type_privilege_name(PG_FUNCTION_ARGS)
Datum btfloat48cmp(PG_FUNCTION_ARGS)
Datum has_server_privilege_name_name(PG_FUNCTION_ARGS)
Datum btreltimecmp(PG_FUNCTION_ARGS)
Datum bpcharlen(PG_FUNCTION_ARGS)
Datum window_lag(PG_FUNCTION_ARGS)
Datum int2mi(PG_FUNCTION_ARGS)
Datum RI_FKey_noaction_del(PG_FUNCTION_ARGS)
Datum pg_get_userbyid(PG_FUNCTION_ARGS)
Datum string_agg_finalfn(PG_FUNCTION_ARGS)
Datum pg_control_init(PG_FUNCTION_ARGS)
Datum numeric_smaller(PG_FUNCTION_ARGS)
Datum spg_kd_picksplit(PG_FUNCTION_ARGS)
Datum float8up(PG_FUNCTION_ARGS)
Datum opaque_out(PG_FUNCTION_ARGS)
Datum pg_prepared_statement(PG_FUNCTION_ARGS)
Datum int2_avg_accum(PG_FUNCTION_ARGS)
Datum percentile_cont_interval_multi_final(PG_FUNCTION_ARGS)
Datum fdw_handler_out(PG_FUNCTION_ARGS)
Datum has_column_privilege_id_id_attnum(PG_FUNCTION_ARGS)
Datum rtrim(PG_FUNCTION_ARGS)
Datum text_name(PG_FUNCTION_ARGS)
Datum uuid_gt(PG_FUNCTION_ARGS)
Datum btoidvectorcmp(PG_FUNCTION_ARGS)
Datum nameicnlike(PG_FUNCTION_ARGS)
Datum oidsmaller(PG_FUNCTION_ARGS)
Datum spg_quad_config(PG_FUNCTION_ARGS)
Datum int2xor(PG_FUNCTION_ARGS)
Datum int2vectoreq(PG_FUNCTION_ARGS)
Datum uuid_le(PG_FUNCTION_ARGS)
Datum btint8sortsupport(PG_FUNCTION_ARGS)
Datum pg_advisory_xact_lock_int8(PG_FUNCTION_ARGS)
Datum pg_get_viewdef_wrap(PG_FUNCTION_ARGS)
Datum regprocout(PG_FUNCTION_ARGS)
Datum has_server_privilege_id_id(PG_FUNCTION_ARGS)
Datum network_netmask(PG_FUNCTION_ARGS)
char * format_type_be_qualified(Oid type_oid)
Datum pg_advisory_lock_int8(PG_FUNCTION_ARGS)
Datum btrim(PG_FUNCTION_ARGS)
Datum btint2sortsupport(PG_FUNCTION_ARGS)
Datum bpchar_pattern_ge(PG_FUNCTION_ARGS)
Datum float4um(PG_FUNCTION_ARGS)
Datum int24mi(PG_FUNCTION_ARGS)
Datum numeric_div(PG_FUNCTION_ARGS)
Datum bpcharle(PG_FUNCTION_ARGS)
Datum float8div(PG_FUNCTION_ARGS)
Datum pg_get_expr(PG_FUNCTION_ARGS)
Datum enum_gt(PG_FUNCTION_ARGS)
Datum numeric_uplus(PG_FUNCTION_ARGS)
Datum bpcharoctetlen(PG_FUNCTION_ARGS)
Datum numeric_round(PG_FUNCTION_ARGS)
Datum bytea_string_agg_transfn(PG_FUNCTION_ARGS)
Datum inet_server_addr(PG_FUNCTION_ARGS)
Datum pg_advisory_unlock_all(PG_FUNCTION_ARGS)
Datum record_image_ne(PG_FUNCTION_ARGS)
Datum has_column_privilege_name_attnum(PG_FUNCTION_ARGS)
Datum int24ne(PG_FUNCTION_ARGS)
Datum nameicregexne(PG_FUNCTION_ARGS)
Datum has_sequence_privilege_name_id(PG_FUNCTION_ARGS)
Datum int4um(PG_FUNCTION_ARGS)
Datum regconfigrecv(PG_FUNCTION_ARGS)
char * regexp_fixed_prefix(text *text_re, bool case_insensitive, Oid collation, bool *exact)
Datum bttextcmp(PG_FUNCTION_ARGS)
Datum anyelement_in(PG_FUNCTION_ARGS)
Datum float48lt(PG_FUNCTION_ARGS)
Datum generate_series_int4(PG_FUNCTION_ARGS)
Datum regprocin(PG_FUNCTION_ARGS)
Datum spg_text_picksplit(PG_FUNCTION_ARGS)
int namestrcmp(Name name, const char *str)
Datum pg_advisory_lock_shared_int4(PG_FUNCTION_ARGS)
Datum regnamespaceout(PG_FUNCTION_ARGS)
Datum has_type_privilege_name_name(PG_FUNCTION_ARGS)
Datum uuid_cmp(PG_FUNCTION_ARGS)
Datum cidr_in(PG_FUNCTION_ARGS)
Datum pg_extension_config_dump(PG_FUNCTION_ARGS)
float get_float4_infinity(void)
Datum tidin(PG_FUNCTION_ARGS)
int bpchartruelen(char *s, int len)
Datum regrolerecv(PG_FUNCTION_ARGS)
Datum RI_FKey_restrict_upd(PG_FUNCTION_ARGS)
Datum i4tof(PG_FUNCTION_ARGS)
Datum txid_snapshot_xmax(PG_FUNCTION_ARGS)
Datum xideq(PG_FUNCTION_ARGS)
Datum numeric_lt(PG_FUNCTION_ARGS)
Datum spg_quad_leaf_consistent(PG_FUNCTION_ARGS)
Datum network_ge(PG_FUNCTION_ARGS)
Datum int4abs(PG_FUNCTION_ARGS)
Datum translate(PG_FUNCTION_ARGS)
Datum pg_has_role_name_id(PG_FUNCTION_ARGS)
Datum pg_table_size(PG_FUNCTION_ARGS)
Datum boolgt(PG_FUNCTION_ARGS)
Datum btfloat8cmp(PG_FUNCTION_ARGS)
Datum window_lead_with_offset(PG_FUNCTION_ARGS)
Datum numeric_accum(PG_FUNCTION_ARGS)
Datum pg_ls_dir_1arg(PG_FUNCTION_ARGS)
Datum pg_get_object_address(PG_FUNCTION_ARGS)
Datum internal_in(PG_FUNCTION_ARGS)
Datum booleq(PG_FUNCTION_ARGS)
Datum text_pattern_le(PG_FUNCTION_ARGS)
Datum varchar_transform(PG_FUNCTION_ARGS)
Datum has_database_privilege_name(PG_FUNCTION_ARGS)
Datum float84lt(PG_FUNCTION_ARGS)
Datum regproceduresend(PG_FUNCTION_ARGS)
Datum btabstimecmp(PG_FUNCTION_ARGS)
Datum float8ne(PG_FUNCTION_ARGS)
Datum text_left(PG_FUNCTION_ARGS)
Datum text_substr(PG_FUNCTION_ARGS)
text * cstring_to_text(const char *s)
int is_infinite(double val)
Datum bpcharsend(PG_FUNCTION_ARGS)
Datum hash_numeric(PG_FUNCTION_ARGS)
Datum int24ge(PG_FUNCTION_ARGS)
Datum nameregexeq(PG_FUNCTION_ARGS)
Datum pg_get_keywords(PG_FUNCTION_ARGS)
void format_procedure_parts(Oid operator_oid, List **objnames, List **objargs)
Datum btint82cmp(PG_FUNCTION_ARGS)
Datum uuid_send(PG_FUNCTION_ARGS)
Datum textregexne(PG_FUNCTION_ARGS)
Datum int2out(PG_FUNCTION_ARGS)
Datum regdictionaryout(PG_FUNCTION_ARGS)
char * quote_qualified_identifier(const char *qualifier, const char *ident)
Datum datan2(PG_FUNCTION_ARGS)
Datum namerecv(PG_FUNCTION_ARGS)
Datum int2vectorrecv(PG_FUNCTION_ARGS)
Datum pg_get_viewdef_ext(PG_FUNCTION_ARGS)
Datum regclassin(PG_FUNCTION_ARGS)
Datum int2lt(PG_FUNCTION_ARGS)
Datum textrecv(PG_FUNCTION_ARGS)
Datum tidout(PG_FUNCTION_ARGS)
Datum float4abs(PG_FUNCTION_ARGS)
Datum has_function_privilege_name(PG_FUNCTION_ARGS)
Datum int8_avg_accum(PG_FUNCTION_ARGS)
Datum to_hex32(PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_name(PG_FUNCTION_ARGS)
Datum enum_send(PG_FUNCTION_ARGS)
Datum pg_control_checkpoint(PG_FUNCTION_ARGS)
Datum float8_regr_accum(PG_FUNCTION_ARGS)
Datum dtof(PG_FUNCTION_ARGS)
Datum regtyperecv(PG_FUNCTION_ARGS)
Datum float84eq(PG_FUNCTION_ARGS)
Datum has_table_privilege_id_name(PG_FUNCTION_ARGS)
Datum has_schema_privilege_id(PG_FUNCTION_ARGS)
Datum pg_convert_from(PG_FUNCTION_ARGS)
Datum float84mul(PG_FUNCTION_ARGS)
Datum int4_avg_accum(PG_FUNCTION_ARGS)
Datum chargt(PG_FUNCTION_ARGS)
Datum float8_var_pop(PG_FUNCTION_ARGS)
Datum dpow(PG_FUNCTION_ARGS)
Datum float8_regr_syy(PG_FUNCTION_ARGS)
Datum bpcharrecv(PG_FUNCTION_ARGS)
Datum regtypeout(PG_FUNCTION_ARGS)
Datum int4smaller(PG_FUNCTION_ARGS)
Datum float8send(PG_FUNCTION_ARGS)
Datum pg_ddl_command_in(PG_FUNCTION_ARGS)
Datum like_escape(PG_FUNCTION_ARGS)
Datum generate_series_numeric(PG_FUNCTION_ARGS)
Datum float48eq(PG_FUNCTION_ARGS)
Datum pg_ddl_command_out(PG_FUNCTION_ARGS)
unsigned hex_encode(const char *src, unsigned len, char *dst)
Datum datan2d(PG_FUNCTION_ARGS)
Datum numeric_poly_sum(PG_FUNCTION_ARGS)
Datum inet_abbrev(PG_FUNCTION_ARGS)
Datum has_column_privilege_name_name_name(PG_FUNCTION_ARGS)
Datum btnamesortsupport(PG_FUNCTION_ARGS)
Datum has_type_privilege_id(PG_FUNCTION_ARGS)
Datum int4_numeric(PG_FUNCTION_ARGS)
Datum numeric_trunc(PG_FUNCTION_ARGS)
Datum txid_snapshot_recv(PG_FUNCTION_ARGS)
Datum dlog1(PG_FUNCTION_ARGS)
Datum pg_convert(PG_FUNCTION_ARGS)
Datum varchar(PG_FUNCTION_ARGS)
Datum lpad(PG_FUNCTION_ARGS)
Datum tsm_bernoulli_handler(PG_FUNCTION_ARGS)
Datum tidne(PG_FUNCTION_ARGS)
Datum regexp_matches_no_flags(PG_FUNCTION_ARGS)
Datum float8ge(PG_FUNCTION_ARGS)
Datum network_eq(PG_FUNCTION_ARGS)
Datum has_server_privilege_id_name(PG_FUNCTION_ARGS)
Datum int4mod(PG_FUNCTION_ARGS)
Datum bpchareq(PG_FUNCTION_ARGS)
Datum float84gt(PG_FUNCTION_ARGS)
Datum btnamecmp(PG_FUNCTION_ARGS)
Datum int8_numeric(PG_FUNCTION_ARGS)
Datum float84le(PG_FUNCTION_ARGS)
Datum current_database(PG_FUNCTION_ARGS)
Datum textoctetlen(PG_FUNCTION_ARGS)
Datum network_overlap(PG_FUNCTION_ARGS)
Datum pg_get_function_arguments(PG_FUNCTION_ARGS)
Datum numeric_exp(PG_FUNCTION_ARGS)
Datum int4_bool(PG_FUNCTION_ARGS)
Datum oidvectorlt(PG_FUNCTION_ARGS)
Datum mxid_age(PG_FUNCTION_ARGS)
Datum anyarray_recv(PG_FUNCTION_ARGS)
Datum oidvectorge(PG_FUNCTION_ARGS)
Datum window_lag_with_offset(PG_FUNCTION_ARGS)
Datum regrolesend(PG_FUNCTION_ARGS)
Datum pg_advisory_unlock_shared_int4(PG_FUNCTION_ARGS)
Datum window_ntile(PG_FUNCTION_ARGS)
Datum numeric_poly_stddev_samp(PG_FUNCTION_ARGS)
Datum set_config_by_name(PG_FUNCTION_ARGS)
Datum float84mi(PG_FUNCTION_ARGS)
Datum textoverlay(PG_FUNCTION_ARGS)
Datum has_table_privilege_name_id(PG_FUNCTION_ARGS)
Datum text_pattern_lt(PG_FUNCTION_ARGS)
void varstr_sortsupport(SortSupport ssup, Oid collid, bool bpchar)
Datum has_tablespace_privilege_name_id(PG_FUNCTION_ARGS)
Datum anyrange_in(PG_FUNCTION_ARGS)
Datum float8_avg(PG_FUNCTION_ARGS)
Datum int42div(PG_FUNCTION_ARGS)
Datum int4inc(PG_FUNCTION_ARGS)
Datum int4xor(PG_FUNCTION_ARGS)
Datum nameout(PG_FUNCTION_ARGS)
Datum btint8cmp(PG_FUNCTION_ARGS)
Datum pg_total_relation_size(PG_FUNCTION_ARGS)
Datum oidlarger(PG_FUNCTION_ARGS)
Datum dsin(PG_FUNCTION_ARGS)
Datum pg_rotate_logfile(PG_FUNCTION_ARGS)
Datum enum_range_bounds(PG_FUNCTION_ARGS)
Datum txid_snapshot_out(PG_FUNCTION_ARGS)
Datum numeric_int8(PG_FUNCTION_ARGS)
double get_float8_nan(void)
Datum int2and(PG_FUNCTION_ARGS)
Datum macaddr_recv(PG_FUNCTION_ARGS)
Datum has_language_privilege_id_id(PG_FUNCTION_ARGS)
void pg_itoa(int16 i, char *a)
Datum anyarray_in(PG_FUNCTION_ARGS)
Datum window_nth_value(PG_FUNCTION_ARGS)
Datum btint24cmp(PG_FUNCTION_ARGS)
Datum oidrecv(PG_FUNCTION_ARGS)
Datum pg_get_expr_ext(PG_FUNCTION_ARGS)
Datum has_database_privilege_id_name(PG_FUNCTION_ARGS)
Datum varcharsend(PG_FUNCTION_ARGS)
Datum network_le(PG_FUNCTION_ARGS)
Datum regdictionaryin(PG_FUNCTION_ARGS)
Datum has_foreign_data_wrapper_privilege_id_id(PG_FUNCTION_ARGS)
Datum pg_ddl_command_recv(PG_FUNCTION_ARGS)
Datum boolin(PG_FUNCTION_ARGS)
Datum domain_recv(PG_FUNCTION_ARGS)
Datum namege(PG_FUNCTION_ARGS)
Datum anyrange_out(PG_FUNCTION_ARGS)
Datum suppress_redundant_updates_trigger(PG_FUNCTION_ARGS)
Datum spg_kd_choose(PG_FUNCTION_ARGS)
Datum cstring_out(PG_FUNCTION_ARGS)
Datum oidvectorle(PG_FUNCTION_ARGS)
Datum window_lead(PG_FUNCTION_ARGS)
Datum has_language_privilege_id(PG_FUNCTION_ARGS)
Datum textpos(PG_FUNCTION_ARGS)
Datum pg_relation_size(PG_FUNCTION_ARGS)
Datum text_smaller(PG_FUNCTION_ARGS)
char * format_operator(Oid operator_oid)
Datum i4toi2(PG_FUNCTION_ARGS)
Datum inet_send(PG_FUNCTION_ARGS)
Datum regdictionaryrecv(PG_FUNCTION_ARGS)
Datum getdatabaseencoding(PG_FUNCTION_ARGS)
Datum has_foreign_data_wrapper_privilege_id_name(PG_FUNCTION_ARGS)
Datum spg_kd_inner_consistent(PG_FUNCTION_ARGS)
Datum numeric_log(PG_FUNCTION_ARGS)
Datum int2_numeric(PG_FUNCTION_ARGS)
Datum byteanlike(PG_FUNCTION_ARGS)
Datum numeric_ceil(PG_FUNCTION_ARGS)
Datum database_character_set(PG_FUNCTION_ARGS)
Datum varcharrecv(PG_FUNCTION_ARGS)
Datum quote_ident(PG_FUNCTION_ARGS)
Datum regclasssend(PG_FUNCTION_ARGS)
Datum generate_series_step_numeric(PG_FUNCTION_ARGS)
Datum float8out(PG_FUNCTION_ARGS)
Datum pg_sleep(PG_FUNCTION_ARGS)
Datum has_tablespace_privilege_id_id(PG_FUNCTION_ARGS)
Datum index_am_handler_out(PG_FUNCTION_ARGS)
Datum numeric_int2(PG_FUNCTION_ARGS)
Datum boolout(PG_FUNCTION_ARGS)
Datum hypothetical_dense_rank_final(PG_FUNCTION_ARGS)
Datum window_lead_with_offset_and_default(PG_FUNCTION_ARGS)
Datum regexp_split_to_table(PG_FUNCTION_ARGS)
Datum anyarray_send(PG_FUNCTION_ARGS)
Datum bpchar_pattern_lt(PG_FUNCTION_ARGS)
Datum network_subeq(PG_FUNCTION_ARGS)
Datum macaddr_gt(PG_FUNCTION_ARGS)
Datum inet_out(PG_FUNCTION_ARGS)
Datum int4send(PG_FUNCTION_ARGS)
Datum regexp_split_to_array_no_flags(PG_FUNCTION_ARGS)
Datum rpad(PG_FUNCTION_ARGS)
Datum setseed(PG_FUNCTION_ARGS)
Datum cidr_recv(PG_FUNCTION_ARGS)
Datum btrecordimagecmp(PG_FUNCTION_ARGS)
Datum show_config_by_name_missing_ok(PG_FUNCTION_ARGS)
Datum int2_accum(PG_FUNCTION_ARGS)
Datum uuid_sortsupport(PG_FUNCTION_ARGS)
Datum float8recv(PG_FUNCTION_ARGS)
Datum record_recv(PG_FUNCTION_ARGS)
Datum pg_get_indexdef(PG_FUNCTION_ARGS)
char * format_procedure(Oid procedure_oid)
Datum textout(PG_FUNCTION_ARGS)
Datum pg_extension_update_paths(PG_FUNCTION_ARGS)
Datum pg_get_multixact_members(PG_FUNCTION_ARGS)
Datum btcharcmp(PG_FUNCTION_ARGS)
Datum void_out(PG_FUNCTION_ARGS)
Datum has_schema_privilege_name_id(PG_FUNCTION_ARGS)
Datum any_out(PG_FUNCTION_ARGS)
Datum oidvectorgt(PG_FUNCTION_ARGS)
Datum pg_has_role_id_id(PG_FUNCTION_ARGS)
Datum float48ge(PG_FUNCTION_ARGS)
Datum int42ne(PG_FUNCTION_ARGS)
Datum dtan(PG_FUNCTION_ARGS)
Datum float8abs(PG_FUNCTION_ARGS)
Datum charrecv(PG_FUNCTION_ARGS)
Datum network_family(PG_FUNCTION_ARGS)
Datum network_gt(PG_FUNCTION_ARGS)
Datum record_image_gt(PG_FUNCTION_ARGS)
Datum pg_last_committed_xact(PG_FUNCTION_ARGS)
Datum pg_read_file_all(PG_FUNCTION_ARGS)
Datum oidge(PG_FUNCTION_ARGS)
Datum pg_cancel_backend(PG_FUNCTION_ARGS)
Datum has_database_privilege_name_name(PG_FUNCTION_ARGS)
Datum void_send(PG_FUNCTION_ARGS)
Datum int42pl(PG_FUNCTION_ARGS)
Datum textregexreplace_noopt(PG_FUNCTION_ARGS)
Datum has_function_privilege_id_id(PG_FUNCTION_ARGS)
Datum split_text(PG_FUNCTION_ARGS)
Datum txid_current(PG_FUNCTION_ARGS)
Datum tidge(PG_FUNCTION_ARGS)
Datum texticregexne(PG_FUNCTION_ARGS)
Datum int2mul(PG_FUNCTION_ARGS)
Datum pg_advisory_unlock_int4(PG_FUNCTION_ARGS)
Datum anyarray_out(PG_FUNCTION_ARGS)
Datum oidvectorsend(PG_FUNCTION_ARGS)
Datum varchartypmodin(PG_FUNCTION_ARGS)
char * format_operator_qualified(Oid operator_oid)
Datum textin(PG_FUNCTION_ARGS)
Datum int42mi(PG_FUNCTION_ARGS)
Datum txid_snapshot_in(PG_FUNCTION_ARGS)
Datum pg_config(PG_FUNCTION_ARGS)
Datum has_any_column_privilege_name_name(PG_FUNCTION_ARGS)
Datum pg_get_constraintdef_ext(PG_FUNCTION_ARGS)
Datum macaddr_not(PG_FUNCTION_ARGS)
Datum float8_regr_intercept(PG_FUNCTION_ARGS)
Datum pg_read_binary_file_all(PG_FUNCTION_ARGS)
Datum record_out(PG_FUNCTION_ARGS)
Datum int4out(PG_FUNCTION_ARGS)
Datum regoperatorsend(PG_FUNCTION_ARGS)
Datum text_to_array_null(PG_FUNCTION_ARGS)
char * text_to_cstring(const text *t)
Datum network_network(PG_FUNCTION_ARGS)
Datum texteq(PG_FUNCTION_ARGS)
Datum btoidsortsupport(PG_FUNCTION_ARGS)
Datum pgsql_version(PG_FUNCTION_ARGS)
Datum window_cume_dist(PG_FUNCTION_ARGS)
Datum regoperout(PG_FUNCTION_ARGS)
Datum regconfigout(PG_FUNCTION_ARGS)
Datum spg_text_config(PG_FUNCTION_ARGS)
Datum i2tof(PG_FUNCTION_ARGS)
Datum btfloat84cmp(PG_FUNCTION_ARGS)
Datum pg_ddl_command_send(PG_FUNCTION_ARGS)
Datum numeric_larger(PG_FUNCTION_ARGS)
Datum tidle(PG_FUNCTION_ARGS)
Datum record_send(PG_FUNCTION_ARGS)
Datum int8_accum(PG_FUNCTION_ARGS)
Datum namelike(PG_FUNCTION_ARGS)
Datum numeric(PG_FUNCTION_ARGS)
Datum RI_FKey_setnull_upd(PG_FUNCTION_ARGS)
Datum regnamespacein(PG_FUNCTION_ARGS)
Datum session_user(PG_FUNCTION_ARGS)
Datum float8_covar_samp(PG_FUNCTION_ARGS)
Datum network_hostmask(PG_FUNCTION_ARGS)
Datum text_pattern_ge(PG_FUNCTION_ARGS)
Datum pg_read_binary_file_off_len(PG_FUNCTION_ARGS)
Datum hypothetical_rank_final(PG_FUNCTION_ARGS)
Datum int24mul(PG_FUNCTION_ARGS)
Datum pg_node_tree_recv(PG_FUNCTION_ARGS)
Datum dtoi4(PG_FUNCTION_ARGS)
Datum pg_filenode_relation(PG_FUNCTION_ARGS)
Datum name_bpchar(PG_FUNCTION_ARGS)
Datum int2mod(PG_FUNCTION_ARGS)
Datum int42ge(PG_FUNCTION_ARGS)
Datum pg_column_is_updatable(PG_FUNCTION_ARGS)
Datum cidrecv(PG_FUNCTION_ARGS)
Datum text_lt(PG_FUNCTION_ARGS)
Datum float8eq(PG_FUNCTION_ARGS)
Datum numeric_mul(PG_FUNCTION_ARGS)
Datum dcotd(PG_FUNCTION_ARGS)
Datum ltrim(PG_FUNCTION_ARGS)
Datum bpchar_sortsupport(PG_FUNCTION_ARGS)
Datum enum_ge(PG_FUNCTION_ARGS)
Datum btfloat4sortsupport(PG_FUNCTION_ARGS)
Datum has_function_privilege_name_id(PG_FUNCTION_ARGS)
Datum regexp_matches(PG_FUNCTION_ARGS)
Datum float4mi(PG_FUNCTION_ARGS)
int xidComparator(const void *arg1, const void *arg2)
Datum numeric_int4(PG_FUNCTION_ARGS)
Datum network_lt(PG_FUNCTION_ARGS)
Datum quote_nullable(PG_FUNCTION_ARGS)
Datum int24lt(PG_FUNCTION_ARGS)
char * format_procedure_qualified(Oid procedure_oid)
Datum index_am_handler_in(PG_FUNCTION_ARGS)
Datum text_reverse(PG_FUNCTION_ARGS)
Datum has_column_privilege_id_id_name(PG_FUNCTION_ARGS)
char * pg_ltostr(char *str, int32 value)
Datum float4gt(PG_FUNCTION_ARGS)
Datum pg_indexes_size(PG_FUNCTION_ARGS)
Datum i4tochar(PG_FUNCTION_ARGS)
Datum current_schemas(PG_FUNCTION_ARGS)
Datum varcharin(PG_FUNCTION_ARGS)
Datum enum_out(PG_FUNCTION_ARGS)
Datum trigger_out(PG_FUNCTION_ARGS)
Datum spg_text_leaf_consistent(PG_FUNCTION_ARGS)
Datum bool_accum(PG_FUNCTION_ARGS)
Datum pg_cursor(PG_FUNCTION_ARGS)
Datum pg_advisory_lock_shared_int8(PG_FUNCTION_ARGS)
Datum numeric_poly_avg(PG_FUNCTION_ARGS)
Datum regprocsend(PG_FUNCTION_ARGS)
Datum ltrim1(PG_FUNCTION_ARGS)
Datum numeric_add(PG_FUNCTION_ARGS)
Datum uuid_eq(PG_FUNCTION_ARGS)
Datum uuid_lt(PG_FUNCTION_ARGS)
Datum to_regproc(PG_FUNCTION_ARGS)
Datum pg_terminate_backend(PG_FUNCTION_ARGS)
Datum textregexreplace(PG_FUNCTION_ARGS)
Datum regprocedureout(PG_FUNCTION_ARGS)
Datum float4pl(PG_FUNCTION_ARGS)
Datum has_sequence_privilege_id_name(PG_FUNCTION_ARGS)
Datum pg_num_nonnulls(PG_FUNCTION_ARGS)
Datum int4ge(PG_FUNCTION_ARGS)
Datum float8gt(PG_FUNCTION_ARGS)
Datum text_concat_ws(PG_FUNCTION_ARGS)
Datum boolrecv(PG_FUNCTION_ARGS)
Datum bytea_string_agg_finalfn(PG_FUNCTION_ARGS)
Datum has_column_privilege_name_name_attnum(PG_FUNCTION_ARGS)
Datum unknownsend(PG_FUNCTION_ARGS)
Datum record_lt(PG_FUNCTION_ARGS)
Datum textlike(PG_FUNCTION_ARGS)
Datum float4le(PG_FUNCTION_ARGS)
Datum oidvectorrecv(PG_FUNCTION_ARGS)
Datum numeric_gt(PG_FUNCTION_ARGS)
Datum anyenum_in(PG_FUNCTION_ARGS)
Datum has_schema_privilege_name(PG_FUNCTION_ARGS)
Datum char_text(PG_FUNCTION_ARGS)
List * textToQualifiedNameList(text *textval)
Datum pg_encoding_max_length_sql(PG_FUNCTION_ARGS)
Datum texticregexeq(PG_FUNCTION_ARGS)
Datum int42le(PG_FUNCTION_ARGS)
Datum txid_snapshot_xmin(PG_FUNCTION_ARGS)
Datum tidlt(PG_FUNCTION_ARGS)
Datum int2smaller(PG_FUNCTION_ARGS)
Datum dtoi2(PG_FUNCTION_ARGS)
Datum anyenum_out(PG_FUNCTION_ARGS)
Datum record_ge(PG_FUNCTION_ARGS)
Datum has_foreign_data_wrapper_privilege_name(PG_FUNCTION_ARGS)
Datum boolle(PG_FUNCTION_ARGS)
Datum btoidcmp(PG_FUNCTION_ARGS)
Datum drandom(PG_FUNCTION_ARGS)
Datum numeric_scale(PG_FUNCTION_ARGS)
Datum show_config_by_name(PG_FUNCTION_ARGS)
Datum int42gt(PG_FUNCTION_ARGS)
Datum dlog10(PG_FUNCTION_ARGS)
double convert_network_to_scalar(Datum value, Oid typid)
Datum int4shr(PG_FUNCTION_ARGS)
Datum btboolcmp(PG_FUNCTION_ARGS)
Datum int4in(PG_FUNCTION_ARGS)
Datum cstring_in(PG_FUNCTION_ARGS)
Datum macaddr_and(PG_FUNCTION_ARGS)
Datum btbpchar_pattern_cmp(PG_FUNCTION_ARGS)
Datum replace_text(PG_FUNCTION_ARGS)
Datum spg_text_choose(PG_FUNCTION_ARGS)
Datum numeric_fac(PG_FUNCTION_ARGS)
Datum btint4cmp(PG_FUNCTION_ARGS)
Datum macaddr_cmp(PG_FUNCTION_ARGS)
Datum regprocrecv(PG_FUNCTION_ARGS)
Datum oidvectorin(PG_FUNCTION_ARGS)
Datum bool_int4(PG_FUNCTION_ARGS)
Datum float8mi(PG_FUNCTION_ARGS)
Datum charne(PG_FUNCTION_ARGS)
Datum numeric_sortsupport(PG_FUNCTION_ARGS)
Datum RI_FKey_setdefault_del(PG_FUNCTION_ARGS)
Datum float48div(PG_FUNCTION_ARGS)
Datum textregexsubstr(PG_FUNCTION_ARGS)
Datum ginarrayconsistent(PG_FUNCTION_ARGS)
Datum numeric_sub(PG_FUNCTION_ARGS)
Datum has_language_privilege_name_id(PG_FUNCTION_ARGS)
Datum int2in(PG_FUNCTION_ARGS)
float get_float4_nan(void)
Datum int24div(PG_FUNCTION_ARGS)
Datum window_first_value(PG_FUNCTION_ARGS)
Datum int4gt(PG_FUNCTION_ARGS)
Datum macaddr_lt(PG_FUNCTION_ARGS)
text * cstring_to_text_with_len(const char *s, int len)
int namecpy(Name n1, Name n2)
Datum oidvectorne(PG_FUNCTION_ARGS)
Datum RI_FKey_restrict_del(PG_FUNCTION_ARGS)
Datum regclassrecv(PG_FUNCTION_ARGS)
Datum pg_relation_filepath(PG_FUNCTION_ARGS)
Datum inet_client_port(PG_FUNCTION_ARGS)
Datum pg_size_pretty_numeric(PG_FUNCTION_ARGS)
Datum dpi(PG_FUNCTION_ARGS)