#include <setjmp.h>#include "utils/errcodes.h"


Go to the source code of this file.
Data Structures | |
| struct | ErrorContextCallback |
| struct | ErrorData |
Defines | |
| #define | DEBUG5 10 |
| #define | DEBUG4 11 |
| #define | DEBUG3 12 |
| #define | DEBUG2 13 |
| #define | DEBUG1 14 |
| #define | LOG 15 |
| #define | COMMERROR 16 |
| #define | INFO 17 |
| #define | NOTICE 18 |
| #define | WARNING 19 |
| #define | ERROR 20 |
| #define | FATAL 21 |
| #define | PANIC 22 |
| #define | PGSIXBIT(ch) (((ch) - '0') & 0x3F) |
| #define | PGUNSIXBIT(val) (((val) & 0x3F) + '0') |
| #define | MAKE_SQLSTATE(ch1, ch2, ch3, ch4, ch5) |
| #define | ERRCODE_TO_CATEGORY(ec) ((ec) & ((1 << 12) - 1)) |
| #define | ERRCODE_IS_CATEGORY(ec) (((ec) & ~((1 << 12) - 1)) == 0) |
| #define | PG_FUNCNAME_MACRO NULL |
| #define | ereport_domain(elevel, domain, rest) |
| #define | ereport(elevel, rest) ereport_domain(elevel, TEXTDOMAIN, rest) |
| #define | TEXTDOMAIN NULL |
| #define | elog elog_start(__FILE__, __LINE__, PG_FUNCNAME_MACRO), elog_finish |
| #define | PG_TRY() |
| #define | PG_CATCH() |
| #define | PG_END_TRY() |
| #define | PG_RE_THROW() (pg_re_throw(), exit(1)) |
| #define | LOG_DESTINATION_STDERR 1 |
| #define | LOG_DESTINATION_SYSLOG 2 |
| #define | LOG_DESTINATION_EVENTLOG 4 |
| #define | LOG_DESTINATION_CSVLOG 8 |
Enumerations | |
| enum | PGErrorVerbosity { PGERROR_TERSE, PGERROR_DEFAULT, PGERROR_VERBOSE } |
Functions | |
| bool | errstart (int elevel, const char *filename, int lineno, const char *funcname, const char *domain) |
| void | errfinish (int dummy,...) |
| int | errcode (int sqlerrcode) |
| int | errcode_for_file_access (void) |
| int | errcode_for_socket_access (void) |
| int | errmsg (const char *fmt,...) __attribute__((format(printf |
| int int | errmsg_internal (const char *fmt,...) __attribute__((format(printf |
| int int int | errmsg_plural (const char *fmt_singular, const char *fmt_plural, unsigned long n,...) __attribute__((format(printf |
| int int int | __attribute__ ((format(printf, 2, 4))) |
| int | errdetail (const char *fmt,...) __attribute__((format(printf |
| int int | errdetail_log (const char *fmt,...) __attribute__((format(printf |
| int int int | errdetail_plural (const char *fmt_singular, const char *fmt_plural, unsigned long n,...) __attribute__((format(printf |
| int | errhint (const char *fmt,...) __attribute__((format(printf |
| int int | errcontext (const char *fmt,...) __attribute__((format(printf |
| int int int | errhidestmt (bool hide_stmt) |
| int | errfunction (const char *funcname) |
| int | errposition (int cursorpos) |
| int | internalerrposition (int cursorpos) |
| int | internalerrquery (const char *query) |
| int | geterrcode (void) |
| int | geterrposition (void) |
| int | getinternalerrposition (void) |
| void | elog_start (const char *filename, int lineno, const char *funcname) |
| void | elog_finish (int elevel, const char *fmt,...) __attribute__((format(printf |
| void | EmitErrorReport (void) |
| ErrorData * | CopyErrorData (void) |
| void | FreeErrorData (ErrorData *edata) |
| void | FlushErrorState (void) |
| void | ReThrowError (ErrorData *edata) |
| void | pg_re_throw (void) __attribute__((noreturn)) |
| void | DebugFileOpen (void) |
| char * | unpack_sql_state (int sql_state) |
| bool | in_error_recursion_trouble (void) |
| void | write_stderr (const char *fmt,...) __attribute__((format(printf |
Variables | |
| PGDLLIMPORT ErrorContextCallback * | error_context_stack |
| PGDLLIMPORT sigjmp_buf * | PG_exception_stack |
| int | Log_error_verbosity |
| char * | Log_line_prefix |
| int | Log_destination |
| #define COMMERROR 16 |
Definition at line 28 of file elog.h.
Referenced by CheckClosedConnection(), error_severity(), errstart(), HandleFunctionRequest(), internal_flush(), is_log_level_output(), pq_getbyte_if_available(), pq_getmessage(), pq_recvbuf(), ProcessStartupPacket(), recv_password_packet(), secure_read(), secure_write(), send_message_to_server_log(), SocketBackend(), and WalSndHandshake().
| #define DEBUG1 14 |
Definition at line 25 of file elog.h.
Referenced by Async_Listen(), Async_Notify(), Async_Unlisten(), Async_UnlistenAll(), AtCommit_Notify(), AutoVacWorkerMain(), BgBufferSync(), CheckArchiveTimeout(), EnableNotifyInterrupt(), error_severity(), Exec_ListenPreCommit(), Exec_UnlistenAllCommit(), Exec_UnlistenCommit(), fsm_search_avail(), geqo(), gistUserPicksplit(), HandleNotifyInterrupt(), log_invalid_page(), mdsync(), pgarch_archiveXlog(), PreCommit_Notify(), ProcessCompletedNotifies(), ProcessIncomingNotify(), RestoreArchivedFile(), send_message_to_server_log(), SetTransactionIdLimit(), StartupXLOG(), SysLoggerMain(), visibilitymap_clear(), visibilitymap_set(), visibilitymap_test(), visibilitymap_truncate(), xlog_redo(), and XLogPageRead().
| #define DEBUG2 13 |
Definition at line 24 of file elog.h.
Referenced by _bt_getbuf(), _bt_insert_parent(), analyze_rel(), autovac_balance_cost(), BackendStartup(), BgBufferSync(), btree_predicate_proof(), CatalogCacheComputeHashValue(), CatalogCacheFlushCatalog(), CatalogCacheIdInvalidate(), CatalogCacheInitializeCache(), CleanupBackend(), CleanupBackupHistory(), cluster_rel(), ConditionalMultiXactIdWait(), CreateMultiXactId(), CreateRestartPoint(), deleteWhatDependsOn(), error_severity(), exec_bind_message(), exec_parse_message(), ExecMarkPos(), ExecResultMarkPos(), forget_invalid_pages(), forget_invalid_pages_db(), geqo(), GetMultiXactIdMembers(), GetNewMultiXactId(), HandleChildCrash(), InstrEndLoop(), InstrStartNode(), InstrStopNode(), lazy_vacuum_rel(), load_libraries(), LogCurrentRunningXacts(), MultiXactAdvanceNextMXact(), MultiXactGetCheckptMulti(), MultiXactIdCreate(), MultiXactIdExpand(), MultiXactIdIsRunning(), MultiXactIdSetOldestMember(), MultiXactIdSetOldestVisible(), MultiXactIdWait(), MultiXactSetNextMXact(), MultiXactShmemInit(), mXactCacheGetById(), mXactCacheGetBySet(), mXactCachePut(), pg_class_aclmask(), pltcl_elog(), PLy_debug(), pmdie(), PrepareToInvalidateCacheTuple(), ProcArrayApplyRecoveryInfo(), processCancelRequest(), ProcSleep(), readRecoveryCommandFile(), RecoveryRestartPoint(), RemoveOldXlogFiles(), reportDependentObjects(), ResetCatalogCaches(), RestoreArchivedFile(), SearchCatCache(), SearchCatCacheList(), send_message_to_server_log(), set_max_safe_fds(), SlruScanDirectory(), StandbyReleaseAllLocks(), StartupXLOG(), TruncateMultiXact(), UpdateMinRecoveryPoint(), validate_index(), XLogFileInit(), and XLogPageRead().
| #define DEBUG3 12 |
Definition at line 23 of file elog.h.
Referenced by assign_timezone_abbreviations(), BackendRun(), bqarr_in(), cache_locale_time(), CreateSharedMemoryAndSemaphores(), error_severity(), ExecuteRecoveryEndCommand(), exitArchiveRecovery(), find_in_dynamic_libpath(), findoprnd(), finish_xact_command(), g_int_picksplit(), GUC_complaint_elevel(), InitPostgres(), pgarch_archiveXlog(), plperl_fini(), PortalRun(), PortalRunUtility(), PostmasterMain(), proc_exit(), proc_exit_prepare(), ProcArrayApplyRecoveryInfo(), ProcessQuery(), readTimeLineHistory(), relation_needs_vacanalyze(), RestoreArchivedFile(), send_message_to_server_log(), set_config_option(), set_config_sourcefile(), shmem_exit(), ShowTransactionState(), ShowTransactionStateRec(), signal_child(), SignalBackends(), start_xact_command(), and StartupXLOG().
| #define DEBUG4 11 |
Definition at line 22 of file elog.h.
Referenced by bitposition(), boot_openrel(), check_foreign_key(), check_primary_key(), clause_selectivity(), closerel(), DefineAttr(), error_severity(), funny_dup17(), gettype(), InsertOneNull(), InsertOneTuple(), InsertOneValue(), KnownAssignedXidsAdd(), KnownAssignedXidsRemove(), KnownAssignedXidsRemoveMany(), lo_close(), lo_open(), ProcessCatchupEvent(), ProcessCommittedInvalidationMessages(), reaper(), ReceiveSharedInvalidMessages(), RecordKnownAssignedTransactionIds(), score_timezone(), send_message_to_server_log(), sendAuthRequest(), SharedInvalBackendInit(), SICleanupQueue(), SignalSomeChildren(), StandbyAcquireAccessExclusiveLock(), StandbyReleaseLocks(), StandbyReleaseLocksMany(), and timetravel().
| #define DEBUG5 10 |
Definition at line 20 of file elog.h.
Referenced by _dosmaperr(), error_severity(), GUC_complaint_elevel(), recv_password_packet(), and send_message_to_server_log().
| #define elog elog_start(__FILE__, __LINE__, PG_FUNCNAME_MACRO), elog_finish |
Definition at line 193 of file elog.h.
Referenced by _bt_check_rowcompare(), _bt_check_unique(), _bt_compare_scankey_args(), _bt_endpoint(), _bt_findinsertloc(), _bt_findsplitloc(), _bt_first(), _bt_get_endpoint(), _bt_getbuf(), _bt_getroot(), _bt_gettrueroot(), _bt_insert_parent(), _bt_mark_scankey_required(), _bt_moveright(), _bt_newroot(), _bt_pagedel(), _bt_parent_deletion_safe(), _bt_pgaddtup(), _bt_preprocess_keys(), _bt_restore_page(), _bt_sortaddtup(), _bt_split(), _bt_start_vacuum(), _bt_walk_left(), _copyAConst(), _copyValue(), _equalList(), _equalValue(), _hash_datum2hashkey_type(), _hash_dropscan(), _hash_expandtable(), _hash_firstfreebit(), _hash_freeovflpage(), _hash_getbuf(), _hash_getbuf_with_strategy(), _hash_getinitbuf(), _hash_getnewbuf(), _hash_metapinit(), _hash_pgaddtup(), _ltree_consistent(), _metaphone(), _outList(), _outNode(), _outRangeTblEntry(), _outValue(), _readBitmapset(), _readBoolExpr(), _readRangeTblEntry(), _SPI_begin_call(), _SPI_cursor_operation(), _SPI_pquery(), AbortSubTransaction(), AbortTransaction(), abstimein(), aclcheck_error(), aclcheck_error_col(), acldefault(), aclmask(), aclmask_direct(), aclparse(), acquire_sample_rows(), AcquireRewriteLocks(), add_base_rels_to_query(), add_function_defaults(), add_vars_to_targetlist(), addTargetToSortList(), adjust_appendrel_attrs_mutator(), adjust_inherited_tlist(), AdjustIntervalForTypmod(), AfterTriggerExecute(), afterTriggerInvokeEvents(), AfterTriggerSaveEvent(), AfterTriggerSetState(), aggregate_dummy(), AggregateCreate(), allocacl(), allocate_reloption(), AllocateAttribute(), AllocateDir(), AllocateFile(), AllocateVfd(), AllocSetFree(), AllocSetRealloc(), AlterConversionOwner_internal(), AlterDatabase(), AlterDomainAddConstraint(), AlterDomainDefault(), AlterDomainDropConstraint(), AlterDomainNotNull(), AlterFunction(), AlterFunctionNamespace(), AlterFunctionOwner(), AlterFunctionOwner_oid(), AlterLanguageOwner_oid(), AlterOpClassOwner(), AlterOperatorOwner_internal(), AlterOpFamilyAdd(), AlterOpFamilyDrop(), AlterOpFamilyOwner(), AlterRelationNamespaceInternal(), AlterRole(), AlterSchemaOwner_oid(), AlterTable(), AlterTableNamespace(), AlterTSConfigurationOwner(), AlterTSDictionary(), AlterTSDictionaryOwner(), AlterTypeNamespaceInternal(), AlterTypeOwnerInternal(), AlterUserMapping(), analyzeCTE(), apply_map_update(), ApplyRetrieveRule(), array_agg_transfn(), array_fill(), array_fill_with_lower_bounds(), array_map(), assignOperTypes(), AssignPostmasterChildSlot(), assignProcTypes(), assignTSCurrentConfig(), Async_Listen(), Async_Notify(), Async_Unlisten(), Async_UnlistenAll(), AsyncShmemInit(), ATAddForeignKeyConstraint(), AtCommit_Notify(), AtEOSubXact_HashTables(), AtEOSubXact_Namespace(), AtEOXact_GUC(), AtEOXact_HashTables(), AtEOXact_Namespace(), AtEOXact_Snapshot(), ATExecAddColumn(), ATExecAddConstraint(), ATExecAlterColumnType(), ATExecChangeOwner(), ATExecCmd(), ATExecDropColumn(), ATExecDropConstraint(), ATExecDropInherit(), ATExecDropNotNull(), ATExecSetRelOptions(), ATExecSetTableSpace(), ATPostAlterTypeParse(), AtPrepare_Locks(), ATPrepCmd(), ATRewriteTable(), AtStart_GUC(), attnumAttName(), attnumTypeId(), AttrDefaultFetch(), autoinc(), autovac_balance_cost(), AutoVacLauncherMain(), AutoVacWorkerMain(), AuxiliaryProcessMain(), backend_read_statsfile(), BackendInitialize(), BackgroundWriterMain(), BeginInternalSubTransaction(), BeginTransactionBlock(), BgBufferSync(), binary_decode(), binary_encode(), BitmapHeapNext(), bitposition(), blkno_to_bitno(), bms_add_member(), bms_del_member(), bms_is_member(), bms_make_singleton(), bms_singleton_member(), booltestsel(), boot_get_type_io_data(), boot_openrel(), bootstrap_signals(), BootstrapToastTable(), bqarr_in(), bt_metap(), bt_page_items(), bt_page_stats(), btbuild(), btcostestimate(), btree_predicate_proof(), btree_redo(), btree_xlog_cleanup(), btree_xlog_insert(), btree_xlog_split(), BufFileSeek(), BufTableDelete(), build_coercion_expression(), build_datatype(), build_function_result_tupdesc_d(), build_index_pathkeys(), build_joinrel_tlist(), build_pgstattuple_type(), build_physical_tlist(), build_regexp_split_result(), build_row_from_vars(), build_simple_rel(), build_subplan(), build_tuplestore_recursively(), BuildIndexInfo(), buildMergedJoinVar(), byteaout(), cache_locale_time(), CacheInvalidateRelcacheByRelid(), CacheRegisterRelcacheCallback(), CacheRegisterSyscacheCallback(), CatalogCacheComputeHashValue(), CatalogCacheComputeTupleHashValue(), CatalogCacheInitializeCache(), check_encoding_conversion_args(), check_exclusion_constraint(), check_float8_array(), check_foreign_key(), check_password(), check_primary_key(), check_same_host_or_net(), CheckConstraintFetch(), CheckDateTokenTable(), CheckMyDatabase(), CheckRelationOwnership(), checkWellFormedRecursion(), checkWellFormedRecursionWalker(), checkWellFormedSelectStmt(), clause_selectivity(), CleanUpLock(), CleanupProcSignalState(), CleanupSubTransaction(), CleanupTempFiles(), CleanupTransaction(), clog_redo(), closerel(), cluster(), coerce_type(), collectDatumForItem(), CommandIsReadOnly(), CommentAttribute(), CommentConstraint(), CommentLargeObject(), CommentObject(), CommentTrigger(), CommitSubTransaction(), CommitTransaction(), CommitTransactionCommand(), CommuteOpExpr(), CommuteRowCompareExpr(), compare_tlist_datatypes(), compile_plperl_function(), compile_pltcl_function(), compute_attributes_sql_style(), ComputeIndexAttrs(), computePartialMatchList(), config_enum_lookup_by_value(), connectby(), ConstructTupleDescriptor(), ConversionCreate(), ConversionIsVisible(), convert_aclright_to_string(), convert_network_to_scalar(), convert_numeric_to_scalar(), convert_string_datum(), convert_subquery_pathkeys(), convert_testexpr_mutator(), convert_timevalue_to_scalar(), ConvertTriggerToFK(), copy_heap_data(), copy_plpgsql_datum(), CopyArrayEls(), copyObject(), copytup_datum(), cost_bitmap_tree_node(), cost_mergejoin(), cost_qual_eval_walker(), count_agg_clauses_walker(), count_usable_fds(), create_bitmap_subplan(), create_ctescan_plan(), create_join_plan(), create_mergejoin_plan(), create_plan(), create_scan_plan(), create_toast_table(), create_unique_plan(), create_worktablescan_plan(), CreateCast(), CreateCheckPoint(), CreateCommandTag(), createdb(), createForeignKeyTriggers(), CreateLockFile(), CreateOptsFile(), CreateRole(), CreateSharedMemoryAndSemaphores(), CreateSharedProcArray(), CreateTrigger(), crosstab(), currtid_for_view(), datumGetSize(), dbase_redo(), dblink_exec(), dblink_record_internal(), dblink_send_query(), DCH_cache_getnew(), DeadLockCheck(), DeadLockCheckRecurse(), decompile_conbin(), deconstruct_recurse(), defGetString(), defGetTypeLength(), DefineAttr(), DefineDomain(), DefineIndex(), DefineOpClass(), DefineSavepoint(), DefineTSConfiguration(), DefineView(), Delete(), DeleteRelationTuple(), deregister_seq_scan(), deserialize_deflist(), DirectFunctionCall1(), DirectFunctionCall2(), DirectFunctionCall3(), DirectFunctionCall4(), DirectFunctionCall5(), DirectFunctionCall6(), DirectFunctionCall7(), DirectFunctionCall8(), DirectFunctionCall9(), DiscardCommand(), distribute_qual_to_rels(), distribute_restrictinfo_to_rels(), do_analyze_rel(), do_autovacuum(), do_compile(), do_numeric_accum(), do_numeric_avg_accum(), do_start_worker(), DoCopy(), doDeletion(), domain_check_input(), DoPortalRunFetch(), DropCastById(), DropConversionsCommand(), dropdb(), DropProceduralLanguageById(), DropRelFileNodeLocalBuffers(), dump_stmt(), dumptuples(), edge_failure(), EnableNotifyInterrupt(), EncodeSpecialDate(), EncodeSpecialTimestamp(), EndTransactionBlock(), enlargeStringInfo(), entryFillRoot(), entryPlaceToPage(), entrySplitPage(), enum_first(), enum_last(), eqjoinsel(), equal(), eval_const_expressions_mutator(), EvalPlanQualAddRowMark(), EvalPlanQualFetch(), EvalPlanQualFetchRowMarks(), examine_attribute(), examine_variable(), exec_assign_value(), exec_dynquery_with_params(), exec_eval_datum(), exec_for_query(), exec_get_datum_type(), Exec_ListenPreCommit(), exec_move_row(), exec_prepare_plan(), exec_run_select(), exec_stmt(), exec_stmt_block(), exec_stmt_dynexecute(), exec_stmt_execsql(), exec_stmt_fetch(), exec_stmt_forc(), exec_stmt_getdiag(), exec_stmt_loop(), exec_stmt_open(), exec_stmt_raise(), exec_stmt_return(), exec_stmt_return_next(), exec_stmt_while(), Exec_UnlistenAllCommit(), Exec_UnlistenCommit(), ExecAlterDefaultPrivilegesStmt(), ExecAlterObjectSchemaStmt(), ExecAlterOwnerStmt(), ExecCheckRTEPerms(), execCurrentOf(), ExecDelete(), ExecEndNode(), ExecEvalAggref(), ExecEvalArrayRef(), ExecEvalBooleanTest(), ExecEvalCoerceToDomain(), ExecEvalCurrentOfExpr(), ExecEvalFieldSelect(), ExecEvalNullTest(), ExecEvalRowCompare(), ExecEvalVar(), ExecEvalWindowFunc(), ExecEvalXml(), ExecGrant_Attribute(), ExecGrant_Database(), ExecGrant_Fdw(), ExecGrant_ForeignServer(), ExecGrant_Function(), ExecGrant_Language(), ExecGrant_Largeobject(), ExecGrant_Namespace(), ExecGrant_Relation(), ExecGrant_Tablespace(), ExecGrantStmt_oids(), ExecHash(), ExecHashSubPlan(), ExecHashTableCreate(), ExecIndexBuildScanKeys(), ExecInitAgg(), ExecInitExpr(), ExecInitFunctionScan(), ExecInitHashJoin(), ExecInitLockRows(), ExecInitMergeJoin(), ExecInitModifyTable(), ExecInitNestLoop(), ExecInitNode(), ExecInitSubPlan(), ExecInitWindowAgg(), ExecLimit(), ExecLockRows(), ExecMarkPos(), ExecMergeJoin(), ExecModifyTable(), ExecProcNode(), ExecRenameStmt(), ExecReScan(), ExecReScanModifyTable(), ExecReScanSetParamPlan(), ExecRestrPos(), ExecResultMarkPos(), ExecResultRestrPos(), ExecSetParamPlan(), ExecSetVariableStmt(), ExecSubPlan(), execTuplesHashPrepare(), ExecUpdate(), ExecuteDoStmt(), ExecuteGrantStmt(), ExecuteQuery(), ExecWindowAgg(), expand_all_col_privileges(), expand_col_privileges(), expand_indexqual_conditions(), expand_indexqual_rowcompare(), expand_targetlist(), expandRecordVariable(), expandRTE(), explain_get_index_name(), ExplainExecuteQuery(), expression_tree_mutator(), expression_tree_walker(), exprType(), exprTypmod(), fetch_finfo_record(), fetch_fp_info(), fetch_function_defaults(), FileAccess(), FileClose(), FilePrefetch(), FileRead(), FileSeek(), FileSync(), FileTruncate(), FileWrite(), FillPortalStore(), fillRelOptions(), finalize_plan(), find_base_rel(), find_coercion_pathway(), find_expr_references_walker(), find_in_dynamic_libpath(), find_indexpath_quals(), find_jointree_node_for_rel(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), find_window_functions_walker(), findDependentObjects(), findoprnd(), findoprnd_recurse(), findParents(), fireASTriggers(), fireBSTriggers(), fix_indexqual_operand(), fix_indexqual_references(), fix_join_expr_mutator(), fix_upper_expr_mutator(), flatten_reloptions(), flatten_set_variable_args(), fmgr(), fmgr_c_validator(), fmgr_info_C_lang(), fmgr_info_cxt_security(), fmgr_info_other_lang(), fmgr_internal_validator(), fmgr_oldstyle(), fmgr_security_definer(), fmgr_sql(), fmgr_sql_validator(), forget_invalid_pages(), forget_invalid_pages_db(), forget_matching_split(), format_type_internal(), FormIndexDatum(), ForwardFsyncRequest(), FreeDesc(), FreeDir(), FreeFile(), FreeVfd(), fsm_search_avail(), fsm_space_needed_to_cat(), func_get_detail(), func_strict(), func_volatile(), FunctionCall1(), FunctionCall2(), FunctionCall3(), FunctionCall4(), FunctionCall5(), FunctionCall6(), FunctionCall7(), FunctionCall8(), FunctionCall9(), FunctionIsVisible(), funny_dup17(), g_int_compress(), g_int_picksplit(), generate_function_name(), generate_nonunion_plan(), generate_operator_name(), generate_recursion_plan(), generate_relation_name(), generateClonedIndexStmt(), geqo(), get_actual_variable_range(), get_attstatsslot(), get_atttypetypmod(), get_base_rel_indexes(), get_column_info_for_window(), get_compare_function_for_ordering_op(), get_crosstab_tuplestore(), get_eclass_for_sort_expr(), get_from_clause_item(), get_func_arg_info(), get_func_cost(), get_func_input_arg_names(), get_func_nargs(), get_func_result_name(), get_func_retset(), get_func_rettype(), get_func_rows(), get_func_signature(), get_indexpath_pages(), get_insert_query_def(), get_join_variables(), get_last_relevant_decnum(), get_matching_location(), get_name_for_var_field(), get_op_opfamily_properties(), get_opclass(), get_opclass_family(), get_opclass_input_type(), get_opclass_name(), get_oper_expr(), get_query_def(), get_raw_page_internal(), get_relid_attribute_name(), get_relids_for_join(), get_relids_in_jointree(), get_rte_attribute_is_dropped(), get_rte_attribute_name(), get_rte_attribute_type(), get_rule_expr(), get_setop_query(), get_sortgroupref_tle(), get_sql_delete(), get_sublink_expr(), get_sync_bit(), get_ts_parser_func(), get_ts_template_func(), get_tuple_of_interest(), get_typdefault(), get_type_category_preferred(), get_type_io_data(), get_typlenbyval(), get_typlenbyvalalign(), get_utility_query_def(), get_val(), get_variable(), get_windowfunc_expr(), GetAccessStrategy(), GetAttributeByName(), GetAttributeByNum(), getBaseTypeAndTypmod(), getbytealen(), GetCCHashEqFuncs(), GetCommandLogLevel(), GetCTEForRTE(), GetDomainConstraints(), GetForeignDataWrapper(), GetForeignServer(), getInsertSelectQuery(), getInstallationPaths(), GetLatestSnapshot(), getlen(), GetLockConflicts(), GetNewObjectId(), GetNewOid(), GetNewTransactionId(), getObjectClass(), getObjectDescription(), getOidListDiff(), getOpFamilyDescription(), getRelationDescription(), GetSharedMemName(), gettoken_tsvector(), getTokenTypes(), GetTSConfigTuple(), getTSCurrentConfig(), GetTupleForTrigger(), gettype(), getTypeBinaryInputInfo(), getTypeBinaryOutputInfo(), getTypeInputInfo(), getTypeOutputInfo(), ghstore_consistent(), ghstore_in(), ghstore_out(), gimme_gene(), gimme_tree(), gin_consistent_hstore(), gin_desc(), gin_extract_hstore_query(), gin_redo(), ginarrayconsistent(), ginbuild(), ginHeapTupleFastInsert(), ginint4_consistent(), ginint4_queryextract(), ginmarkpos(), ginRedoInsert(), ginRedoInsertListPage(), ginRedoSplit(), ginRedoUpdateMetapage(), ginRedoVacuumPage(), ginrestrpos(), ginVacuumEntryPage(), gist_point_consistent(), gist_point_consistent_internal(), gist_redo(), gistbuild(), gistContinueInsert(), gistfillbuffer(), gistgettuple(), gistmarkpos(), gistplacetopage(), gistrestrpos(), gistUserPicksplit(), gistxlogFindPath(), grow_memtuples(), gtrgm_in(), gtrgm_out(), HandleNotifyInterrupt(), has_subclass(), hash_corrupted(), hash_create(), hash_freeze(), hash_ok_operator(), hash_redo(), hash_search_with_hash_value(), hashbuild(), hashbulkdelete(), hashgettuple(), hashmarkpos(), hashrestrpos(), heap2_redo(), heap_attisnull(), heap_create_with_catalog(), heap_delete(), heap_get_latest_tid(), heap_getsysattr(), heap_inplace_update(), heap_lock_tuple(), heap_page_items(), heap_prune_chain(), heap_redo(), heap_update(), heap_xlog_delete(), heap_xlog_inplace(), heap_xlog_insert(), heap_xlog_lock(), heap_xlog_update(), hide_coercion_node(), hstoreUpgrade(), IncrementVarSublevelsUp_walker(), index_build(), index_create(), index_drop(), index_getprocinfo(), index_update_stats(), IndexBuildHeapScan(), IndexGetRelation(), IndexSupportInitialize(), IndexSupportsBackwardScan(), inet_to_cidr(), infix(), init_custom_variable(), init_MultiFuncCall(), init_params(), init_sql_fcache(), InitAuxiliaryProcess(), InitBufTable(), InitCatalogCache(), initGISTstate(), initialize(), initialize_peragg(), InitializeOneGUCOption(), InitLocalBuffers(), InitLocks(), InitPlan(), InitPostgres(), InitProcess(), InitShmemIndex(), inittapes(), inline_function(), inline_set_returning_function(), InputFunctionCall(), Insert(), insert_username(), InsertOneNull(), InsertOneTuple(), InsertOneValue(), InstrEndLoop(), InstrStartNode(), InstrStopNode(), int2_avg_accum(), int4_avg_accum(), int8_avg(), int8out(), internal_get_result_type(), InternalIpcMemoryCreate(), interpret_func_volatility(), interpretInhOption(), interval_accum(), interval_avg(), interval_in(), interval_out(), interval_part(), interval_trunc(), intervaltypmodout(), inv_getsize(), inv_open(), inv_read(), inv_seek(), inv_truncate(), inv_write(), InvalidateAttoptCacheCallback(), InvalidateBuffer(), InvalidateOprCacheCallBack(), InvalidateTableSpaceCacheCallback(), IpcMemoryDelete(), IpcMemoryDetach(), IpcSemaphoreKill(), is_simple_subquery(), is_simple_union_all(), is_simple_union_all_recurse(), issue_xlog_fsync(), join_search_one_level(), join_selectivity(), KnownAssignedXidsAdd(), KnownAssignedXidsDisplay(), KnownAssignedXidsRemove(), KnownAssignedXidsRemoveMany(), lazy_scan_heap(), lc_collate_is_c(), lc_ctype_is_c(), list_concat(), lo_close(), lo_manage(), lo_open(), load_categories_hash(), load_critical_index(), LocalBufferAlloc(), LocalExecuteInvalidationMessage(), locate_grouping_columns(), lock_twophase_postcommit(), lock_twophase_recover(), lock_twophase_standby_recover(), LockAcquireExtended(), LockBuffer(), LockBufferForCleanup(), LockRelease(), LockReleaseAll(), LockReleaseCurrentOwner(), log_invalid_page(), LogCheckpointEnd(), LogCheckpointStart(), LogicalTapeBackspace(), LogicalTapeSeek(), LogicalTapeWrite(), lookup_ts_config_cache(), lookup_ts_dictionary_cache(), lookup_ts_parser_cache(), lookup_type_cache(), LookupAggNameTypeNames(), LookupOpclassInfo(), LookupTypeName(), lquery_in(), LruDelete(), LruInsert(), ltree_consistent(), ltree_in(), LWLockAcquire(), LWLockAssign(), LWLockConditionalAcquire(), LWLockRelease(), make_absolute_path(), make_agg_subplan(), make_const(), make_inh_translation_list(), make_inner_pathkeys_for_merge(), make_join_rel(), make_new_heap(), make_pathkey_from_sortinfo(), make_rel_from_joinlist(), make_restrictinfo_from_bitmapqual(), make_sort_from_pathkeys(), make_tsvector(), make_tuple_from_row(), makepol(), makeStringAggState(), map_sql_table_to_xmlschema(), map_sql_type_to_xml_name(), mark_index_clustered(), MarkBufferDirty(), markQueryForLocking(), markRTEForSelectPriv(), markTargetListOrigin(), match_index_to_operand(), match_unsorted_outer(), materializeResult(), mdnblocks(), mdsync(), MemoryContextAlloc(), MemoryContextAllocZero(), MemoryContextAllocZeroAligned(), mergeonerun(), MergeWithExistingConstraint(), metaphone(), MJExamineQuals(), moddatetime(), movedb(), MultiExecBitmapAnd(), MultiExecBitmapOr(), MultiExecProcNode(), multixact_redo(), myFunctionCall2(), NameListToString(), NamespaceCreate(), network_prefix_quals(), nodeRead(), NotifyMyFrontEnd(), nulltestsel(), NUM_cache_getnew(), NUM_cache_remove(), NUM_numpart_from_char(), NUM_numpart_to_char(), NUM_processor(), numeric_avg(), numeric_stddev_internal(), objectNamesToOids(), objectsInSchemaToOids(), OidFunctionCall1(), OidFunctionCall2(), OidFunctionCall3(), OidFunctionCall4(), OidFunctionCall5(), OidFunctionCall6(), OidFunctionCall7(), OidFunctionCall8(), OidFunctionCall9(), on_shmem_exit(), op_input_types(), op_strict(), op_volatile(), OpclassIsVisible(), OpenTemporaryFileInTablespace(), OperatorCreate(), OperatorIsVisible(), OpfamilyIsVisible(), page_header(), PageAddItem(), PageIndexMultiDelete(), PageIndexTupleDelete(), parse_affentry(), parse_format(), parse_hstore(), parse_one_reloption(), parse_snapshot(), parse_tsquery(), parseNodeString(), PathNameOpenFile(), pattern_fixed_prefix(), pattern_selectivity(), patternsel(), PerformAuthentication(), PerformCursorOpen(), PersistHoldablePortal(), pg_aclmask(), pg_atoi(), pg_bind_textdomain_codeset(), pg_class_aclmask(), pg_column_size(), pg_dlopen(), pg_do_encoding_conversion(), pg_get_constraintdef_worker(), pg_get_function_arguments(), pg_get_function_identity_arguments(), pg_get_function_result(), pg_get_functiondef(), pg_get_indexdef_worker(), pg_get_ruledef_worker(), pg_get_serial_sequence(), pg_get_triggerdef_worker(), pg_get_viewdef_worker(), pg_parse_query(), pg_perm_setlocale(), pg_plan_query(), pg_rewrite_query(), pg_stat_statements(), pg_timezone_pre_initialize(), PgArchiverMain(), pgfnames(), pglz_decompress(), PGReserveSemaphores(), pgrowlocks(), PGSemaphoreCreate(), PGSemaphoreLock(), PGSemaphoreReset(), PGSemaphoreTryLock(), PGSemaphoreUnlock(), PGSharedMemoryCreate(), PGSharedMemoryDetach(), PGSharedMemoryReAttach(), pgss_shmem_startup(), pgstat_send(), pgstat_write_statsfile(), PgstatCollectorMain(), pgstatindex(), pgwin32_ReserveSharedMemoryRegion(), pgwin32_SharedMemoryDelete(), pgxml_result_to_text(), placeChar(), plperl_call_perl_func(), plperl_call_perl_trigger_func(), plperl_convert_to_pg_array(), plperl_fini(), plperl_func_handler(), plperl_init_interp(), plperl_inline_handler(), plperl_modify_tuple(), plperl_spi_exec_prepared(), plperl_spi_freeplan(), plperl_spi_prepare(), plperl_spi_query(), plperl_spi_query_prepared(), plperl_trigger_handler(), plperl_validator(), plpgsql_build_datatype(), plpgsql_build_variable(), plpgsql_call_handler(), plpgsql_compile(), plpgsql_compile_inline(), plpgsql_exec_function(), plpgsql_exec_trigger(), plpgsql_HashTableDelete(), plpgsql_HashTableInsert(), plpgsql_inline_handler(), plpgsql_parse_cwordtype(), plpgsql_parse_word(), plpgsql_validator(), plpython_call_handler(), plpython_inline_handler(), pltcl_build_tuple_argument(), pltcl_elog(), pltcl_func_handler(), pltcl_init_all(), pltcl_init_load_unknown(), pltcl_set_tuple_values(), pltcl_SPI_prepare(), pltcl_trigger_handler(), PLy_function_handler(), PLy_init_plpy(), PLy_input_datum_func(), PLy_input_tuple_funcs(), PLy_modify_tuple(), PLy_output(), PLy_output_datum_func(), PLy_output_tuple_funcs(), PLy_procedure_compile(), PLy_procedure_create(), PLy_procedure_get(), PLy_procedure_munge_source(), PLy_spi_prepare(), PLy_trigger_build_args(), PLy_trigger_handler(), PLyDict_FromTuple(), PLyObject_ToDatum(), pmdaemonize(), PopOverrideSearchPath(), PopTransaction(), PortalDrop(), PortalRun(), PortalRunFetch(), PortalRunUtility(), PosixSemaphoreCreate(), PosixSemaphoreKill(), PostgresMain(), PostmasterMain(), PostPrepare_Locks(), postprocess_setop_tlist(), pq_getkeepalivescount(), pq_getkeepalivesidle(), pq_getkeepalivesinterval(), pq_getmsgint(), pq_sendint(), pq_setkeepalivescount(), pq_setkeepalivesidle(), pq_setkeepalivesinterval(), PreCommit_Notify(), predicate_implied_by_recurse(), predicate_refuted_by_recurse(), prefix_quals(), prefix_selectivity(), PrepareTransaction(), preprocess_qual_conditions(), preprocess_targetlist(), PreventTransactionChain(), print_function_arguments(), PrintBufferLeakWarning(), PrintCatCacheLeakWarning(), PrintCatCacheListLeakWarning(), PrintFileLeakWarning(), PrintPlanCacheLeakWarning(), PrintRelCacheLeakWarning(), PrintSnapshotLeakWarning(), PrintTupleDescLeakWarning(), privilege_to_string(), proc_exit(), proc_exit_prepare(), ProcArrayApplyRecoveryInfo(), ProcArrayRemove(), ProcedureCreate(), process_matched_tle(), ProcessCatchupEvent(), ProcessCommittedInvalidationMessages(), ProcessCompletedNotifies(), ProcessIncomingNotify(), processIndirection(), ProcessQuery(), ProcSignalInit(), ProcSleep(), prune_lexemes_hashtable(), pull_up_sublinks_jointree_recurse(), pull_up_subqueries(), pull_up_union_leaf_queries(), pull_var_clause_walker(), pullup_replace_vars_callback(), push_back_token(), puttuple_common(), query_planner(), query_to_xml_and_xmlschema(), query_to_xmlschema(), QueryRewrite(), radius_add_attribute(), raw_expression_tree_walker(), raw_heap_insert(), rb_begin_iterate(), rb_direct_iterator(), rb_inverted_iterator(), rb_left_right_iterator(), rb_right_left_iterator(), read_info(), readDatum(), readtup_datum(), readtup_heap(), readtup_index(), ReceiveFunctionCall(), ReceiveSharedInvalidMessages(), recheck_cast_function_args(), recomputeNamespacePath(), record_plan_function_dependency(), RecordSharedMemoryInLockFile(), RecordTransactionAbort(), RecordTransactionAbortPrepared(), RecordTransactionCommit(), RecoveryConflictInterrupt(), RecoveryRestartPoint(), recurse_push_qual(), recurse_pushdown_safe(), recurse_set_operations(), reduce_outer_joins(), reduce_outer_joins_pass1(), reduce_outer_joins_pass2(), register_seq_scan(), reindex_index(), ReindexIndex(), ReindexTable(), relation_needs_vacanalyze(), relation_open(), RelationBuildLocalRelation(), RelationBuildTriggers(), RelationBuildTupleDesc(), RelationCacheInitFileRemove(), RelationCacheInitFileRemoveInDir(), RelationCacheInitializePhase3(), RelationClearRelation(), RelationForgetRelation(), RelationGetBufferForTuple(), RelationGetExclusionInfo(), relationHasPrimaryKey(), RelationInitIndexAccessInfo(), RelationInitPhysicalAddr(), RelationIsVisible(), RelationMapRemoveMapping(), RelationMapUpdateMap(), RelationPreserveStorage(), RelationPutHeapTuple(), RelationReloadIndexInfo(), RelationSetNewRelfilenode(), ReleaseBuffer(), ReleaseCurrentSubTransaction(), ReleaseLruFile(), ReleaseSavepoint(), relmap_redo(), reltimein(), RemoveAggregate(), RemoveAmOpEntryById(), RemoveAmProcEntryById(), RemoveAttrDefault(), RemoveAttrDefaultById(), RemoveAttributeById(), RemoveConstraintById(), RemoveConversionById(), RemoveDefaultACLById(), RemoveForeignDataWrapperById(), RemoveForeignServerById(), RemoveFunction(), RemoveFunctionById(), RemoveGXact(), RemoveLocalLock(), RemoveOpClassById(), RemoveOperator(), RemoveOperatorById(), RemoveOpFamilyById(), RemovePgTempFilesInDir(), RemoveRelations(), RemoveRewriteRuleById(), RemoveRoleFromObjectACL(), RemoveSchemaById(), RemoveTriggerById(), RemoveTSConfigurationById(), RemoveTSDictionaries(), RemoveTSDictionaryById(), RemoveTSParserById(), RemoveTSTemplateById(), RemoveTypeById(), RemoveUserMapping(), RemoveUserMappingById(), RenameAggregate(), RenameConstraintById(), RenameConversion(), RenameDatabase(), RenameFunction(), RenameOpClass(), RenameOpFamily(), RenameRelationInternal(), RenameTSConfiguration(), RenameTSDictionary(), RenameTSParser(), RenameTSTemplate(), RenameType(), RenameTypeInternal(), reorder_function_arguments(), repalloc(), replace_aggs_with_params_mutator(), replace_rte_variables(), replace_vars_in_jointree(), RequestCheckpoint(), ResetAllOptions(), resolve_column_ref(), resolve_generic_type(), ResolveRecoveryConflictWithBufferPin(), ResourceOwnerForgetBuffer(), ResourceOwnerForgetCatCacheListRef(), ResourceOwnerForgetCatCacheRef(), ResourceOwnerForgetFile(), ResourceOwnerForgetPlanCacheRef(), ResourceOwnerForgetRelationRef(), ResourceOwnerForgetSnapshot(), ResourceOwnerForgetTupleDesc(), restrict_and_check_grant(), restriction_selectivity(), reversedirection_index_hash(), RewriteQuery(), rewriteTargetList(), ri_add_cast_to(), ri_Check_Pk_Match(), ri_FetchConstraintInfo(), RI_FKey_cascade_del(), RI_FKey_cascade_upd(), RI_FKey_check(), RI_FKey_keyequal_upd_fk(), RI_FKey_keyequal_upd_pk(), RI_FKey_noaction_del(), RI_FKey_noaction_upd(), RI_FKey_restrict_del(), RI_FKey_restrict_upd(), RI_FKey_setdefault_del(), RI_FKey_setdefault_upd(), RI_FKey_setnull_del(), RI_FKey_setnull_upd(), ri_GenerateQual(), ri_HashCompareOp(), RI_Initial_Check(), ri_PerformCheck(), ri_PlanCheck(), rmtree(), RollbackAndReleaseCurrentSubTransaction(), RollbackToSavepoint(), row_is_in_frame(), RS_compile(), RS_execute(), RS_isRegis(), RTERangeTablePosn(), s_lock_free_sema(), s_lock_stuck(), ScanPgRelation(), score_timezone(), SearchSysCache(), SearchSysCacheList(), seg_cmp(), select_perl_context(), SelectSortFunction(), sendAuthRequest(), seq_redo(), seq_search(), set_cheapest(), set_config_option(), set_config_sourcefile(), set_cte_pathlist(), set_joinrel_size_estimates(), set_limit(), set_max_safe_fds(), set_output_count(), set_plan_refs(), set_worktable_pathlist(), SetBufferCommitInfoNeedsSave(), SetDatabaseEncoding(), SetDefaultACL(), SetFunctionArgType(), SetFunctionReturnType(), SetReindexPending(), SetReindexProcessing(), SetRelationNumChecks(), SetRelationRuleStatus(), setRelhassubclassInRelation(), setseed(), setup_firstcall(), SharedInvalBackendInit(), shdepChangeDep(), shdepDropOwned(), shdepLockAndCheckObject(), shdepReassignOwned(), shmem_exit(), ShmemInitStruct(), show_sort_keys(), ShowTransactionState(), SICleanupQueue(), signal_child(), SignalBackends(), simple_heap_delete(), simple_heap_update(), SimpleLruInit(), simplify_function(), slot_attisnull(), slot_getallattrs(), slot_getattr(), slot_getsomeattrs(), SlruReportIOError(), smgr_redo(), smgrclose(), smgrin(), smgrout(), sort_inner_and_outer(), SPI_connect(), SPI_copytuple(), SPI_cursor_close(), SPI_cursor_open_internal(), SPI_cursor_open_with_args(), spi_dest_startup(), SPI_modifytuple(), SPI_palloc(), spi_printtup(), SPI_returntuple(), sql_exec_error_callback(), sql_function_parse_error_callback(), sql_inline_error_callback(), ss_get_location(), SS_process_ctes(), ss_report_location(), standard_ExecutorStart(), standard_join_search(), standard_ProcessUtility(), standby_redo(), StandbyAcquireAccessExclusiveLock(), StandbyReleaseAllLocks(), StandbyReleaseLocks(), StandbyReleaseLocksMany(), StartSubTransaction(), StartTransaction(), StartTransactionCommand(), StartupProcessMain(), StartupXLOG(), StoreAttrDefault(), StoreConstraints(), storeObjectDescription(), StorePreparedStatement(), StrategyGetBuffer(), StreamConnection(), stringTypeDatum(), substitute_actual_parameters_mutator(), substitute_actual_srf_parameters_mutator(), swap_relation_files(), SysCacheGetAttr(), SysLoggerMain(), systable_beginscan(), systable_beginscan_ordered(), systable_getnext(), systable_getnext_ordered(), SystemAttributeDefinition(), tblspc_redo(), tbm_add_tuples(), tbm_intersect(), text_substring(), thesaurus_lexize(), thesaurusRead(), TidListCreate(), timestamp_in(), timestamptz_in(), timetravel(), toast_fetch_datum(), toast_fetch_datum_slice(), TransactionBlockStatusCode(), TransactionIdDidAbort(), TransactionIdDidCommit(), transformAlterTableStmt(), transformArrayType(), transformBooleanTest(), transformColumnDefinition(), transformConstraintAttrs(), transformCreateSchemaStmt(), transformCreateStmt(), transformDeclareCursorStmt(), transformExpr(), transformFkeyCheckAttrs(), transformFkeyGetPrimaryKey(), transformFrameOffset(), transformFromClauseItem(), transformGenericOptions(), transformInsertStmt(), transformLockingClause(), transformRangeSubselect(), transformRuleStmt(), transformSubLink(), transformTableConstraint(), transformUpdateStmt(), transformWholeRowRef(), try_relation_open(), TS_execute(), ts_stat_sql(), tsa_rewrite_accum(), tsa_set_curdict(), tsa_set_curprs(), tsa_tsearch2(), TSConfigIsVisible(), TSDictionaryIsVisible(), TSParserIsVisible(), tsquery_opr_selec(), tsquery_rewrite_query(), tsqueryrecv(), tsquerysend(), TSTemplateIsVisible(), tsvector_setweight(), tsvector_update_trigger(), tsvectorin(), tsvectorrecv(), tt_setup_firstcall(), ttdummy(), TupleDescInitEntry(), tuplesort_begin_common(), tuplesort_begin_datum(), tuplesort_begin_heap(), tuplesort_begin_index_btree(), tuplesort_begin_index_hash(), tuplesort_end(), tuplesort_gettuple_common(), tuplesort_markpos(), tuplesort_performsort(), tuplesort_rescan(), tuplesort_restorepos(), tuplestore_alloc_read_pointer(), tuplestore_copy_read_pointer(), tuplestore_gettuple(), tuplestore_puttuple_common(), tuplestore_rescan(), tuplestore_select_read_pointer(), tuplestore_set_eflags(), TwoPhaseGetDummyProc(), txid_current_snapshot(), txid_snapshot_recv(), TypeCreate(), TypeGetTupleDesc(), typeidType(), typeidTypeRelid(), TypeIsVisible(), typeTypeId(), unlink_initfile(), update_frameheadpos(), update_frametailpos(), UpdateMinRecoveryPoint(), UserAbortTransactionBlock(), vac_update_datfrozenxid(), vac_update_relstats(), validate_index(), validateConnectbyTupleDesc(), verify_dictoptions(), visibilitymap_clear(), visibilitymap_set(), visibilitymap_test(), visibilitymap_truncate(), WalReceiverMain(), WalWriterMain(), window_gettupleslot(), WinGetFuncArgInFrame(), WinGetFuncArgInPartition(), WinRowsArePeers(), WinSetMarkPosition(), write_item(), write_relcache_init_file(), write_relmap_file(), WriteControlFile(), writeListPage(), writetup_heap(), xact_redo(), XidCacheRemoveRunningXids(), xlog_redo(), XLogBackgroundFlush(), XLogCheckInvalidPages(), XLogFileCopy(), XLogFileInit(), XLogFlush(), XLogInsert(), XLogPageRead(), XLogWrite(), and xpath_table().
Definition at line 109 of file elog.h.
Referenced by _arrq_cons(), _bt_buildadd(), _bt_check_unique(), _bt_checkpage(), _bt_findinsertloc(), _bt_getroot(), _bt_gettrueroot(), _dosmaperr(), _hash_checkpage(), _hash_doinsert(), _hash_first(), _hash_initbitmap(), _intbig_in(), _intbig_out(), _lca(), _lt_q_regex(), _ltree_compress(), _mdfd_getseg(), _mdnblocks(), _SPI_execute_plan(), AbortBufferIO(), abstime2tm(), abstime_date(), abstime_timestamp(), abstime_timestamptz(), aclcheck_error(), aclcheck_error_col(), aclinsert(), aclitemin(), aclparse(), aclremove(), acquire_sample_rows(), add_reloption_kind(), add_size(), addFamilyMember(), addFlagValue(), AddQual(), addRangeTableEntryForCTE(), addRangeTableEntryForFunction(), addRangeTableEntryForJoin(), addRangeTableEntryForSubquery(), addRangeTableEntryForValues(), AddRelationNewConstraints(), AddRoleMems(), addTargetToSortList(), addToArray(), AdjustIntervalForTypmod(), AdjustTimestampForTypmod(), AfterTriggerSetState(), AggregateCreate(), AllocateDir(), AllocateFile(), AllocateVfd(), AllocSetAlloc(), AllocSetContextCreate(), AllocSetRealloc(), AlterConversionOwner(), AlterDatabase(), AlterDatabaseOwner(), AlterDatabaseSet(), AlterDomainAddConstraint(), AlterDomainNotNull(), AlterForeignDataWrapper(), AlterForeignDataWrapperOwner(), AlterForeignServer(), AlterForeignServerOwner(), AlterFunction(), AlterFunctionNamespace(), AlterFunctionOwner(), AlterLanguageOwner(), AlterOpClassOwner(), AlterOpFamily(), AlterOpFamilyAdd(), AlterOpFamilyDrop(), AlterOpFamilyOwner(), AlterRelationNamespaceInternal(), AlterRole(), AlterRoleSet(), AlterSchemaOwner(), AlterTable(), AlterTableNamespace(), AlterTableSpaceOptions(), AlterTableSpaceOwner(), AlterTSConfiguration(), AlterTypeNamespace(), AlterTypeNamespaceInternal(), AlterTypeOwner(), AlterUserMapping(), analyze_rel(), analyzeCTE(), analyzeCTETargetList(), any_in(), any_out(), anyarray_in(), anyarray_recv(), anybit_typmodin(), anychar_typmodin(), anyelement_in(), anyelement_out(), anyenum_in(), anynonarray_in(), anynonarray_out(), anytime_typmodin(), anytimestamp_typmodin(), apply_typmod(), applyColumnNames(), array_agg_transfn(), array_cat(), array_cmp(), array_contain_compare(), array_eq(), array_fill(), array_fill_internal(), array_fill_with_lower_bounds(), array_get_slice(), array_in(), array_iterator(), array_map(), array_push(), array_recv(), array_send(), array_set(), array_set_slice(), ArrayCount(), ArrayGetIntegerTypmods(), ArrayGetNItems(), arrq_cons(), ascii(), assign_bonjour(), assign_client_encoding(), assign_datestyle(), assign_debug_assertions(), assign_default_tablespace(), assign_log_destination(), assign_log_stats(), assign_log_timezone(), assign_max_stack_depth(), assign_phony_autocommit(), assign_role(), assign_search_path(), assign_session_authorization(), assign_ssl(), assign_stage_log_stats(), assign_temp_tablespaces(), assign_timezone(), assign_transaction_read_only(), assign_XactIsoLevel(), assign_xlog_sync_method(), assignOperTypes(), assignProcTypes(), Async_Notify(), asyncQueueFillWarning(), ATAddCheckConstraint(), ATAddForeignKeyConstraint(), AtEOSubXact_SPI(), AtEOXact_SPI(), ATExecAddColumn(), ATExecAddConstraint(), ATExecAddInherit(), ATExecAlterColumnType(), ATExecChangeOwner(), ATExecClusterOn(), ATExecColumnDefault(), ATExecDropColumn(), ATExecDropConstraint(), ATExecDropInherit(), ATExecDropNotNull(), ATExecSetNotNull(), ATExecSetOptions(), ATExecSetRelOptions(), ATExecSetStatistics(), ATExecSetStorage(), ATExecSetTableSpace(), ATPrepAddColumn(), ATPrepAlterColumnType(), AtPrepare_Notify(), AtPrepare_RelationMap(), ATPrepSetStatistics(), ATPrepSetTableSpace(), ATRewriteTable(), ATRewriteTables(), ATSimplePermissions(), ATSimplePermissionsRelationOrIndex(), AtSubCommit_childXids(), auth_failed(), autoinc(), autovac_init(), AutoVacLauncherMain(), AutoVacuumShmemInit(), AutoVacWorkerMain(), AuxiliaryProcessMain(), b64_decode(), BackendInitialize(), BackendRun(), BackendStartup(), BackgroundWriterMain(), BasicOpenFile(), BeginTransactionBlock(), BgWriterShmemInit(), binary_decode(), binary_encode(), bit(), bit_in(), bit_overlay(), bit_recv(), bitand(), bitgetbit(), bitor(), bitsetbit(), bitsubstring(), bittoint4(), bittoint8(), bitxor(), boolin(), BootstrapToastTable(), BootStrapXLOG(), box_in(), bpchar(), bpchar_input(), bqarr_in(), bqarr_out(), bt_metap(), bt_page_items(), bt_page_stats(), build_column_default(), build_datatype(), build_row_from_class(), build_tuplestore_recursively(), BuildDescForRelation(), buildRelationAliases(), buildScalarFunctionAlias(), bytea_overlay(), bytea_substring(), byteaGetBit(), byteaGetByte(), byteain(), byteaSetBit(), byteaSetByte(), calc_rank_cd(), calculate_database_size(), calculate_relation_size(), calculate_tablespace_size(), CancelBackup(), cash_div_flt4(), cash_div_flt8(), cash_div_int2(), cash_div_int4(), cash_div_int8(), cash_in(), changeDependencyFor(), ChangeToDataDir(), check_acl(), check_circularity(), check_exclusion_constraint(), check_foreign_key(), check_index_is_clusterable(), check_is_member_of_role(), check_parameter_resolution_walker(), check_password(), check_primary_key(), check_restricted_library_name(), check_sql_fn_retval(), check_stack_depth(), check_ungrouped_columns_walker(), check_usermap(), CheckArchiveTimeout(), CheckAttributeNamesTypes(), CheckAttributeType(), CheckClosedConnection(), checkDataDir(), checkDomainOwner(), checkExprIsVarFree(), CheckForStandbyTrigger(), checkInsertTargets(), CheckMyDatabase(), checkNameSpaceConflicts(), CheckPointTwoPhase(), CheckPredicate(), CheckRADIUSAuth(), CheckRecoveryConflictDeadlock(), CheckRelationOwnership(), CheckRequiredParameterValues(), CheckRestrictedOperation(), checkRuleResultList(), CheckSelectLocking(), checkSharedDependencies(), CheckTableNotInUse(), checkViewTupleDesc(), checkWellFormedRecursion(), checkWellFormedRecursionWalker(), chkpass_in(), choose_hashed_distinct(), choose_hashed_grouping(), choose_hashed_setop(), chr(), cidr_abbrev(), cidr_set_masklen(), circle_in(), circle_out(), circle_poly(), circle_recv(), clean_fakeval(), CleanupBackupHistory(), ClientAuthentication(), close_lb(), cluster(), cluster_rel(), coerce_record_to_complex(), coerce_to_boolean(), coerce_to_common_type(), coerce_to_specific_type(), colNameToVar(), CommandCounterIncrement(), CommentAttribute(), CommentCast(), CommentConversion(), CommentDatabase(), CommentLanguage(), CommentLargeObject(), CommentNamespace(), CommentOpClass(), CommentOpFamily(), CommentRelation(), CommentRole(), CommentRule(), CommentTablespace(), CommentTrigger(), CommentTSParser(), CommentTSTemplate(), comparetup_index_btree(), compatConnectbyTupleDescs(), compatCrosstabTupleDescs(), compatible_oper(), compile_plperl_function(), compile_pltcl_function(), compileTheLexeme(), compileTheSubstitute(), complex_in(), compute_attributes_sql_style(), compute_attributes_with_style(), compute_common_attribute(), compute_return_type(), ComputeIndexAttrs(), ConnCreate(), connectby_text(), connectby_text_serial(), construct_md_array(), ConversionCreate(), convert_and_check_filename(), convert_any_priv_string(), convert_column_name(), convert_database_name(), convert_function_name(), convert_language_name(), convert_priv_string(), convert_schema_name(), convert_tablespace_name(), convert_tuples_by_name(), convert_tuples_by_position(), ConvertTriggerToFK(), cookConstraint(), cookDefault(), copy_file(), copydir(), CopyFrom(), CopyGetAttnums(), CopyGetData(), CopyReadAttributesCSV(), CopyReadAttributesText(), CopyReadBinaryAttribute(), CopyReadLineText(), CopySendEndOfRow(), count_agg_clauses_walker(), count_usable_fds(), create_proc_lang(), create_singleton_array(), create_tablespace_directories(), create_toast_table(), CreateCast(), CreateCheckPoint(), CreateConversionCommand(), createdb(), CreateForeignDataWrapper(), CreateForeignServer(), CreateFunction(), CreateLockFile(), createNewConnection(), CreateOpFamily(), CreatePortal(), CreateProceduralLanguage(), CreateRestartPoint(), CreateRole(), CreateSchemaCommand(), CreateTableSpace(), CreateTrigger(), CreateUserMapping(), crosstab(), crosstab_hash(), cube_a_f8(), cube_a_f8_f8(), cube_subset(), currval_oid(), cursor_to_xml(), cursor_to_xmlschema(), dacos(), dasin(), datan(), datan2(), date2timestamp(), date2timestamptz(), date_in(), date_mi(), date_recv(), DateTimeParseError(), datumGetSize(), db_dir_size(), dbase_redo(), dblink_build_sql_delete(), dblink_build_sql_insert(), dblink_build_sql_update(), dblink_connect(), dblink_connstr_check(), dblink_exec(), dblink_fetch(), dblink_get_pkey(), dblink_record_internal(), dblink_res_error(), dblink_security_check(), DCH_from_char(), dcos(), dcot(), DeadLockReport(), DebugFileOpen(), DecodeDateTime(), DecodeTimeOnly(), deconstruct_array(), DeconstructQualifiedName(), decrypt_internal(), defGetBoolean(), defGetInt64(), defGetNumeric(), defGetQualifiedName(), defGetString(), defGetTypeLength(), defGetTypeName(), define_custom_variable(), DefineAggregate(), DefineCompositeType(), DefineDomain(), DefineEnum(), DefineIndex(), DefineOpClass(), DefineOperator(), DefineOpFamily(), DefineQueryRewrite(), DefineRelation(), DefineTSConfiguration(), DefineTSDictionary(), DefineTSParser(), DefineTSTemplate(), DefineType(), DefineView(), DefineVirtualRelation(), deflist_to_tuplestore(), deleteConnection(), DelRoleMems(), deserialize_deflist(), destroy_tablespace_directories(), dintdict_init(), dispell_init(), dist_lb(), div_var(), div_var_fast(), dlog1(), dlog10(), do_analyze_rel(), do_autovacuum(), do_compile(), do_setval(), do_to_timestamp(), DoCopy(), DoCopyTo(), domain_check_input(), domain_state_setup(), domainAddConstraint(), dpow(), DropCast(), DropConfigurationMapping(), DropConversionsCommand(), dropdb(), DropErrorMsgNonExistent(), DropErrorMsgWrongType(), dropOperators(), DropOwnedObjects(), DropProceduralLanguage(), dropProcedures(), DropRole(), DropTableSpace(), DropTrigger(), dsimple_init(), dsin(), dsnowball_init(), dsqrt(), dsynonym_init(), dtan(), dtoi2(), dtoi4(), dtoi8(), dxsyn_init(), ean2isn(), ean2string(), elog_node_display(), elog_start(), EmitWarningsOnPlaceholders(), EnableDisableRule(), EnableDisableTrigger(), encrypt_internal(), EndPrepare(), EndTransactionBlock(), enforce_generic_type_consistency(), enlargeStringInfo(), enum_first(), enum_in(), enum_last(), enum_out(), enum_range_all(), enum_range_bounds(), enum_recv(), enum_send(), EnumValuesCreate(), errorMissingRTE(), errstart(), esc_dec_len(), esc_decode(), EvalPlanQualFetch(), EvaluateParams(), examine_parameter_list(), exec_assign_value(), exec_bind_message(), exec_describe_portal_message(), exec_describe_statement_message(), exec_dynquery_with_params(), exec_eval_datum(), exec_eval_expr(), exec_execute_message(), exec_get_datum_type(), exec_get_rec_fieldtype(), exec_init_tuple_store(), exec_parse_message(), exec_prepare_plan(), exec_run_select(), exec_simple_query(), exec_stmt_block(), exec_stmt_case(), exec_stmt_close(), exec_stmt_dynexecute(), exec_stmt_execsql(), exec_stmt_fetch(), exec_stmt_forc(), exec_stmt_fori(), exec_stmt_open(), exec_stmt_raise(), exec_stmt_return_next(), exec_stmt_return_query(), ExecAlterDefaultPrivilegesStmt(), ExecBSDeleteTriggers(), ExecBSInsertTriggers(), ExecBSTruncateTriggers(), ExecBSUpdateTriggers(), ExecCallTriggerFunc(), ExecCheckPlanOutput(), ExecConstraints(), execCurrentOf(), ExecDelete(), ExecEvalArray(), ExecEvalArrayRef(), ExecEvalCoerceToDomain(), ExecEvalDistinct(), ExecEvalFieldSelect(), ExecEvalFuncArgs(), ExecEvalNullIf(), ExecEvalParam(), ExecEvalScalarArrayOp(), ExecEvalVar(), ExecEvalWholeRowSlow(), ExecGrant_Language(), ExecGrant_Relation(), ExecHashJoinGetSavedTuple(), ExecHashJoinNewBatch(), ExecHashJoinSaveTuple(), ExecInitAgg(), ExecInitExpr(), ExecInitMergeJoin(), ExecLockRows(), ExecMakeFunctionResult(), ExecMakeTableFunctionResult(), ExecPrepareTuplestoreResult(), ExecScanSubPlan(), ExecSetParamPlan(), ExecTargetList(), ExecUpdate(), ExecuteDoStmt(), ExecuteGrantStmt(), ExecuteQuery(), ExecuteRecoveryEndCommand(), ExecuteTruncate(), ExecWindowAgg(), existsTimeLineHistory(), exitArchiveRecovery(), exp_var(), expand_col_privileges(), ExpandAllTables(), ExpandColumnRefStar(), explain_ExecutorEnd(), ExplainExecuteQuery(), ExplainQuery(), exprType(), fetch_cursor_param_value(), fetch_finfo_record(), fetch_fp_info(), FetchPreparedStatement(), file_exists(), FileClose(), find_composite_type_dependencies(), find_in_dynamic_libpath(), find_provider(), find_window_functions_walker(), findDependentObjects(), findTargetlistEntrySQL92(), findTypeAnalyzeFunction(), findTypeInputFunction(), findTypeOutputFunction(), findTypeReceiveFunction(), findTypeSendFunction(), findTypeTypmodinFunction(), findTypeTypmodoutFunction(), finish_xact_command(), FinishPreparedTransaction(), fireRIRrules(), fixed_paramref_hook(), flatten_set_variable_args(), float48div(), float4div(), float4in(), float84div(), float8div(), float8in(), FloatExceptionHandler(), fmgr(), fmgr_info_cxt_security(), fmgr_internal_validator(), fmgr_oldstyle(), fmgr_sql(), fmgr_sql_validator(), forkname_to_number(), free_parsestate(), from_char_parse_int_len(), from_char_seq_search(), from_char_set_int(), from_char_set_mode(), fsm_page_contents(), fsync_fname(), ftoi2(), ftoi4(), ftoi8(), func_select_candidate(), gbtreekey_in(), gbtreekey_out(), generate_recursion_plan(), generate_series_step_int4(), generate_series_step_int8(), generate_series_timestamp(), generate_series_timestamptz(), get_agg_expr(), get_crosstab_tuplestore(), get_func_expr(), get_hex(), get_other_operator(), get_raw_page(), get_raw_page_internal(), get_roleid_checked(), get_rte_attribute_type(), get_sort_group_operators(), get_sql_insert(), get_sql_update(), get_th(), get_ts_parser_func(), get_ts_template_func(), get_tsearch_config_filename(), get_tuple_of_interest(), get_windowfunc_expr(), GetConfigOption(), GetConfigOptionByName(), GetConfigOptionResetString(), GetConflictingVirtualXIDs(), GetConstraintByName(), GetCurrentDict(), GetDefaultOpClass(), GetForeignDataWrapperOidByName(), GetForeignServerOidByName(), getid(), GetIndexOpClass(), getInstallationPaths(), GetNewTransactionId(), GetOldFunctionMessage(), GetRunningTransactionData(), GetSnapshotData(), gettoken_query(), gettoken_tsvector(), getTokenTypes(), GetTupleForTrigger(), getTypeBinaryInputInfo(), getTypeBinaryOutputInfo(), getTypeInputInfo(), getTypeOutputInfo(), GetUserMapping(), GetUserNameFromId(), getWeights(), GinFormTuple(), gistcheckpage(), gistchoose(), gistContinueInsert(), gistUserPicksplit(), gistvacuumcleanup(), GrantRole(), grouping_planner(), gtsvectorin(), guc_malloc(), guc_realloc(), guc_strdup(), HandleChildCrash(), HandleFunctionRequest(), has_rolcatupdate(), has_sequence_privilege_id(), has_sequence_privilege_id_id(), has_sequence_privilege_id_name(), has_sequence_privilege_name(), has_sequence_privilege_name_id(), has_sequence_privilege_name_name(), hash_create(), hash_search_with_hash_value(), heap_create(), heap_create_with_catalog(), heap_drop_with_catalog(), heap_form_minimal_tuple(), heap_form_tuple(), heap_lock_tuple(), heap_open(), heap_openrv(), heap_page_items(), heap_truncate_check_FKs(), hex_decode(), hlparsetext(), hstore_from_array(), hstore_from_arrays(), hstore_populate_record(), hstore_recv(), hstoreCheckKeyLen(), hstoreCheckValLen(), i4tochar(), i4toi2(), i8tooid(), ident_inet(), identify_system_timezone(), incompatible_module_error(), index_create(), index_form_tuple(), index_open(), inet_abbrev(), inet_set_masklen(), inetand(), inetmi(), inetor(), init_execution_state(), init_fcache(), init_MultiFuncCall(), init_params(), init_sequence(), init_sql_fcache(), init_work(), InitBufferPoolAccess(), InitFileAccess(), initialize_peragg(), InitializeClientEncoding(), InitializeSessionUserId(), InitLocalBuffers(), InitPostgres(), InitProcess(), InitProcGlobal(), InitResultRelInfo(), initSuffixTree(), InitTempTableNamespace(), InitWalSnd(), inner_subltree(), insert_username(), InsertRule(), InstallXLogFileSegment(), int24div(), int24mi(), int24mul(), int24pl(), int28div(), int28mi(), int28mul(), int28pl(), int2abs(), int2div(), int2mi(), int2mod(), int2mul(), int2pl(), int2um(), int2vectorin(), int2vectorrecv(), int42div(), int42mi(), int42mul(), int42pl(), int48div(), int48mi(), int48mul(), int48pl(), int4abs(), int4div(), int4inc(), int4mi(), int4mod(), int4mul(), int4pl(), int4um(), int82(), int82div(), int82mi(), int82mul(), int82pl(), int84(), int84div(), int84mi(), int84mul(), int84pl(), int8abs(), int8div(), int8inc(), int8mi(), int8mod(), int8mul(), int8pl(), int8um(), internal_flush(), internal_get_result_type(), internal_in(), internal_inetpl(), internal_load_library(), internal_out(), internal_unload_library(), InternalIpcMemoryCreate(), InternalIpcSemaphoreCreate(), interpret_AS_clause(), interval_div(), interval_in(), interval_part(), interval_trunc(), intervaltypmodin(), inv_open(), inv_truncate(), inv_write(), IpcSemaphoreInitialize(), iso8859_to_utf8(), issue_xlog_fsync(), KnownAssignedXidsAdd(), language_handler_in(), language_handler_out(), LargeObjectAlterOwner(), LargeObjectDrop(), lastval(), lazy_cleanup_index(), lazy_scan_heap(), lazy_truncate_heap(), lazy_vacuum_heap(), lazy_vacuum_index(), lazy_vacuum_rel(), length_in_encoding(), levenshtein_internal(), libpq_select(), libpqrcv_connect(), libpqrcv_receive(), like_fixed_prefix(), like_selectivity(), line_in(), line_out(), line_recv(), line_send(), ln_var(), lo_close(), lo_export(), lo_import_internal(), lo_lseek(), lo_read(), lo_tell(), lo_truncate(), lo_unlink(), lo_write(), load_categories_hash(), load_external_function(), load_hba(), load_ident(), load_libraries(), load_relmap_file(), LoadKernel32(), LocalBufferAlloc(), LocalToUtf(), locate_stem_module(), lock_twophase_recover(), LockAcquireExtended(), LockGXact(), LockTableRecurse(), log_disconnections(), LogChildExit(), LogCurrentRunningXacts(), logfile_rotate(), lookup_agg_function(), lookup_rowtype_tupdesc_internal(), lookup_type_cache(), LookupAggNameTypeNames(), LookupCreationNamespace(), LookupExplicitNamespace(), LookupFuncName(), LookupFuncNameTypeNames(), LookupOperName(), LookupTypeName(), LookupTypeNameOid(), lowerstr_with_len(), lpad(), lquery_in(), lseg_in(), lt_q_regex(), ltree_gist_in(), ltree_gist_out(), ltree_in(), ltsReadBlock(), ltsWriteBlock(), ltxtq_out(), macaddr_in(), make_absolute_path(), make_bound_box(), make_distinct_op(), make_op(), make_outerjoininfo(), make_pathkeys_for_window(), make_result(), make_row_comparison_op(), make_row_distinct_op(), make_ruledef(), make_scalar_array_op(), make_tsvector(), makeArrayTypeName(), makepol(), makeRangeVarFromNameList(), map_sql_value_to_xml_value(), MarkAsPreparing(), MatchText(), materializeResult(), md5_bytea(), md5_text(), mdcreate(), mdextend(), mdimmedsync(), mdnblocks(), mdopen(), mdpostckpt(), mdread(), mdsync(), mdtruncate(), mdunlink(), mdwrite(), merge_acl_with_grant(), MergeAttributes(), MergeAttributesIntoExisting(), MergeCheckConstraint(), MergeConstraintsIntoExisting(), MergeWithExistingConstraint(), metaphone(), moddatetime(), movedb(), mul_size(), namerecv(), NamespaceCreate(), network_host(), network_in(), network_out(), network_recv(), network_show(), newScanKey(), next_token(), nextval_internal(), NIAddAffix(), NIImportAffixes(), NIImportDictionary(), NIImportOOAffixes(), NUM_processor(), NUMDesc_prepare(), numeric_fac(), numeric_in(), numeric_int2(), numeric_int4(), numeric_int8(), numeric_power(), numeric_recv(), numeric_to_double_no_overflow(), numerictypmodin(), numericvar_to_double_no_overflow(), numericvar_to_int4(), objectNamesToOids(), oidin_subr(), oidvectorin(), oidvectorrecv(), on_proc_exit(), on_shmem_exit(), op_error(), opaque_in(), opaque_out(), open_csvlogfile(), OpenIntoRel(), OperatorCreate(), OperatorShellMake(), page_header(), PageAddItem(), PageIndexMultiDelete(), PageIndexTupleDelete(), PageRepairFragmentation(), parse_affentry(), parse_fcall_arguments(), parse_fcall_arguments_20(), parse_hba_line(), parse_ident_usermap(), parse_one_reloption(), parse_re_flags(), parse_tsquery(), parseCheckAggregates(), parseCheckWindowFuncs(), ParseFuncOrColumn(), parseNameAndArgTypes(), parseRelOptions(), parserOpenTable(), parsetext(), parsetinterval(), parseTypeString(), ParseTzFile(), path_add(), path_center(), path_encode(), path_in(), path_poly(), path_recv(), PathNameOpenFile(), perform_default_encoding_conversion(), PerformAuthentication(), PerformCursorOpen(), PerformPortalClose(), PerformPortalFetch(), PersistHoldablePortal(), pg_armor(), pg_atoi(), pg_attribute_aclmask(), pg_char_to_encname_struct(), pg_class_aclmask(), pg_class_ownercheck(), pg_client_to_server(), pg_conversion_ownercheck(), pg_convert(), pg_crypt(), pg_current_xlog_insert_location(), pg_current_xlog_location(), pg_cursor(), pg_database_aclmask(), pg_database_ownercheck(), pg_database_size_name(), pg_dearmor(), pg_decrypt(), pg_decrypt_iv(), pg_do_encoding_conversion(), pg_encrypt(), pg_encrypt_iv(), pg_file_rename(), pg_file_unlink(), pg_file_write(), pg_foreign_data_wrapper_aclmask(), pg_foreign_server_aclmask(), pg_foreign_server_ownercheck(), pg_freespace(), pg_gen_salt(), pg_gen_salt_rounds(), pg_get_functiondef(), pg_get_serial_sequence(), pg_language_aclmask(), pg_language_ownercheck(), pg_largeobject_aclmask_snapshot(), pg_largeobject_ownercheck(), pg_logdir_ls(), pg_ls_dir(), pg_namespace_aclmask(), pg_namespace_ownercheck(), pg_opclass_ownercheck(), pg_oper_ownercheck(), pg_opfamily_ownercheck(), pg_prepared_statement(), pg_proc_aclmask(), pg_proc_ownercheck(), pg_random_bytes(), pg_read_file(), pg_reload_conf(), pg_relpages(), pg_rotate_logfile(), pg_signal_backend(), pg_start_backup(), pg_stat_file(), pg_stat_statements(), pg_stat_statements_reset(), pg_stop_backup(), pg_switch_xlog(), pg_tablespace_aclmask(), pg_tablespace_databases(), pg_tablespace_ownercheck(), pg_tablespace_size_name(), pg_to_ascii(), pg_ts_config_ownercheck(), pg_ts_dict_ownercheck(), pg_type_ownercheck(), pg_tzenumerate_next(), pg_tzenumerate_start(), pg_xlogfile_name(), pg_xlogfile_name_offset(), pgarch_archiveDone(), pgarch_ArchiverCopyLoop(), pgarch_archiveXlog(), pgarch_readyXlog(), pgarch_start(), pgp_key_id_w(), PGSemaphoreCreate(), PGSemaphoreLock(), PGSemaphoreTryLock(), PGSemaphoreUnlock(), PGSharedMemoryCreate(), pgss_shmem_shutdown(), pgss_shmem_startup(), pgstat_init(), pgstat_read_statsfile(), pgstat_read_statsfile_timestamp(), pgstat_recv_dropdb(), pgstat_relation(), pgstat_reset_counters(), pgstat_reset_shared_counters(), pgstat_reset_single_counter(), pgstat_start(), pgstat_write_statsfile(), PgstatCollectorMain(), pgstatindex(), pgstattuple(), pgstattuplebyid(), pguuid_complain(), pgwin32_create_signal_listener(), pgwin32_recv(), pgwin32_select(), pgwin32_signal_initialize(), pgwin32_socket_strerror(), pgwin32_waitforsinglesocket(), plperl_build_tuple_result(), plperl_call_perl_func(), plperl_call_perl_trigger_func(), plperl_create_sub(), plperl_func_handler(), plperl_init_interp(), plperl_modify_tuple(), plperl_return_next(), plperl_trigger_handler(), plperl_trusted_init(), plperl_untrusted_init(), plperl_validator(), plpgsql_build_variable(), plpgsql_exec_function(), plpgsql_exec_trigger(), plpgsql_parse_cwordrowtype(), plpgsql_parse_err_condition(), plpgsql_parse_wordrowtype(), plpgsql_post_column_ref(), plpgsql_recognize_err_condition(), plpgsql_resolve_polymorphic_argtypes(), plpgsql_validator(), plpgsql_yyerror(), PLy_elog(), PLy_function_handler(), PLy_malloc(), PLy_modify_tuple(), PLy_output_datum_func2(), PLy_procedure_create(), PLy_spi_prepare(), PLy_trigger_handler(), PLyList_FromArray(), PLyMapping_ToTuple(), PLyObject_ToDatum(), PLyObject_ToTuple(), PLySequence_ToTuple(), pmdie(), point_div(), point_in(), poly_circle(), poly_distance(), poly_in(), poly_recv(), PortalRun(), PortalRunFetch(), PortalRunSelect(), PortalSetResultFormat(), PostgresMain(), postgresql_fdw_validator(), PostmasterMain(), PostmasterStateMachine(), PostPrepare_Locks(), pq_copymsgbytes(), pq_getbyte_if_available(), pq_getmessage(), pq_getmsgbyte(), pq_getmsgbytes(), pq_getmsgend(), pq_getmsgstring(), pq_getmsgtext(), pq_recvbuf(), PreCommit_Notify(), PrefetchBuffer(), PrepareHoldablePortals(), PrepareQuery(), PrepareTransaction(), PrescanPreparedTransactions(), PreventCommandDuringRecovery(), PreventCommandIfReadOnly(), PreventTransactionChain(), printtup_prepare_info(), ProcArrayAdd(), ProcArrayApplyRecoveryInfo(), ProcedureCreate(), process_matched_tle(), process_owned_by(), process_postgres_switches(), processCancelRequest(), ProcessGUCArray(), ProcessInterrupts(), ProcessStartupPacket(), processTypesSpec(), ProcessWalRcvInterrupts(), ProcSleep(), prsd_headline(), prssyntaxerror(), pushquery(), PushTransaction(), pushval_asis(), pushValue(), pushValue_internal(), QualifiedNameGetCreationNamespace(), query_to_xml_internal(), queryin(), QueryRewrite(), querytree(), quickdie(), RangeVarGetCreationNamespace(), RangeVarGetRelid(), raw_heap_insert(), RE_compile_and_cache(), RE_wchar_execute(), read_backup_label(), read_dictionary(), ReadArrayBinary(), ReadArrayStr(), ReadBuffer_common(), ReadBufferExtended(), ReadCheckpointRecord(), ReadControlFile(), ReadDir(), ReadRecord(), readRecoveryCommandFile(), readstoplist(), readTimeLineHistory(), ReadTwoPhaseFile(), reaper(), ReassignOwnedObjects(), ReceiveCopyBegin(), recompute_limits(), record_cmp(), record_eq(), record_in(), record_recv(), RecordIsValid(), RecordKnownAssignedTransactionIds(), RecordSharedMemoryInLockFile(), RecoverPreparedTransactions(), recoveryStopsHere(), RecreateTwoPhaseFile(), recursive_revoke(), recv_password_packet(), regclassin(), regex_fixed_prefix(), regex_selectivity(), register_dirty_segment(), RegisterWaitForSingleObject(), regoperatorin(), regoperin(), regprocedurein(), regprocin(), regtypein(), reindex_index(), ReindexDatabase(), ReindexIndex(), ReindexTable(), RelationGetBufferForTuple(), ReleaseSavepoint(), reltime_interval(), remove_dbtablespaces(), RemoveAggregate(), RemoveForeignDataWrapper(), RemoveForeignServer(), RemoveFunction(), RemoveOldXlogFiles(), RemoveOpClass(), RemoveOperator(), RemoveOpFamily(), RemoveRelations(), RemoveRewriteRule(), RemoveSchemas(), RemoveTriggerById(), RemoveTSConfigurations(), RemoveTSDictionaries(), RemoveTSParsers(), RemoveTSTemplates(), RemoveTwoPhaseFile(), RemoveTypes(), RemoveUserMapping(), RenameAggregate(), renameatt(), RenameConstraintById(), RenameConversion(), RenameDatabase(), RenameFunction(), RenameLanguage(), RenameOpClass(), RenameOpFamily(), RenameRelation(), RenameRelationInternal(), RenameRole(), RenameSchema(), RenameTableSpace(), renametrig(), RenameTSConfiguration(), RenameTSDictionary(), RenameTSParser(), RenameTSTemplate(), RenameType(), RenameTypeInternal(), repeat(), replace_rte_variables_mutator(), replace_text_regexp(), report_invalid_encoding(), report_untranslatable_char(), reportDependentObjects(), RequestCheckpoint(), requireSuperuser(), RequireTransactionChain(), resolve_generic_type(), RestoreArchivedFile(), restrict_and_check_grant(), ReThrowError(), RevalidateCachedPlan(), RewriteQuery(), rewriteRuleAction(), ri_Check_Pk_Match(), ri_CheckTrigger(), ri_FetchConstraintInfo(), RI_FKey_cascade_del(), RI_FKey_cascade_upd(), RI_FKey_check(), RI_FKey_keyequal_upd_fk(), RI_FKey_keyequal_upd_pk(), RI_FKey_noaction_del(), RI_FKey_noaction_upd(), RI_FKey_restrict_del(), RI_FKey_restrict_upd(), RI_FKey_setdefault_del(), RI_FKey_setdefault_upd(), RI_FKey_setnull_del(), RI_FKey_setnull_upd(), RI_Initial_Check(), ri_ReportViolation(), RollbackToSavepoint(), rpad(), scan_available_timezones(), scan_directory_ci(), scanint8(), scanNameSpaceForRefname(), scanNameSpaceForRelid(), scanRTEForColumn(), secure_read(), secure_write(), select_common_type(), select_default_timezone(), select_mergejoin_clauses(), select_perl_context(), SendCopyBegin(), SendFunctionResult(), ServerLoop(), set_config_by_name(), set_config_option(), set_max_safe_fds(), set_var_from_str(), SetDefaultACLsInSchemas(), setitimer(), setSchemaName(), SetSessionAuthorization(), SetTransactionIdLimit(), setup_regexp_matches(), SetUserIdAndContext(), SharedInvalBackendInit(), shdepDropOwned(), shdepLockAndCheckObject(), shdepReassignOwned(), shell_in(), shell_out(), ShmemAlloc(), ShmemInitStruct(), show_debug(), ShowTransactionStateRec(), ShowUsage(), ShutdownXLOG(), SIGHUP_handler(), SignalSomeChildren(), sigusr1_handler(), similar_escape(), SimpleLruTruncate(), SlruPhysicalReadPage(), SlruReportIOError(), SlruScanDirectory(), SocketBackend(), sort(), SPI_cursor_open_internal(), split_text(), splitTzLine(), sqrt_var(), standard_ProcessUtility(), start_xact_command(), StartAutoVacLauncher(), StartAutovacuumWorker(), StartAutoVacWorker(), StartChildProcess(), StartupXLOG(), storeOperators(), StorePreparedStatement(), storeProcedures(), str_initcap(), str_tolower(), str_toupper(), StreamConnection(), StreamServerPort(), string2ean(), string_to_privilege(), string_to_uuid(), stringToQualifiedNameList(), substitute_libpath_macro(), suppress_redundant_updates_trigger(), SysLogger_Start(), SysLoggerMain(), TablespaceCreateDbspace(), tblspc_redo(), text_overlay(), text_substring(), textToQualifiedNameList(), thesaurus_init(), thesaurusRead(), throw_tcl_error(), tidin(), time_part(), time_recv(), timestamp2timestamptz(), timestamp_abstime(), timestamp_age(), timestamp_date(), timestamp_in(), timestamp_izone(), timestamp_mi(), timestamp_out(), timestamp_part(), timestamp_pl_interval(), timestamp_recv(), timestamp_time(), timestamp_to_char(), timestamp_trunc(), timestamp_zone(), timestamptz_abstime(), timestamptz_age(), timestamptz_date(), timestamptz_in(), timestamptz_izone(), timestamptz_out(), timestamptz_part(), timestamptz_pl_interval(), timestamptz_recv(), timestamptz_time(), timestamptz_timestamp(), timestamptz_timetz(), timestamptz_to_char(), timestamptz_trunc(), timestamptz_zone(), timetz_izone(), timetz_part(), timetz_recv(), timetz_zone(), tintervalrecv(), to_ascii_enc(), to_ascii_encname(), to_timestamp(), tokenize_inc_file(), TopologicalSort(), TransactionIdIsInProgress(), transformAExprIn(), transformAExprNullIf(), transformAggregateCall(), transformArrayExpr(), transformArraySubscripts(), transformArrayType(), transformAssignedExpr(), transformAssignmentIndirection(), transformColumnDefinition(), transformColumnNameList(), transformColumnRef(), transformConstraintAttrs(), transformDeclareCursorStmt(), transformDistinctClause(), transformDistinctOnClause(), transformFkeyCheckAttrs(), transformFkeyGetPrimaryKey(), transformFromClauseItem(), transformGenericOptions(), transformIndexConstraint(), transformIndexConstraints(), transformIndexStmt(), transformIndirection(), transformInhRelation(), transformInsertRow(), transformInsertStmt(), transformJoinOnClause(), transformLockingClause(), transformOfType(), transformParamRef(), transformRangeFunction(), transformRangeSubselect(), transformRelOptions(), transformReturningList(), transformRuleStmt(), transformSetOperationStmt(), transformSetOperationTree(), transformSubLink(), transformTypeCast(), transformUpdateStmt(), transformValuesClause(), transformWindowDefinitions(), transformWindowFuncCall(), transformWithClause(), transformXmlExpr(), transformXmlSerialize(), translate(), TranslateSocketError(), trigger_in(), trigger_out(), truncate_check_rel(), truncate_identifier(), try_heap_openrv(), ts_headline_byid_opt(), ts_stat_sql(), TSConfigGetCfgid(), TSDictionaryGetDictid(), TSParserGetPrsid(), tsquery_rewrite_query(), TSTemplateGetTmplid(), tsvector_concat(), tsvector_update_trigger(), tsvectorin(), tupledesc_match(), TypeCreate(), TypeGetTupleDesc(), typenameType(), typenameTypeMod(), unaccent_init(), unique_key_recheck(), unknown_attribute(), UpdateControlFile(), UpdateMinRecoveryPoint(), UserAbortTransactionBlock(), utf8_to_iso8859(), utf8_to_win(), vac_truncate_clog(), vacuum_rel(), vacuum_set_xid_limits(), validateConnectbyTupleDesc(), ValidatePgVersion(), validateTzEntry(), ValidateXLOGDirectoryStructure(), ValidXLOGHeader(), varbit(), varbit_in(), varbit_recv(), varchar(), varchar_input(), variable_coerce_param_hook(), variable_paramref_hook(), varstr_cmp(), verify_dictoptions(), WalRcvShmemInit(), WalReceiverMain(), WalSenderMain(), WalSndHandshake(), WalSndShmemInit(), width_bucket_float8(), width_bucket_numeric(), win_to_utf8(), window_nth_value(), window_ntile(), write_relcache_init_file(), write_relmap_file(), WriteControlFile(), writeTimeLineHistory(), X509_NAME_field_to_text(), xlog_redo(), XLogArchiveNotify(), XLogFileClose(), XLogFileCopy(), XLogFileInit(), XLogFileOpen(), XLogFileRead(), XLogFileReadAnyTLI(), XLogPageRead(), XLogRead(), XLogWalRcvProcessMsg(), XLogWalRcvWrite(), XLogWrite(), xmlcomment(), xmlpi(), xmltotext_with_xmloption(), xmlvalidate(), xpath(), xpath_table(), and xslt_process().
| #define ereport_domain | ( | elevel, | |||
| domain, | |||||
| rest | ) |
| #define ERRCODE_IS_CATEGORY | ( | ec | ) | (((ec) & ~((1 << 12) - 1)) == 0) |
| #define ERRCODE_TO_CATEGORY | ( | ec | ) | ((ec) & ((1 << 12) - 1)) |
| #define ERROR 20 |
Definition at line 41 of file elog.h.
Referenced by _arrq_cons(), _bt_buildadd(), _bt_check_rowcompare(), _bt_check_unique(), _bt_checkpage(), _bt_compare_scankey_args(), _bt_endpoint(), _bt_findinsertloc(), _bt_findsplitloc(), _bt_first(), _bt_get_endpoint(), _bt_getroot(), _bt_gettrueroot(), _bt_insert_parent(), _bt_mark_scankey_required(), _bt_moveright(), _bt_pagedel(), _bt_parent_deletion_safe(), _bt_preprocess_keys(), _bt_sortaddtup(), _bt_start_vacuum(), _bt_walk_left(), _copyAConst(), _copyValue(), _equalList(), _equalValue(), _hash_checkpage(), _hash_datum2hashkey_type(), _hash_doinsert(), _hash_dropscan(), _hash_expandtable(), _hash_first(), _hash_firstfreebit(), _hash_freeovflpage(), _hash_getbuf(), _hash_getbuf_with_strategy(), _hash_getinitbuf(), _hash_getnewbuf(), _hash_initbitmap(), _hash_metapinit(), _hash_pgaddtup(), _intbig_in(), _intbig_out(), _lca(), _lt_q_regex(), _ltree_compress(), _ltree_consistent(), _mdfd_getseg(), _mdnblocks(), _metaphone(), _outList(), _outRangeTblEntry(), _outValue(), _readBitmapset(), _readBoolExpr(), _readRangeTblEntry(), _SPI_begin_call(), _SPI_cursor_operation(), _SPI_execute_plan(), _SPI_pquery(), abstime_date(), abstime_timestamp(), abstime_timestamptz(), abstimein(), aclcheck_error(), aclcheck_error_col(), acldefault(), aclinsert(), aclitemin(), aclmask(), aclmask_direct(), aclparse(), aclremove(), acquire_sample_rows(), AcquireRewriteLocks(), add_base_rels_to_query(), add_function_defaults(), add_reloption_kind(), add_size(), add_vars_to_targetlist(), addFamilyMember(), addFlagValue(), AddQual(), addRangeTableEntryForCTE(), addRangeTableEntryForFunction(), addRangeTableEntryForJoin(), addRangeTableEntryForSubquery(), addRangeTableEntryForValues(), AddRelationNewConstraints(), AddRoleMems(), addTargetToSortList(), adjust_appendrel_attrs_mutator(), adjust_inherited_tlist(), AdjustIntervalForTypmod(), AdjustTimestampForTypmod(), AfterTriggerExecute(), afterTriggerInvokeEvents(), AfterTriggerSaveEvent(), AfterTriggerSetState(), aggregate_dummy(), AggregateCreate(), allocacl(), allocate_reloption(), AllocateDir(), AllocateFile(), AllocateVfd(), AllocSetAlloc(), AllocSetContextCreate(), AllocSetFree(), AllocSetRealloc(), AlterConversionOwner(), AlterConversionOwner_internal(), AlterDatabase(), AlterDatabaseOwner(), AlterDatabaseSet(), AlterDomainAddConstraint(), AlterDomainDefault(), AlterDomainDropConstraint(), AlterDomainNotNull(), AlterForeignDataWrapper(), AlterForeignDataWrapperOwner(), AlterForeignServer(), AlterForeignServerOwner(), AlterFunction(), AlterFunctionNamespace(), AlterFunctionOwner(), AlterFunctionOwner_oid(), AlterLanguageOwner(), AlterLanguageOwner_oid(), AlterOpClassOwner(), AlterOperatorOwner_internal(), AlterOpFamily(), AlterOpFamilyAdd(), AlterOpFamilyDrop(), AlterOpFamilyOwner(), AlterRelationNamespaceInternal(), AlterRole(), AlterRoleSet(), AlterSchemaOwner(), AlterSchemaOwner_oid(), AlterTable(), AlterTableNamespace(), AlterTableSpaceOptions(), AlterTableSpaceOwner(), AlterTSConfiguration(), AlterTSConfigurationOwner(), AlterTSDictionary(), AlterTSDictionaryOwner(), AlterTypeNamespace(), AlterTypeNamespaceInternal(), AlterTypeOwner(), AlterTypeOwnerInternal(), AlterUserMapping(), analyzeCTE(), analyzeCTETargetList(), any_in(), any_out(), anyarray_in(), anyarray_recv(), anybit_typmodin(), anychar_typmodin(), anyelement_in(), anyelement_out(), anyenum_in(), anynonarray_in(), anynonarray_out(), anytime_typmodin(), anytimestamp_typmodin(), apply_map_update(), apply_typmod(), applyColumnNames(), ApplyRetrieveRule(), array_agg_transfn(), array_cat(), array_cmp(), array_contain_compare(), array_eq(), array_fill(), array_fill_internal(), array_fill_with_lower_bounds(), array_get_slice(), array_in(), array_iterator(), array_map(), array_push(), array_recv(), array_send(), array_set(), array_set_slice(), ArrayCount(), ArrayGetIntegerTypmods(), ArrayGetNItems(), arrq_cons(), ascii(), assign_application_name(), assign_canonical_path(), assign_pgstat_temp_directory(), assign_search_path(), assign_temp_tablespaces(), assignOperTypes(), assignProcTypes(), assignTSCurrentConfig(), Async_Notify(), AsyncShmemInit(), ATAddCheckConstraint(), ATAddForeignKeyConstraint(), ATExecAddColumn(), ATExecAddConstraint(), ATExecAddInherit(), ATExecAlterColumnType(), ATExecChangeOwner(), ATExecClusterOn(), ATExecCmd(), ATExecColumnDefault(), ATExecDropColumn(), ATExecDropConstraint(), ATExecDropInherit(), ATExecDropNotNull(), ATExecSetNotNull(), ATExecSetOptions(), ATExecSetRelOptions(), ATExecSetStatistics(), ATExecSetStorage(), ATExecSetTableSpace(), ATPostAlterTypeParse(), ATPrepAddColumn(), ATPrepAlterColumnType(), AtPrepare_Locks(), AtPrepare_Notify(), AtPrepare_RelationMap(), ATPrepCmd(), ATPrepSetStatistics(), ATPrepSetTableSpace(), ATRewriteTable(), ATRewriteTables(), ATSimplePermissions(), ATSimplePermissionsRelationOrIndex(), AtSubCommit_childXids(), attnumAttName(), attnumTypeId(), autoinc(), AuxiliaryProcessMain(), b64_decode(), binary_decode(), binary_encode(), bit(), bit_in(), bit_overlay(), bit_recv(), bitand(), bitgetbit(), BitmapHeapNext(), bitor(), bitsetbit(), bitsubstring(), bittoint4(), bittoint8(), bitxor(), blkno_to_bitno(), bms_add_member(), bms_del_member(), bms_is_member(), bms_make_singleton(), bms_singleton_member(), boolin(), booltestsel(), boot_get_type_io_data(), BootstrapToastTable(), box_in(), bpchar(), bpchar_input(), bqarr_in(), bqarr_out(), bt_metap(), bt_page_items(), bt_page_stats(), btbuild(), btcostestimate(), BufFileSeek(), BufTableDelete(), build_coercion_expression(), build_column_default(), build_datatype(), build_function_result_tupdesc_d(), build_index_pathkeys(), build_joinrel_tlist(), build_pgstattuple_type(), build_physical_tlist(), build_regexp_split_result(), build_row_from_class(), build_row_from_vars(), build_simple_rel(), build_subplan(), build_tuplestore_recursively(), BuildDescForRelation(), BuildIndexInfo(), buildMergedJoinVar(), buildRelationAliases(), buildScalarFunctionAlias(), bytea_overlay(), bytea_substring(), byteaGetBit(), byteaGetByte(), byteain(), byteaout(), byteaSetBit(), byteaSetByte(), CacheInvalidateRelcacheByRelid(), calc_rank_cd(), calculate_database_size(), calculate_relation_size(), calculate_tablespace_size(), cash_div_flt4(), cash_div_flt8(), cash_div_int2(), cash_div_int4(), cash_div_int8(), cash_in(), changeDependencyFor(), check_acl(), check_circularity(), check_encoding_conversion_args(), check_exclusion_constraint(), check_float8_array(), check_foreign_key(), check_index_is_clusterable(), check_is_member_of_role(), check_parameter_resolution_walker(), check_password(), check_primary_key(), check_restricted_library_name(), check_sql_fn_retval(), check_stack_depth(), check_ungrouped_columns_walker(), CheckAttributeNamesTypes(), CheckAttributeType(), CheckConstraintFetch(), checkDomainOwner(), checkExprIsVarFree(), checkInsertTargets(), CheckMyDatabase(), checkNameSpaceConflicts(), CheckPointTwoPhase(), CheckPredicate(), CheckRecoveryConflictDeadlock(), CheckRelationOwnership(), CheckRequiredParameterValues(), CheckRestrictedOperation(), checkRuleResultList(), CheckSelectLocking(), checkSharedDependencies(), CheckTableNotInUse(), checkViewTupleDesc(), checkWellFormedRecursion(), checkWellFormedRecursionWalker(), checkWellFormedSelectStmt(), chkpass_in(), choose_hashed_distinct(), choose_hashed_grouping(), choose_hashed_setop(), chr(), cidr_abbrev(), cidr_set_masklen(), circle_in(), circle_out(), circle_poly(), circle_recv(), CleanupBackupHistory(), close_lb(), closerel(), cluster(), cluster_rel(), coerce_record_to_complex(), coerce_to_boolean(), coerce_to_common_type(), coerce_to_specific_type(), coerce_type(), collectDatumForItem(), colNameToVar(), CommandCounterIncrement(), CommentAttribute(), CommentCast(), CommentConstraint(), CommentConversion(), CommentDatabase(), CommentLanguage(), CommentLargeObject(), CommentNamespace(), CommentObject(), CommentOpClass(), CommentOpFamily(), CommentRelation(), CommentRole(), CommentRule(), CommentTablespace(), CommentTrigger(), CommentTSParser(), CommentTSTemplate(), CommuteOpExpr(), CommuteRowCompareExpr(), compare_tlist_datatypes(), comparetup_index_btree(), compatConnectbyTupleDescs(), compatCrosstabTupleDescs(), compatible_oper(), compile_plperl_function(), compile_pltcl_function(), compileTheLexeme(), compileTheSubstitute(), complex_in(), compute_attributes_sql_style(), compute_common_attribute(), compute_return_type(), ComputeIndexAttrs(), computePartialMatchList(), config_enum_lookup_by_value(), connectby(), connectby_text(), connectby_text_serial(), construct_md_array(), ConstructTupleDescriptor(), ConversionCreate(), ConversionIsVisible(), convert_aclright_to_string(), convert_and_check_filename(), convert_any_priv_string(), convert_column_name(), convert_database_name(), convert_function_name(), convert_language_name(), convert_network_to_scalar(), convert_numeric_to_scalar(), convert_priv_string(), convert_schema_name(), convert_string_datum(), convert_subquery_pathkeys(), convert_tablespace_name(), convert_testexpr_mutator(), convert_timevalue_to_scalar(), convert_tuples_by_name(), convert_tuples_by_position(), ConvertTriggerToFK(), cookConstraint(), cookDefault(), copy_file(), copy_heap_data(), copy_plpgsql_datum(), CopyArrayEls(), copydir(), CopyFrom(), CopyGetAttnums(), CopyGetData(), copyObject(), CopyReadAttributesCSV(), CopyReadAttributesText(), CopyReadBinaryAttribute(), CopyReadLineText(), CopySendEndOfRow(), copytup_datum(), cost_bitmap_tree_node(), cost_mergejoin(), cost_qual_eval_walker(), count_agg_clauses_walker(), create_bitmap_subplan(), create_ctescan_plan(), create_join_plan(), create_mergejoin_plan(), create_plan(), create_proc_lang(), create_scan_plan(), create_singleton_array(), create_tablespace_directories(), create_toast_table(), create_unique_plan(), create_worktablescan_plan(), CreateCast(), CreateCheckPoint(), CreateConversionCommand(), createdb(), CreateForeignDataWrapper(), createForeignKeyTriggers(), CreateForeignServer(), CreateFunction(), createNewConnection(), CreateOpFamily(), CreatePortal(), CreateProceduralLanguage(), CreateRole(), CreateSchemaCommand(), CreateTableSpace(), CreateTrigger(), CreateUserMapping(), crosstab(), crosstab_hash(), cube_a_f8(), cube_a_f8_f8(), cube_subset(), currtid_for_view(), currval_oid(), cursor_to_xml(), cursor_to_xmlschema(), dacos(), dasin(), datan(), datan2(), date2timestamp(), date2timestamptz(), date_in(), date_mi(), date_recv(), DateTimeParseError(), datumGetSize(), db_dir_size(), dblink_build_sql_delete(), dblink_build_sql_insert(), dblink_build_sql_update(), dblink_connect(), dblink_connstr_check(), dblink_exec(), dblink_fetch(), dblink_get_pkey(), dblink_record_internal(), dblink_res_error(), dblink_security_check(), dblink_send_query(), DCH_from_char(), dcos(), dcot(), DeadLockReport(), DecodeDateTime(), DecodeTimeOnly(), decompile_conbin(), deconstruct_array(), deconstruct_recurse(), DeconstructQualifiedName(), decrypt_internal(), defGetBoolean(), defGetInt64(), defGetNumeric(), defGetQualifiedName(), defGetString(), defGetTypeLength(), defGetTypeName(), define_custom_variable(), DefineAggregate(), DefineCompositeType(), DefineCustomStringVariable(), DefineDomain(), DefineEnum(), DefineIndex(), DefineOpClass(), DefineOperator(), DefineOpFamily(), DefineQueryRewrite(), DefineRelation(), DefineTSConfiguration(), DefineTSDictionary(), DefineTSParser(), DefineTSTemplate(), DefineType(), DefineView(), DefineVirtualRelation(), deflist_to_tuplestore(), deleteConnection(), DeleteRelationTuple(), DelRoleMems(), deregister_seq_scan(), deserialize_deflist(), destroy_tablespace_directories(), dintdict_init(), DirectFunctionCall1(), DirectFunctionCall2(), DirectFunctionCall3(), DirectFunctionCall4(), DirectFunctionCall5(), DirectFunctionCall6(), DirectFunctionCall7(), DirectFunctionCall8(), DirectFunctionCall9(), DiscardCommand(), dispell_init(), dist_lb(), distribute_qual_to_rels(), distribute_restrictinfo_to_rels(), div_var(), div_var_fast(), dlog1(), dlog10(), do_analyze_rel(), do_autovacuum(), do_compile(), do_numeric_accum(), do_numeric_avg_accum(), do_setval(), do_to_timestamp(), DoCopy(), DoCopyTo(), doDeletion(), domain_check_input(), domain_state_setup(), domainAddConstraint(), DoPortalRunFetch(), dpow(), DropCast(), DropCastById(), DropConfigurationMapping(), DropConversionsCommand(), dropdb(), DropErrorMsgNonExistent(), DropErrorMsgWrongType(), dropOperators(), DropOwnedObjects(), DropProceduralLanguage(), DropProceduralLanguageById(), dropProcedures(), DropRelFileNodeLocalBuffers(), DropRole(), DropTableSpace(), DropTrigger(), dsimple_init(), dsin(), dsnowball_init(), dsqrt(), dsynonym_init(), dtan(), dtoi2(), dtoi4(), dtoi8(), dump_stmt(), dxsyn_init(), ean2isn(), ean2string(), edge_failure(), EnableDisableRule(), EnableDisableTrigger(), EncodeSpecialDate(), EncodeSpecialTimestamp(), encrypt_internal(), EndPrepare(), enforce_generic_type_consistency(), enlargeStringInfo(), entryFillRoot(), entryPlaceToPage(), entrySplitPage(), enum_first(), enum_in(), enum_last(), enum_out(), enum_range_all(), enum_range_bounds(), enum_recv(), enum_send(), EnumValuesCreate(), eqjoinsel(), equal(), errfinish(), error_severity(), errorMissingRTE(), errstart(), esc_dec_len(), esc_decode(), eval_const_expressions_mutator(), EvalPlanQualAddRowMark(), EvalPlanQualFetch(), EvalPlanQualFetchRowMarks(), EvaluateParams(), examine_attribute(), examine_parameter_list(), examine_variable(), exec_assign_value(), exec_bind_message(), exec_describe_portal_message(), exec_describe_statement_message(), exec_dynquery_with_params(), exec_eval_datum(), exec_eval_expr(), exec_execute_message(), exec_for_query(), exec_get_datum_type(), exec_get_rec_fieldtype(), exec_init_tuple_store(), exec_move_row(), exec_parse_message(), exec_prepare_plan(), exec_run_select(), exec_simple_query(), exec_stmt(), exec_stmt_block(), exec_stmt_case(), exec_stmt_close(), exec_stmt_dynexecute(), exec_stmt_execsql(), exec_stmt_fetch(), exec_stmt_forc(), exec_stmt_fori(), exec_stmt_getdiag(), exec_stmt_loop(), exec_stmt_open(), exec_stmt_raise(), exec_stmt_return(), exec_stmt_return_next(), exec_stmt_return_query(), exec_stmt_while(), ExecAlterDefaultPrivilegesStmt(), ExecAlterObjectSchemaStmt(), ExecAlterOwnerStmt(), ExecBSDeleteTriggers(), ExecBSInsertTriggers(), ExecBSTruncateTriggers(), ExecBSUpdateTriggers(), ExecCallTriggerFunc(), ExecCheckPlanOutput(), ExecCheckRTEPerms(), ExecConstraints(), execCurrentOf(), ExecDelete(), ExecEndNode(), ExecEvalAggref(), ExecEvalArray(), ExecEvalArrayRef(), ExecEvalBooleanTest(), ExecEvalCoerceToDomain(), ExecEvalCurrentOfExpr(), ExecEvalDistinct(), ExecEvalFieldSelect(), ExecEvalFuncArgs(), ExecEvalNullIf(), ExecEvalNullTest(), ExecEvalParam(), ExecEvalRowCompare(), ExecEvalScalarArrayOp(), ExecEvalVar(), ExecEvalWholeRowSlow(), ExecEvalWindowFunc(), ExecEvalXml(), ExecGrant_Attribute(), ExecGrant_Database(), ExecGrant_Fdw(), ExecGrant_ForeignServer(), ExecGrant_Function(), ExecGrant_Language(), ExecGrant_Largeobject(), ExecGrant_Namespace(), ExecGrant_Relation(), ExecGrant_Tablespace(), ExecGrantStmt_oids(), ExecHash(), ExecHashJoinGetSavedTuple(), ExecHashJoinNewBatch(), ExecHashJoinSaveTuple(), ExecHashSubPlan(), ExecHashTableCreate(), ExecIndexBuildScanKeys(), ExecInitAgg(), ExecInitExpr(), ExecInitFunctionScan(), ExecInitHashJoin(), ExecInitLockRows(), ExecInitMergeJoin(), ExecInitModifyTable(), ExecInitNestLoop(), ExecInitNode(), ExecInitSubPlan(), ExecInitWindowAgg(), ExecLimit(), ExecLockRows(), ExecMakeFunctionResult(), ExecMakeTableFunctionResult(), ExecMergeJoin(), ExecModifyTable(), ExecPrepareTuplestoreResult(), ExecProcNode(), ExecRenameStmt(), ExecReScan(), ExecReScanModifyTable(), ExecReScanSetParamPlan(), ExecRestrPos(), ExecResultRestrPos(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSetVariableStmt(), ExecSubPlan(), ExecTargetList(), execTuplesHashPrepare(), ExecUpdate(), ExecuteDoStmt(), ExecuteGrantStmt(), ExecuteQuery(), ExecWindowAgg(), exp_var(), expand_all_col_privileges(), expand_col_privileges(), expand_indexqual_conditions(), expand_indexqual_rowcompare(), expand_targetlist(), ExpandAllTables(), ExpandColumnRefStar(), expandRecordVariable(), expandRTE(), explain_get_index_name(), ExplainExecuteQuery(), ExplainQuery(), expression_tree_mutator(), expression_tree_walker(), exprType(), exprTypmod(), fetch_cursor_param_value(), fetch_finfo_record(), fetch_fp_info(), fetch_function_defaults(), FetchPreparedStatement(), file_exists(), FileClose(), FileSeek(), FillPortalStore(), fillRelOptions(), finalize_plan(), find_base_rel(), find_coercion_pathway(), find_composite_type_dependencies(), find_expr_references_walker(), find_in_dynamic_libpath(), find_indexpath_quals(), find_jointree_node_for_rel(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), find_provider(), find_window_functions_walker(), findDependentObjects(), findoprnd(), findoprnd_recurse(), findParents(), findTargetlistEntrySQL92(), findTypeAnalyzeFunction(), findTypeInputFunction(), findTypeOutputFunction(), findTypeReceiveFunction(), findTypeSendFunction(), findTypeTypmodinFunction(), findTypeTypmodoutFunction(), FinishPreparedTransaction(), fireASTriggers(), fireBSTriggers(), fireRIRrules(), fix_indexqual_operand(), fix_indexqual_references(), fix_join_expr_mutator(), fix_upper_expr_mutator(), fixed_paramref_hook(), flatten_reloptions(), flatten_set_variable_args(), float48div(), float4div(), float4in(), float84div(), float8div(), float8in(), FloatExceptionHandler(), fmgr(), fmgr_c_validator(), fmgr_info_C_lang(), fmgr_info_cxt_security(), fmgr_info_other_lang(), fmgr_internal_validator(), fmgr_oldstyle(), fmgr_security_definer(), fmgr_sql(), fmgr_sql_validator(), forget_invalid_pages(), forget_invalid_pages_db(), forkname_to_number(), format_type_internal(), FormIndexDatum(), ForwardFsyncRequest(), free_parsestate(), FreeDesc(), from_char_parse_int_len(), from_char_seq_search(), from_char_set_int(), from_char_set_mode(), fsm_page_contents(), fsm_space_needed_to_cat(), fsync_fname(), ftoi2(), ftoi4(), ftoi8(), func_get_detail(), func_select_candidate(), func_strict(), func_volatile(), FunctionCall1(), FunctionCall2(), FunctionCall3(), FunctionCall4(), FunctionCall5(), FunctionCall6(), FunctionCall7(), FunctionCall8(), FunctionCall9(), FunctionIsVisible(), funny_dup17(), gbtreekey_in(), gbtreekey_out(), generate_function_name(), generate_nonunion_plan(), generate_operator_name(), generate_recursion_plan(), generate_relation_name(), generate_series_step_int4(), generate_series_step_int8(), generate_series_timestamp(), generate_series_timestamptz(), generateClonedIndexStmt(), get_actual_variable_range(), get_agg_expr(), get_attstatsslot(), get_atttypetypmod(), get_base_rel_indexes(), get_column_info_for_window(), get_compare_function_for_ordering_op(), get_crosstab_tuplestore(), get_eclass_for_sort_expr(), get_from_clause_item(), get_func_arg_info(), get_func_cost(), get_func_expr(), get_func_input_arg_names(), get_func_nargs(), get_func_result_name(), get_func_retset(), get_func_rettype(), get_func_rows(), get_func_signature(), get_hex(), get_indexpath_pages(), get_insert_query_def(), get_join_variables(), get_matching_location(), get_name_for_var_field(), get_op_opfamily_properties(), get_opclass(), get_opclass_family(), get_opclass_input_type(), get_opclass_name(), get_oper_expr(), get_other_operator(), get_query_def(), get_raw_page(), get_raw_page_internal(), get_relid_attribute_name(), get_relids_for_join(), get_relids_in_jointree(), get_roleid_checked(), get_rte_attribute_is_dropped(), get_rte_attribute_name(), get_rte_attribute_type(), get_rule_expr(), get_setop_query(), get_sort_group_operators(), get_sortgroupref_tle(), get_sql_delete(), get_sql_insert(), get_sql_update(), get_sublink_expr(), get_sync_bit(), get_th(), get_ts_parser_func(), get_ts_template_func(), get_tsearch_config_filename(), get_tuple_of_interest(), get_typdefault(), get_type_category_preferred(), get_type_io_data(), get_typlenbyval(), get_typlenbyvalalign(), get_utility_query_def(), get_val(), get_variable(), get_windowfunc_expr(), GetAccessStrategy(), GetAttributeByName(), GetAttributeByNum(), getBaseTypeAndTypmod(), getbytealen(), GetConfigOption(), GetConfigOptionByName(), GetConfigOptionResetString(), GetConflictingVirtualXIDs(), GetConstraintByName(), GetCTEForRTE(), GetCurrentDict(), GetDefaultOpClass(), GetDomainConstraints(), GetForeignDataWrapper(), GetForeignDataWrapperOidByName(), GetForeignServer(), GetForeignServerOidByName(), getid(), GetIndexOpClass(), getInsertSelectQuery(), getInstallationPaths(), GetLatestSnapshot(), getlen(), GetLockConflicts(), GetNewObjectId(), GetNewTransactionId(), getObjectClass(), getObjectDescription(), getOpFamilyDescription(), getRelationDescription(), GetRunningTransactionData(), GetSnapshotData(), gettoken_query(), gettoken_tsvector(), getTokenTypes(), GetTSConfigTuple(), getTSCurrentConfig(), GetTupleForTrigger(), gettype(), getTypeBinaryInputInfo(), getTypeBinaryOutputInfo(), getTypeInputInfo(), getTypeOutputInfo(), GetUserMapping(), GetUserNameFromId(), getWeights(), ghstore_consistent(), ghstore_in(), ghstore_out(), gimme_gene(), gimme_tree(), gin_consistent_hstore(), gin_extract_hstore_query(), ginarrayconsistent(), ginbuild(), GinFormTuple(), ginHeapTupleFastInsert(), ginint4_consistent(), ginint4_queryextract(), ginmarkpos(), ginRedoInsert(), ginRedoInsertListPage(), ginRedoSplit(), ginRedoUpdateMetapage(), ginRedoVacuumPage(), ginrestrpos(), ginVacuumEntryPage(), gist_point_consistent(), gist_point_consistent_internal(), gistbuild(), gistcheckpage(), gistfillbuffer(), gistgettuple(), gistmarkpos(), gistplacetopage(), gistrestrpos(), gistxlogFindPath(), GrantRole(), grouping_planner(), grow_memtuples(), gtrgm_in(), gtrgm_out(), gtsvectorin(), GUC_complaint_elevel(), HandleFunctionRequest(), has_rolcatupdate(), has_sequence_privilege_id(), has_sequence_privilege_id_id(), has_sequence_privilege_id_name(), has_sequence_privilege_name(), has_sequence_privilege_name_id(), has_sequence_privilege_name_name(), has_subclass(), hash_create(), hash_freeze(), hash_ok_operator(), hash_search_with_hash_value(), hashbuild(), hashbulkdelete(), hashgettuple(), hashmarkpos(), hashrestrpos(), heap_attisnull(), heap_create(), heap_create_with_catalog(), heap_delete(), heap_drop_with_catalog(), heap_form_minimal_tuple(), heap_form_tuple(), heap_get_latest_tid(), heap_getsysattr(), heap_inplace_update(), heap_lock_tuple(), heap_open(), heap_openrv(), heap_page_items(), heap_prune_chain(), heap_truncate_check_FKs(), heap_update(), hex_decode(), hide_coercion_node(), hlparsetext(), hstore_from_array(), hstore_from_arrays(), hstore_populate_record(), hstore_recv(), hstoreCheckKeyLen(), hstoreCheckValLen(), hstoreUpgrade(), i4tochar(), i4toi2(), i8tooid(), incompatible_module_error(), IncrementVarSublevelsUp_walker(), index_build(), index_create(), index_drop(), index_form_tuple(), index_getprocinfo(), index_open(), index_update_stats(), IndexBuildHeapScan(), IndexGetRelation(), IndexSupportInitialize(), IndexSupportsBackwardScan(), inet_abbrev(), inet_set_masklen(), inet_to_cidr(), inetand(), inetmi(), inetor(), infix(), init_custom_variable(), init_execution_state(), init_fcache(), init_MultiFuncCall(), init_params(), init_sequence(), init_sql_fcache(), init_work(), InitAuxiliaryProcess(), InitCatalogCache(), initGISTstate(), initialize_peragg(), InitLocalBuffers(), InitPlan(), InitProcess(), InitResultRelInfo(), initSuffixTree(), InitTempTableNamespace(), inline_function(), inline_set_returning_function(), inner_subltree(), InputFunctionCall(), insert_username(), InsertRule(), int24div(), int24mi(), int24mul(), int24pl(), int28div(), int28mi(), int28mul(), int28pl(), int2_avg_accum(), int2abs(), int2div(), int2mi(), int2mod(), int2mul(), int2pl(), int2um(), int2vectorin(), int2vectorrecv(), int42div(), int42mi(), int42mul(), int42pl(), int48div(), int48mi(), int48mul(), int48pl(), int4_avg_accum(), int4abs(), int4div(), int4inc(), int4mi(), int4mod(), int4mul(), int4pl(), int4um(), int82(), int82div(), int82mi(), int82mul(), int82pl(), int84(), int84div(), int84mi(), int84mul(), int84pl(), int8_avg(), int8abs(), int8div(), int8inc(), int8mi(), int8mod(), int8mul(), int8out(), int8pl(), int8um(), internal_get_result_type(), internal_in(), internal_inetpl(), internal_load_library(), internal_out(), internal_unload_library(), interpret_AS_clause(), interpret_func_volatility(), interpretInhOption(), interval_accum(), interval_avg(), interval_div(), interval_in(), interval_out(), interval_part(), interval_trunc(), intervaltypmodin(), intervaltypmodout(), inv_getsize(), inv_open(), inv_read(), inv_seek(), inv_truncate(), inv_write(), InvalidateAttoptCacheCallback(), InvalidateBuffer(), InvalidateOprCacheCallBack(), InvalidateTableSpaceCacheCallback(), is_log_level_output(), is_simple_subquery(), is_simple_union_all(), is_simple_union_all_recurse(), iso8859_to_utf8(), join_search_one_level(), join_selectivity(), KnownAssignedXidsAdd(), language_handler_in(), language_handler_out(), LargeObjectAlterOwner(), LargeObjectDrop(), lastval(), lazy_scan_heap(), lc_collate_is_c(), lc_ctype_is_c(), length_in_encoding(), levenshtein_internal(), libpq_select(), libpqrcv_connect(), libpqrcv_receive(), like_fixed_prefix(), like_selectivity(), line_in(), line_out(), line_recv(), line_send(), list_concat(), ln_var(), lo_close(), lo_export(), lo_import_internal(), lo_lseek(), lo_manage(), lo_read(), lo_tell(), lo_truncate(), lo_unlink(), lo_write(), load_categories_hash(), load_external_function(), LocalBufferAlloc(), LocalToUtf(), locate_grouping_columns(), locate_stem_module(), lock_twophase_postcommit(), lock_twophase_recover(), lock_twophase_standby_recover(), LockAcquireExtended(), LockBuffer(), LockBufferForCleanup(), LockGXact(), LockRelease(), LockReleaseAll(), LockTableRecurse(), LogicalTapeBackspace(), LogicalTapeSeek(), LogicalTapeWrite(), lookup_agg_function(), lookup_rowtype_tupdesc_internal(), lookup_ts_config_cache(), lookup_ts_dictionary_cache(), lookup_ts_parser_cache(), lookup_type_cache(), LookupAggNameTypeNames(), LookupCreationNamespace(), LookupExplicitNamespace(), LookupFuncName(), LookupFuncNameTypeNames(), LookupOpclassInfo(), LookupOperName(), LookupTypeName(), LookupTypeNameOid(), lowerstr_with_len(), lpad(), lquery_in(), LruDelete(), lseg_in(), lt_q_regex(), ltree_consistent(), ltree_gist_in(), ltree_gist_out(), ltree_in(), ltsReadBlock(), ltsWriteBlock(), ltxtq_out(), LWLockAcquire(), LWLockAssign(), LWLockConditionalAcquire(), LWLockRelease(), macaddr_in(), make_agg_subplan(), make_bound_box(), make_const(), make_distinct_op(), make_inh_translation_list(), make_inner_pathkeys_for_merge(), make_join_rel(), make_new_heap(), make_op(), make_outerjoininfo(), make_pathkey_from_sortinfo(), make_pathkeys_for_window(), make_rel_from_joinlist(), make_restrictinfo_from_bitmapqual(), make_result(), make_row_comparison_op(), make_row_distinct_op(), make_ruledef(), make_scalar_array_op(), make_sort_from_pathkeys(), make_tsvector(), make_tuple_from_row(), makeArrayTypeName(), makepol(), makeRangeVarFromNameList(), makeStringAggState(), map_sql_table_to_xmlschema(), map_sql_type_to_xml_name(), map_sql_value_to_xml_value(), mark_index_clustered(), MarkAsPreparing(), MarkBufferDirty(), markQueryForLocking(), markRTEForSelectPriv(), markTargetListOrigin(), match_index_to_operand(), match_unsorted_outer(), MatchText(), materializeResult(), md5_bytea(), md5_text(), mdcreate(), mdextend(), mdimmedsync(), mdnblocks(), mdopen(), mdread(), mdsync(), mdtruncate(), mdwrite(), MemoryContextAlloc(), MemoryContextAllocZero(), MemoryContextAllocZeroAligned(), merge_acl_with_grant(), MergeAttributes(), MergeAttributesIntoExisting(), MergeCheckConstraint(), MergeConstraintsIntoExisting(), MergeWithExistingConstraint(), metaphone(), MJExamineQuals(), moddatetime(), movedb(), mul_size(), MultiExecBitmapAnd(), MultiExecBitmapOr(), MultiExecProcNode(), myFunctionCall2(), NameListToString(), namerecv(), NamespaceCreate(), network_host(), network_in(), network_out(), network_prefix_quals(), network_recv(), network_show(), newScanKey(), nextval_internal(), NIAddAffix(), NIImportAffixes(), NIImportDictionary(), NIImportOOAffixes(), nodeRead(), nulltestsel(), NUM_processor(), NUMDesc_prepare(), numeric_avg(), numeric_fac(), numeric_in(), numeric_int2(), numeric_int4(), numeric_int8(), numeric_power(), numeric_recv(), numeric_stddev_internal(), numeric_to_double_no_overflow(), numerictypmodin(), numericvar_to_double_no_overflow(), numericvar_to_int4(), objectNamesToOids(), objectsInSchemaToOids(), OidFunctionCall1(), OidFunctionCall2(), OidFunctionCall3(), OidFunctionCall4(), OidFunctionCall5(), OidFunctionCall6(), OidFunctionCall7(), OidFunctionCall8(), OidFunctionCall9(), oidin_subr(), oidvectorin(), oidvectorrecv(), op_error(), op_input_types(), op_strict(), op_volatile(), opaque_in(), opaque_out(), OpclassIsVisible(), OpenIntoRel(), OpenTemporaryFileInTablespace(), OperatorCreate(), OperatorIsVisible(), OperatorShellMake(), OpfamilyIsVisible(), page_header(), PageIndexMultiDelete(), PageIndexTupleDelete(), PageRepairFragmentation(), parse_affentry(), parse_fcall_arguments(), parse_fcall_arguments_20(), parse_hstore(), parse_one_reloption(), parse_re_flags(), parse_snapshot(), parse_tsquery(), parseCheckAggregates(), parseCheckWindowFuncs(), ParseFuncOrColumn(), parseNameAndArgTypes(), parseNodeString(), parseRelOptions(), parserOpenTable(), parsetext(), parsetinterval(), parseTypeString(), path_add(), path_center(), path_encode(), path_in(), path_poly(), path_recv(), PathNameOpenFile(), pattern_fixed_prefix(), pattern_selectivity(), patternsel(), perform_default_encoding_conversion(), PerformCursorOpen(), PerformPortalClose(), PerformPortalFetch(), PersistHoldablePortal(), pg_aclmask(), pg_armor(), pg_atoi(), pg_attribute_aclmask(), pg_char_to_encname_struct(), pg_class_aclmask(), pg_class_ownercheck(), pg_client_to_server(), pg_column_size(), pg_conversion_ownercheck(), pg_convert(), pg_crypt(), pg_current_xlog_insert_location(), pg_current_xlog_location(), pg_cursor(), pg_database_aclmask(), pg_database_ownercheck(), pg_database_size_name(), pg_dearmor(), pg_decrypt(), pg_decrypt_iv(), pg_dlopen(), pg_do_encoding_conversion(), pg_encrypt(), pg_encrypt_iv(), pg_file_rename(), pg_file_unlink(), pg_file_write(), pg_foreign_data_wrapper_aclmask(), pg_foreign_server_aclmask(), pg_foreign_server_ownercheck(), pg_freespace(), pg_gen_salt(), pg_gen_salt_rounds(), pg_get_constraintdef_worker(), pg_get_function_arguments(), pg_get_function_identity_arguments(), pg_get_function_result(), pg_get_functiondef(), pg_get_indexdef_worker(), pg_get_ruledef_worker(), pg_get_serial_sequence(), pg_get_triggerdef_worker(), pg_get_viewdef_worker(), pg_language_aclmask(), pg_language_ownercheck(), pg_largeobject_aclmask_snapshot(), pg_largeobject_ownercheck(), pg_logdir_ls(), pg_ls_dir(), pg_namespace_aclmask(), pg_namespace_ownercheck(), pg_opclass_ownercheck(), pg_oper_ownercheck(), pg_opfamily_ownercheck(), pg_prepared_statement(), pg_proc_aclmask(), pg_proc_ownercheck(), pg_random_bytes(), pg_re_throw(), pg_read_file(), pg_reload_conf(), pg_relpages(), pg_rotate_logfile(), pg_signal_backend(), pg_start_backup(), pg_stat_file(), pg_stat_statements(), pg_stat_statements_reset(), pg_stop_backup(), pg_switch_xlog(), pg_tablespace_aclmask(), pg_tablespace_databases(), pg_tablespace_ownercheck(), pg_tablespace_size_name(), pg_to_ascii(), pg_ts_config_ownercheck(), pg_ts_dict_ownercheck(), pg_type_ownercheck(), pg_tzenumerate_next(), pg_tzenumerate_start(), pg_xlogfile_name(), pg_xlogfile_name_offset(), pgarch_readyXlog(), pglz_decompress(), pgp_key_id_w(), pgrowlocks(), pgss_shmem_startup(), pgstat_recv_dropdb(), pgstat_relation(), pgstat_reset_counters(), pgstat_reset_shared_counters(), pgstat_reset_single_counter(), PgstatCollectorMain(), pgstatindex(), pgstattuple(), pgstattuplebyid(), pguuid_complain(), pgwin32_create_signal_listener(), pgwin32_waitforsinglesocket(), pgxml_xpath(), plperl_build_tuple_result(), plperl_call_perl_func(), plperl_call_perl_trigger_func(), plperl_convert_to_pg_array(), plperl_create_sub(), plperl_func_handler(), plperl_init_interp(), plperl_inline_handler(), plperl_modify_tuple(), plperl_return_next(), plperl_spi_exec_prepared(), plperl_spi_freeplan(), plperl_spi_prepare(), plperl_spi_query(), plperl_spi_query_prepared(), plperl_trigger_handler(), plperl_trusted_init(), plperl_untrusted_init(), plperl_validator(), plpgsql_build_datatype(), plpgsql_build_variable(), plpgsql_call_handler(), plpgsql_compile(), plpgsql_compile_inline(), plpgsql_exec_function(), plpgsql_exec_trigger(), plpgsql_inline_handler(), plpgsql_parse_cwordrowtype(), plpgsql_parse_cwordtype(), plpgsql_parse_err_condition(), plpgsql_parse_word(), plpgsql_parse_wordrowtype(), plpgsql_post_column_ref(), plpgsql_recognize_err_condition(), plpgsql_resolve_polymorphic_argtypes(), plpgsql_validator(), plpgsql_yyerror(), plpython_call_handler(), plpython_inline_handler(), pltcl_build_tuple_argument(), pltcl_elog(), pltcl_func_handler(), pltcl_init_all(), pltcl_init_load_unknown(), pltcl_set_tuple_values(), pltcl_SPI_prepare(), pltcl_trigger_handler(), PLy_error(), PLy_function_build_args(), PLy_function_handler(), PLy_init_interp(), PLy_init_plpy(), PLy_input_datum_func(), PLy_input_tuple_funcs(), PLy_modify_tuple(), PLy_output(), PLy_output_datum_func(), PLy_output_datum_func2(), PLy_output_tuple_funcs(), PLy_procedure_call(), PLy_procedure_compile(), PLy_procedure_create(), PLy_procedure_get(), PLy_spi_execute_plan(), PLy_spi_prepare(), PLy_traceback(), PLy_trigger_build_args(), PLy_trigger_handler(), PLyDict_FromTuple(), PLyList_FromArray(), PLyMapping_ToTuple(), PLyObject_ToBytea(), PLyObject_ToDatum(), PLyObject_ToTuple(), PLySequence_ToArray(), PLySequence_ToTuple(), PLyUnicode_Bytes(), point_div(), point_in(), poly_circle(), poly_distance(), poly_in(), poly_recv(), PopOverrideSearchPath(), PortalDrop(), PortalRun(), PortalRunFetch(), PortalRunSelect(), PortalSetResultFormat(), PostgresMain(), postgresql_fdw_validator(), PostmasterMain(), postprocess_setop_tlist(), pq_copymsgbytes(), pq_getbyte_if_available(), pq_getmsgbyte(), pq_getmsgbytes(), pq_getmsgend(), pq_getmsgint(), pq_getmsgstring(), pq_getmsgtext(), pq_sendint(), PreCommit_Notify(), predicate_implied_by_recurse(), predicate_refuted_by_recurse(), PrefetchBuffer(), prefix_quals(), prefix_selectivity(), PrepareHoldablePortals(), PrepareQuery(), PrepareTransaction(), preprocess_qual_conditions(), preprocess_targetlist(), PreventCommandDuringRecovery(), PreventCommandIfReadOnly(), PreventTransactionChain(), print_function_arguments(), printtup_prepare_info(), privilege_to_string(), ProcedureCreate(), process_matched_tle(), process_owned_by(), process_postgres_switches(), processIndirection(), ProcessInterrupts(), processTypesSpec(), prsd_headline(), prssyntaxerror(), prune_lexemes_hashtable(), pull_up_sublinks_jointree_recurse(), pull_up_subqueries(), pull_up_union_leaf_queries(), pull_var_clause_walker(), pullup_replace_vars_callback(), push_back_token(), pushquery(), PushTransaction(), pushval_asis(), pushValue(), pushValue_internal(), puttuple_common(), QualifiedNameGetCreationNamespace(), query_planner(), query_to_xml_and_xmlschema(), query_to_xml_internal(), query_to_xmlschema(), queryin(), QueryRewrite(), querytree(), RangeVarGetCreationNamespace(), RangeVarGetRelid(), raw_expression_tree_walker(), raw_heap_insert(), rb_begin_iterate(), rb_direct_iterator(), rb_inverted_iterator(), rb_left_right_iterator(), rb_right_left_iterator(), RE_compile_and_cache(), RE_wchar_execute(), read_dictionary(), read_info(), ReadArrayBinary(), ReadArrayStr(), ReadBuffer_common(), ReadBufferExtended(), readDatum(), ReadDir(), readRecoveryCommandFile(), readstoplist(), readtup_datum(), readtup_heap(), readtup_index(), ReassignOwnedObjects(), ReceiveCopyBegin(), ReceiveFunctionCall(), recheck_cast_function_args(), recompute_limits(), recomputeNamespacePath(), record_cmp(), record_eq(), record_in(), record_plan_function_dependency(), record_recv(), RecordTransactionCommit(), RecreateTwoPhaseFile(), recurse_push_qual(), recurse_pushdown_safe(), recurse_set_operations(), recursive_revoke(), reduce_outer_joins(), reduce_outer_joins_pass1(), reduce_outer_joins_pass2(), regclassin(), regex_fixed_prefix(), regex_selectivity(), register_dirty_segment(), register_seq_scan(), regoperatorin(), regoperin(), regprocedurein(), regprocin(), regtypein(), reindex_index(), ReindexDatabase(), ReindexIndex(), ReindexTable(), relation_open(), RelationBuildLocalRelation(), RelationBuildTriggers(), RelationBuildTupleDesc(), RelationCacheInitializePhase3(), RelationClearRelation(), RelationForgetRelation(), RelationGetBufferForTuple(), RelationGetExclusionInfo(), relationHasPrimaryKey(), RelationInitIndexAccessInfo(), RelationInitPhysicalAddr(), RelationIsVisible(), RelationMapRemoveMapping(), RelationMapUpdateMap(), RelationPreserveStorage(), RelationReloadIndexInfo(), RelationSetNewRelfilenode(), ReleaseBuffer(), ReleaseCurrentSubTransaction(), ReleaseSavepoint(), reltime_interval(), reltimein(), RemoveAggregate(), RemoveAmOpEntryById(), RemoveAmProcEntryById(), RemoveAttrDefault(), RemoveAttrDefaultById(), RemoveAttributeById(), RemoveConstraintById(), RemoveConversionById(), RemoveDefaultACLById(), RemoveForeignDataWrapper(), RemoveForeignDataWrapperById(), RemoveForeignServer(), RemoveForeignServerById(), RemoveFunction(), RemoveFunctionById(), RemoveGXact(), RemoveOldXlogFiles(), RemoveOpClass(), RemoveOpClassById(), RemoveOperator(), RemoveOperatorById(), RemoveOpFamily(), RemoveOpFamilyById(), RemoveRelations(), RemoveRewriteRule(), RemoveRewriteRuleById(), RemoveRoleFromObjectACL(), RemoveSchemaById(), RemoveSchemas(), RemoveTriggerById(), RemoveTSConfigurationById(), RemoveTSConfigurations(), RemoveTSDictionaries(), RemoveTSDictionaryById(), RemoveTSParserById(), RemoveTSParsers(), RemoveTSTemplateById(), RemoveTSTemplates(), RemoveTypeById(), RemoveTypes(), RemoveUserMapping(), RemoveUserMappingById(), RenameAggregate(), renameatt(), RenameConstraintById(), RenameConversion(), RenameDatabase(), RenameFunction(), RenameLanguage(), RenameOpClass(), RenameOpFamily(), RenameRelation(), RenameRelationInternal(), RenameRole(), RenameSchema(), RenameTableSpace(), renametrig(), RenameTSConfiguration(), RenameTSDictionary(), RenameTSParser(), RenameTSTemplate(), RenameType(), RenameTypeInternal(), reorder_function_arguments(), repalloc(), repeat(), replace_aggs_with_params_mutator(), replace_rte_variables(), replace_rte_variables_mutator(), replace_text_regexp(), replace_vars_in_jointree(), report_invalid_encoding(), report_untranslatable_char(), reportDependentObjects(), RequestCheckpoint(), requireSuperuser(), RequireTransactionChain(), ResetAllOptions(), resolve_column_ref(), resolve_generic_type(), ResourceOwnerForgetBuffer(), ResourceOwnerForgetCatCacheListRef(), ResourceOwnerForgetCatCacheRef(), ResourceOwnerForgetFile(), ResourceOwnerForgetPlanCacheRef(), ResourceOwnerForgetRelationRef(), ResourceOwnerForgetSnapshot(), ResourceOwnerForgetTupleDesc(), restrict_and_check_grant(), restriction_selectivity(), ReThrowError(), RevalidateCachedPlan(), reversedirection_index_hash(), RewriteQuery(), rewriteRuleAction(), rewriteTargetList(), ri_add_cast_to(), ri_Check_Pk_Match(), ri_CheckTrigger(), ri_FetchConstraintInfo(), RI_FKey_cascade_del(), RI_FKey_cascade_upd(), RI_FKey_check(), RI_FKey_keyequal_upd_fk(), RI_FKey_keyequal_upd_pk(), RI_FKey_noaction_del(), RI_FKey_noaction_upd(), RI_FKey_restrict_del(), RI_FKey_restrict_upd(), RI_FKey_setdefault_del(), RI_FKey_setdefault_upd(), RI_FKey_setnull_del(), RI_FKey_setnull_upd(), ri_GenerateQual(), ri_HashCompareOp(), RI_Initial_Check(), ri_PerformCheck(), ri_PlanCheck(), ri_ReportViolation(), RollbackToSavepoint(), row_is_in_frame(), rpad(), RS_compile(), RS_execute(), RS_isRegis(), RTERangeTablePosn(), s_lock_free_sema(), scanint8(), scanNameSpaceForRefname(), scanNameSpaceForRelid(), scanRTEForColumn(), SearchSysCache(), SearchSysCacheList(), seg_cmp(), select_common_type(), select_mergejoin_clauses(), select_perl_context(), SelectSortFunction(), send_message_to_frontend(), send_message_to_server_log(), SendCopyBegin(), SendFunctionResult(), set_cheapest(), set_config_by_name(), set_config_option(), set_config_sourcefile(), set_cte_pathlist(), set_joinrel_size_estimates(), set_limit(), set_output_count(), set_plan_refs(), set_var_from_str(), set_worktable_pathlist(), SetBufferCommitInfoNeedsSave(), SetDatabaseEncoding(), SetDefaultACL(), SetDefaultACLsInSchemas(), SetFunctionArgType(), SetFunctionReturnType(), SetReindexPending(), SetReindexProcessing(), SetRelationNumChecks(), SetRelationRuleStatus(), setRelhassubclassInRelation(), setSchemaName(), setseed(), SetSessionAuthorization(), setup_firstcall(), setup_regexp_matches(), SetUserIdAndContext(), shdepChangeDep(), shdepDropOwned(), shdepLockAndCheckObject(), shdepReassignOwned(), shell_in(), shell_out(), ShmemInitStruct(), show_sort_keys(), similar_escape(), simple_heap_delete(), simple_heap_update(), SimpleLruInit(), simplify_function(), slot_attisnull(), slot_getallattrs(), slot_getattr(), slot_getsomeattrs(), SlruReportIOError(), smgrclose(), smgrin(), smgrout(), sort(), sort_inner_and_outer(), SPI_connect(), SPI_copytuple(), SPI_cursor_close(), SPI_cursor_open_internal(), SPI_cursor_open_with_args(), spi_dest_startup(), SPI_modifytuple(), SPI_palloc(), spi_printtup(), SPI_returntuple(), split_text(), sql_exec_error_callback(), sql_function_parse_error_callback(), sql_inline_error_callback(), sqrt_var(), SS_process_ctes(), standard_ExecutorStart(), standard_join_search(), standard_ProcessUtility(), StartTransactionCommand(), StoreAttrDefault(), StoreConstraints(), storeObjectDescription(), storeOperators(), StorePreparedStatement(), storeProcedures(), str_initcap(), str_tolower(), str_toupper(), StrategyGetBuffer(), string2ean(), string_to_privilege(), string_to_uuid(), stringToQualifiedNameList(), substitute_actual_parameters_mutator(), substitute_actual_srf_parameters_mutator(), substitute_libpath_macro(), suppress_redundant_updates_trigger(), swap_relation_files(), SysCacheGetAttr(), systable_beginscan(), systable_beginscan_ordered(), systable_getnext(), systable_getnext_ordered(), SystemAttributeDefinition(), TablespaceCreateDbspace(), tblspc_redo(), tbm_add_tuples(), tbm_intersect(), text_overlay(), text_substring(), textToQualifiedNameList(), thesaurus_init(), thesaurus_lexize(), thesaurusRead(), throw_tcl_error(), tidin(), TidListCreate(), time_part(), time_recv(), timestamp2timestamptz(), timestamp_abstime(), timestamp_age(), timestamp_date(), timestamp_in(), timestamp_izone(), timestamp_mi(), timestamp_out(), timestamp_part(), timestamp_pl_interval(), timestamp_recv(), timestamp_time(), timestamp_to_char(), timestamp_trunc(), timestamp_zone(), timestamptz_abstime(), timestamptz_age(), timestamptz_date(), timestamptz_in(), timestamptz_izone(), timestamptz_out(), timestamptz_part(), timestamptz_pl_interval(), timestamptz_recv(), timestamptz_time(), timestamptz_timestamp(), timestamptz_timetz(), timestamptz_to_char(), timestamptz_trunc(), timestamptz_zone(), timetravel(), timetz_izone(), timetz_part(), timetz_recv(), timetz_zone(), tintervalrecv(), to_ascii_enc(), to_ascii_encname(), to_timestamp(), toast_fetch_datum(), toast_fetch_datum_slice(), TopologicalSort(), TransactionIdIsInProgress(), transformAExprIn(), transformAExprNullIf(), transformAggregateCall(), transformAlterTableStmt(), transformArrayExpr(), transformArraySubscripts(), transformArrayType(), transformAssignedExpr(), transformAssignmentIndirection(), transformBooleanTest(), transformColumnDefinition(), transformColumnNameList(), transformColumnRef(), transformConstraintAttrs(), transformCreateSchemaStmt(), transformCreateStmt(), transformDeclareCursorStmt(), transformDistinctClause(), transformDistinctOnClause(), transformExpr(), transformFkeyCheckAttrs(), transformFkeyGetPrimaryKey(), transformFrameOffset(), transformFromClauseItem(), transformGenericOptions(), transformIndexConstraint(), transformIndexConstraints(), transformIndexStmt(), transformIndirection(), transformInhRelation(), transformInsertRow(), transformInsertStmt(), transformJoinOnClause(), transformLockingClause(), transformOfType(), transformParamRef(), transformRangeFunction(), transformRangeSubselect(), transformRelOptions(), transformReturningList(), transformRuleStmt(), transformSetOperationStmt(), transformSetOperationTree(), transformSubLink(), transformTableConstraint(), transformTypeCast(), transformUpdateStmt(), transformValuesClause(), transformWholeRowRef(), transformWindowDefinitions(), transformWindowFuncCall(), transformWithClause(), transformXmlExpr(), transformXmlSerialize(), translate(), trigger_in(), trigger_out(), truncate_check_rel(), try_heap_openrv(), try_relation_open(), TS_execute(), ts_headline_byid_opt(), ts_stat_sql(), tsa_rewrite_accum(), tsa_set_curdict(), tsa_set_curprs(), tsa_tsearch2(), TSConfigGetCfgid(), TSConfigIsVisible(), TSDictionaryGetDictid(), TSDictionaryIsVisible(), TSParserGetPrsid(), TSParserIsVisible(), tsquery_opr_selec(), tsquery_rewrite_query(), tsqueryrecv(), tsquerysend(), TSTemplateGetTmplid(), TSTemplateIsVisible(), tsvector_concat(), tsvector_setweight(), tsvector_update_trigger(), tsvectorin(), tsvectorrecv(), tt_setup_firstcall(), ttdummy(), tupledesc_match(), TupleDescInitEntry(), tuplesort_begin_common(), tuplesort_begin_datum(), tuplesort_begin_heap(), tuplesort_gettuple_common(), tuplesort_markpos(), tuplesort_performsort(), tuplesort_rescan(), tuplesort_restorepos(), tuplestore_alloc_read_pointer(), tuplestore_copy_read_pointer(), tuplestore_gettuple(), tuplestore_puttuple_common(), tuplestore_rescan(), tuplestore_select_read_pointer(), tuplestore_set_eflags(), TwoPhaseGetDummyProc(), txid_current_snapshot(), txid_snapshot_recv(), TypeCreate(), TypeGetTupleDesc(), typeidType(), typeidTypeRelid(), TypeIsVisible(), typenameType(), typenameTypeMod(), typeTypeId(), unaccent_init(), unique_key_recheck(), unknown_attribute(), update_frameheadpos(), update_frametailpos(), utf8_to_iso8859(), utf8_to_win(), vac_update_datfrozenxid(), vac_update_relstats(), validateConnectbyTupleDesc(), varbit(), varbit_in(), varbit_recv(), varchar(), varchar_input(), variable_coerce_param_hook(), variable_paramref_hook(), varstr_cmp(), verify_dictoptions(), WalReceiverMain(), width_bucket_float8(), width_bucket_numeric(), win_to_utf8(), window_gettupleslot(), window_nth_value(), window_ntile(), WinGetFuncArgInFrame(), WinGetFuncArgInPartition(), WinRowsArePeers(), WinSetMarkPosition(), write_relmap_file(), write_stderr(), writeListPage(), writeTimeLineHistory(), writetup_heap(), X509_NAME_field_to_text(), XLogFileCopy(), XLogFileInit(), XLogFlush(), XLogInsert(), XLogWalRcvProcessMsg(), xmlcomment(), xmlelement(), xmlpi(), xmltotext_with_xmloption(), xmlvalidate(), xpath(), xpath_table(), and xslt_process().
| #define FATAL 21 |
Definition at line 50 of file elog.h.
Referenced by AllocateAttribute(), AssignPostmasterChildSlot(), auth_failed(), AutoVacLauncherMain(), AutoVacuumShmemInit(), AutoVacWorkerMain(), AuxiliaryProcessMain(), BackendInitialize(), BackgroundWriterMain(), BeginInternalSubTransaction(), BeginTransactionBlock(), BgWriterShmemInit(), binary_decode(), binary_encode(), bootstrap_signals(), build_guc_variables(), CacheRegisterRelcacheCallback(), CacheRegisterSyscacheCallback(), CatalogCacheComputeHashValue(), CatalogCacheComputeTupleHashValue(), CatalogCacheInitializeCache(), ChangeToDataDir(), CheckClosedConnection(), checkDataDir(), CheckMyDatabase(), CleanupTransaction(), ClientAuthentication(), CommitTransactionCommand(), CopySendEndOfRow(), CreateLockFile(), CreateSharedProcArray(), DeadLockCheck(), DeadLockCheckRecurse(), DebugFileOpen(), DefineSavepoint(), do_start_worker(), EndTransactionBlock(), errfinish(), error_severity(), errstart(), ExecuteRecoveryEndCommand(), existsTimeLineHistory(), exitArchiveRecovery(), GetCCHashEqFuncs(), getInstallationPaths(), GetOldFunctionMessage(), GetSharedMemName(), hash_corrupted(), init_custom_variable(), InitAuxiliaryProcess(), InitBufferPoolAccess(), InitBufTable(), InitFileAccess(), InitializeClientEncoding(), InitializeOneGUCOption(), InitializeSessionUserId(), InitLocalBuffers(), InitLocks(), InitPostgres(), InitProcess(), InitProcGlobal(), InitShmemIndex(), InitWalSnd(), InternalIpcMemoryCreate(), InternalIpcSemaphoreCreate(), IpcSemaphoreInitialize(), is_log_level_output(), load_relmap_file(), LoadKernel32(), LocalExecuteInvalidationMessage(), make_absolute_path(), mdnblocks(), on_proc_exit(), on_shmem_exit(), open_csvlogfile(), ParseLongOption(), PerformAuthentication(), pg_perm_setlocale(), pg_re_throw(), pg_timezone_pre_initialize(), pgarch_archiveXlog(), PgArchiverMain(), PGSemaphoreLock(), PGSemaphoreReset(), PGSemaphoreTryLock(), PGSemaphoreUnlock(), PGSharedMemoryCreate(), PGSharedMemoryReAttach(), PgstatCollectorMain(), pgwin32_select(), pgwin32_signal_initialize(), pgwin32_socket_strerror(), pltcl_elog(), PLy_fatal(), PLy_malloc(), PLy_modify_tuple(), PLy_procedure_get(), PLy_procedure_munge_source(), PLy_traceback(), pmdaemonize(), PopTransaction(), PosixSemaphoreCreate(), PostgresMain(), PostmasterMain(), pq_getbyte_if_available(), PreventTransactionChain(), ProcArrayAdd(), process_postgres_switches(), ProcessInterrupts(), ProcessStartupPacket(), ProcessWalRcvInterrupts(), ProcSleep(), read_backup_label(), ReadControlFile(), readRecoveryCommandFile(), readTimeLineHistory(), RecoveryConflictInterrupt(), RegisterWaitForSingleObject(), RelationCacheInitializePhase3(), ReleaseSavepoint(), ResolveRecoveryConflictWithBufferPin(), RestoreArchivedFile(), RollbackAndReleaseCurrentSubTransaction(), RollbackToSavepoint(), ScanPgRelation(), select_default_timezone(), SelectConfigFiles(), send_message_to_server_log(), set_max_safe_fds(), setitimer(), SharedInvalBackendInit(), SocketBackend(), StartupProcessMain(), StartupXLOG(), SysLogger_Start(), SysLoggerMain(), TransactionBlockStatusCode(), UserAbortTransactionBlock(), ValidatePgVersion(), ValidateXLOGDirectoryStructure(), WalRcvShmemInit(), WalReceiverMain(), WalSenderMain(), WalSndHandshake(), WalSndShmemInit(), WalWriterMain(), write_item(), write_relcache_init_file(), and XLogRead().
| #define INFO 17 |
Definition at line 31 of file elog.h.
Referenced by analyze_rel(), cluster_rel(), error_severity(), errstart(), lazy_vacuum_rel(), NotifyMyFrontEnd(), pltcl_elog(), PLy_info(), and send_message_to_server_log().
| #define LOG 15 |
Definition at line 26 of file elog.h.
Referenced by _bt_pagedel(), _dosmaperr(), aclparse(), AllocateDir(), AllocateFile(), AllocateVfd(), assign_custom_variable_classes(), assign_timezone_abbreviations(), AtEOXact_GUC(), AutoVacLauncherMain(), BackendInitialize(), BackendStartup(), BackgroundWriterMain(), BasicOpenFile(), CancelBackup(), check_same_host_or_net(), check_usermap(), CheckDateTokenTable(), CheckForStandbyTrigger(), CheckRADIUSAuth(), CleanupProcSignalState(), ConnCreate(), CreateOptsFile(), CreateRestartPoint(), Delete(), do_analyze_rel(), do_autovacuum(), dumptuples(), edge_failure(), error_severity(), exec_bind_message(), exec_execute_message(), exec_parse_message(), exec_simple_query(), exitArchiveRecovery(), explain_ExecutorEnd(), FileAccess(), FileClose(), FilePrefetch(), FileRead(), FileSeek(), FileSync(), FileTruncate(), FileWrite(), forget_matching_split(), FreeDir(), FreeFile(), FreeVfd(), geqo(), gistchoose(), gistContinueInsert(), gistUserPicksplit(), GUC_complaint_elevel(), HandleChildCrash(), HandleFunctionRequest(), ident_inet(), identify_system_timezone(), initialize(), inittapes(), Insert(), InstallXLogFileSegment(), IpcMemoryDelete(), IpcMemoryDetach(), IpcSemaphoreKill(), is_log_level_output(), KnownAssignedXidsAdd(), lazy_vacuum_rel(), load_hba(), load_ident(), load_libraries(), LockAcquireExtended(), LockRelease(), LockReleaseAll(), log_disconnections(), LogCheckpointEnd(), LogCheckpointStart(), logfile_rotate(), LruDelete(), LruInsert(), mergeonerun(), next_token(), parse_hba_line(), parse_ident_usermap(), PathNameOpenFile(), PerformAuthentication(), pg_bind_textdomain_codeset(), pg_do_encoding_conversion(), pg_plan_query(), pg_rewrite_query(), pgarch_archiveXlog(), pgarch_start(), PGSharedMemoryCreate(), PGSharedMemoryDetach(), pgss_shmem_shutdown(), pgss_shmem_startup(), pgstat_init(), pgstat_read_statsfile(), pgstat_read_statsfile_timestamp(), pgstat_send(), pgstat_start(), pgstat_write_statsfile(), pgwin32_ReserveSharedMemoryRegion(), pgwin32_SharedMemoryDelete(), pltcl_elog(), PLy_log(), pmdie(), PosixSemaphoreKill(), PostmasterMain(), PostmasterStateMachine(), pq_getkeepalivescount(), pq_getkeepalivesidle(), pq_getkeepalivesinterval(), pq_setkeepalivescount(), pq_setkeepalivesidle(), pq_setkeepalivesinterval(), ProcArrayApplyRecoveryInfo(), ProcArrayRemove(), processCancelRequest(), ProcSignalInit(), ProcSleep(), puttuple_common(), ReadCheckpointRecord(), reaper(), RecordSharedMemoryInLockFile(), RecoverPreparedTransactions(), recoveryStopsHere(), RelationCacheInitFileRemove(), RelationCacheInitFileRemoveInDir(), ReleaseLruFile(), RemoveOldXlogFiles(), RemovePgTempFilesInDir(), reportDependentObjects(), RequestCheckpoint(), RestoreArchivedFile(), scan_available_timezones(), scan_directory_ci(), send_message_to_server_log(), ServerLoop(), set_config_option(), set_config_sourcefile(), ShowUsage(), ShutdownXLOG(), SIGHUP_handler(), sigusr1_handler(), SimpleLruTruncate(), SlruPhysicalReadPage(), ss_get_location(), ss_report_location(), StandbyReleaseLocks(), StandbyReleaseLocksMany(), StartAutoVacLauncher(), StartAutovacuumWorker(), StartAutoVacWorker(), StartChildProcess(), StartupXLOG(), StreamConnection(), StreamServerPort(), SysLogger_Start(), SysLoggerMain(), tokenize_inc_file(), trace_recovery(), tuplesort_begin_datum(), tuplesort_begin_heap(), tuplesort_begin_index_btree(), tuplesort_begin_index_hash(), tuplesort_end(), tuplesort_performsort(), unlink_initfile(), ValidateXLOGDirectoryStructure(), XLogArchiveNotify(), XLogBackgroundFlush(), XLogFlush(), and XLogInsert().
| #define LOG_DESTINATION_CSVLOG 8 |
Definition at line 339 of file elog.h.
Referenced by assign_log_destination(), logfile_rotate(), process_pipe_input(), send_message_to_server_log(), SysLoggerMain(), write_csvlog(), write_pipe_chunks(), and write_syslogger_file().
| #define LOG_DESTINATION_EVENTLOG 4 |
Definition at line 338 of file elog.h.
Referenced by assign_log_destination(), and send_message_to_server_log().
| #define LOG_DESTINATION_STDERR 1 |
Definition at line 336 of file elog.h.
Referenced by assign_log_destination(), flush_pipe_input(), logfile_rotate(), process_pipe_input(), send_message_to_server_log(), and SysLoggerMain().
| #define LOG_DESTINATION_SYSLOG 2 |
Definition at line 337 of file elog.h.
Referenced by assign_log_destination(), and send_message_to_server_log().
| #define MAKE_SQLSTATE | ( | ch1, | |||
| ch2, | |||||
| ch3, | |||||
| ch4, | |||||
| ch5 | ) |
Value:
(PGSIXBIT(ch1) + (PGSIXBIT(ch2) << 6) + (PGSIXBIT(ch3) << 12) + \ (PGSIXBIT(ch4) << 18) + (PGSIXBIT(ch5) << 24))
Definition at line 60 of file elog.h.
Referenced by dblink_res_error(), and plpgsql_recognize_err_condition().
| #define NOTICE 18 |
Definition at line 35 of file elog.h.
Referenced by AddRoleMems(), assign_search_path(), ATExecAddColumn(), ATExecDropColumn(), ATExecDropConstraint(), bt_page_items(), check_foreign_key(), clean_fakeval(), compute_return_type(), ConvertTriggerToFK(), CreateProceduralLanguage(), CreateRole(), dblink_res_error(), dblink_send_query(), DefineIndex(), DefineView(), deleteWhatDependsOn(), DropCast(), DropConfigurationMapping(), DropConversionsCommand(), dropdb(), DropErrorMsgNonExistent(), DropProceduralLanguage(), DropRole(), DropTableSpace(), DropTrigger(), error_severity(), examine_parameter_list(), ExecuteTruncate(), g_int_compress(), gistvacuumcleanup(), hlparsetext(), LookupTypeName(), MergeAttributes(), MergeWithExistingConstraint(), parse_tsquery(), parsetext(), performDeletion(), performMultipleDeletions(), pg_stop_backup(), pgwin32_recv(), pgxml_result_to_text(), pltcl_elog(), PLy_notice(), ReindexDatabase(), ReindexTable(), RemoveAggregate(), RemoveForeignDataWrapper(), RemoveForeignServer(), RemoveFunction(), RemoveOpClass(), RemoveOperator(), RemoveOpFamily(), RemoveRewriteRule(), RemoveSchemas(), RemoveTSConfigurations(), RemoveTSDictionaries(), RemoveTSParsers(), RemoveTSTemplates(), RemoveTypes(), RemoveUserMapping(), RenameRole(), send_message_to_server_log(), show_debug(), transformColumnDefinition(), TranslateSocketError(), truncate_identifier(), UserAbortTransactionBlock(), and xpath_table().
| #define PANIC 22 |
Definition at line 51 of file elog.h.
Referenced by _bt_newroot(), _bt_pagedel(), _bt_pgaddtup(), _bt_restore_page(), _bt_split(), assign_xlog_sync_method(), AuxiliaryProcessMain(), BootStrapXLOG(), btree_redo(), btree_xlog_cleanup(), btree_xlog_insert(), btree_xlog_split(), CleanUpLock(), clog_redo(), CreateCheckPoint(), CreateSharedMemoryAndSemaphores(), dbase_redo(), elog_start(), errfinish(), error_severity(), errstart(), GetLockConflicts(), gin_desc(), gin_redo(), gist_redo(), gistContinueInsert(), hash_corrupted(), hash_redo(), heap2_redo(), heap_redo(), heap_xlog_delete(), heap_xlog_inplace(), heap_xlog_insert(), heap_xlog_lock(), heap_xlog_update(), InitAuxiliaryProcess(), InitProcess(), issue_xlog_fsync(), load_critical_index(), lock_twophase_postcommit(), lock_twophase_recover(), LockAcquireExtended(), LWLockAcquire(), multixact_redo(), PageAddItem(), PGReserveSemaphores(), PGSemaphoreCreate(), PostPrepare_Locks(), ReadControlFile(), ReadRecord(), RecordTransactionAbort(), RecordTransactionAbortPrepared(), RelationGetBufferForTuple(), RelationPutHeapTuple(), relmap_redo(), ReThrowError(), s_lock_stuck(), send_message_to_server_log(), seq_redo(), smgr_redo(), standby_redo(), StartupXLOG(), tblspc_redo(), UpdateControlFile(), WalReceiverMain(), WriteControlFile(), xact_redo(), xlog_redo(), XLogCheckInvalidPages(), XLogFileClose(), XLogFileOpen(), XLogFileRead(), XLogInsert(), XLogPageRead(), XLogWalRcvWrite(), and XLogWrite().
| #define PG_CATCH | ( | ) |
Value:
} \
else \
{ \
PG_exception_stack = save_exception_stack; \
error_context_stack = save_context_stack
Definition at line 255 of file elog.h.
Referenced by AssignTransactionId(), asyncQueueReadAllNotifications(), call_string_assign_hook(), close_lo_relation(), do_autovacuum(), DoCopyTo(), exec_stmt_block(), explain_ExecutorRun(), fmgr_security_definer(), initSuffixTree(), map_sql_value_to_xml_value(), materializeResult(), NUMDesc_prepare(), open_lo_relation(), open_share_lock(), PersistHoldablePortal(), pgss_ExecutorRun(), pgss_ProcessUtility(), plperl_call_handler(), plperl_inline_handler(), plperl_spi_exec(), plperl_spi_exec_prepared(), plperl_spi_fetchrow(), plperl_spi_prepare(), plperl_spi_query(), plperl_spi_query_prepared(), plpgsql_call_handler(), plpython_call_handler(), plpython_inline_handler(), pltcl_call_handler(), pltcl_elog(), pltcl_func_handler(), pltcl_SPI_execute(), pltcl_SPI_execute_plan(), pltcl_SPI_prepare(), pltcl_trigger_handler(), PLy_elog(), PLy_function_build_args(), PLy_function_handler(), PLy_modify_tuple(), PLy_output(), PLy_procedure_create(), PLy_spi_execute_fetch_result(), PLy_spi_execute_plan(), PLy_spi_execute_query(), PLy_spi_prepare(), PLy_trigger_build_args(), PLy_trigger_handler(), PLyDict_FromTuple(), PLyMapping_ToTuple(), PLyObject_ToBytea(), PLyObject_ToDatum(), PLyObject_ToTuple(), PLySequence_ToTuple(), PortalCleanup(), PortalRun(), PortalRunFetch(), PortalStart(), pq_getbyte_if_available(), pq_getmessage(), reindex_index(), reindex_relation(), ResourceOwnerRelease(), SearchCatCacheList(), vacuum(), WaitOnLock(), xml_is_document(), xmlelement(), and xpath().