PostgreSQL Source Code git master
|
#include <amapi.h>
amadjustmembers_function IndexAmRoutine::amadjustmembers |
Definition at line 306 of file amapi.h.
Referenced by AlterOpFamilyAdd(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ambeginscan_function IndexAmRoutine::ambeginscan |
Definition at line 307 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_beginscan_internal(), and spghandler().
ambuild_function IndexAmRoutine::ambuild |
Definition at line 293 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildempty_function IndexAmRoutine::ambuildempty |
Definition at line 294 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildphasename_function IndexAmRoutine::ambuildphasename |
Definition at line 304 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), pg_indexam_progress_phasename(), and spghandler().
ambulkdelete_function IndexAmRoutine::ambulkdelete |
Definition at line 297 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_bulk_delete(), and spghandler().
bool IndexAmRoutine::amcanbackward |
Definition at line 254 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), IndexSupportsBackwardScan(), and spghandler().
bool IndexAmRoutine::amcanbuildparallel |
Definition at line 274 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
bool IndexAmRoutine::amcanhash |
Definition at line 248 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
bool IndexAmRoutine::amcaninclude |
Definition at line 276 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanmulticol |
Definition at line 258 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanorder |
Definition at line 244 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), CheckIndexCompatible(), DefineIndex(), dihandler(), generateClonedIndexStmt(), get_op_index_interpretation(), get_opmethod_canorder(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), pg_get_indexdef_worker(), PrepareSortSupportFromIndexRel(), and spghandler().
bool IndexAmRoutine::amcanorderbyop |
Definition at line 246 of file amapi.h.
Referenced by assignOperTypes(), blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanparallel |
Definition at line 272 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
amcanreturn_function IndexAmRoutine::amcanreturn |
Definition at line 299 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_can_return(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanunique |
Definition at line 256 of file amapi.h.
Referenced by ATExecReplicaIdentity(), blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amclusterable |
Definition at line 268 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), check_index_is_clusterable(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amconsistentequality |
Definition at line 250 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), equality_ops_are_compatible(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
bool IndexAmRoutine::amconsistentordering |
Definition at line 252 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), comparison_ops_are_compatible(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
amcostestimate_function IndexAmRoutine::amcostestimate |
Definition at line 300 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
amendscan_function IndexAmRoutine::amendscan |
Definition at line 311 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_endscan(), and spghandler().
amestimateparallelscan_function IndexAmRoutine::amestimateparallelscan |
Definition at line 316 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_parallelscan_estimate(), and spghandler().
amgetbitmap_function IndexAmRoutine::amgetbitmap |
Definition at line 310 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), index_getbitmap(), indexam_property(), and spghandler().
amgettreeheight_function IndexAmRoutine::amgettreeheight |
Definition at line 301 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
amgettuple_function IndexAmRoutine::amgettuple |
Definition at line 309 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), index_getnext_tid(), indexam_property(), IsIndexUsableForReplicaIdentityFull(), and spghandler().
aminitparallelscan_function IndexAmRoutine::aminitparallelscan |
Definition at line 317 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_parallelscan_initialize(), and spghandler().
aminsert_function IndexAmRoutine::aminsert |
Definition at line 295 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_insert(), and spghandler().
aminsertcleanup_function IndexAmRoutine::aminsertcleanup |
Definition at line 296 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), ginhandler(), gisthandler(), hashhandler(), index_insert_cleanup(), and spghandler().
Oid IndexAmRoutine::amkeytype |
Definition at line 284 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), ConstructTupleDescriptor(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ammarkpos_function IndexAmRoutine::ammarkpos |
Definition at line 312 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), index_markpos(), and spghandler().
bool IndexAmRoutine::amoptionalkey |
Definition at line 260 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
amoptions_function IndexAmRoutine::amoptions |
Definition at line 302 of file amapi.h.
Referenced by ATExecSetRelOptions(), blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), RelationParseRelOptions(), and spghandler().
uint16 IndexAmRoutine::amoptsprocnum |
Definition at line 242 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), ginhandler(), gisthandler(), hashhandler(), index_getprocinfo(), index_opclass_options(), and spghandler().
amparallelrescan_function IndexAmRoutine::amparallelrescan |
Definition at line 318 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_parallelrescan(), and spghandler().
uint8 IndexAmRoutine::amparallelvacuumoptions |
Definition at line 282 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), parallel_vacuum_compute_workers(), parallel_vacuum_index_is_parallel_safe(), parallel_vacuum_init(), and spghandler().
bool IndexAmRoutine::ampredlocks |
Definition at line 270 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_beginscan_internal(), index_insert(), and spghandler().
amproperty_function IndexAmRoutine::amproperty |
Definition at line 303 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
amrescan_function IndexAmRoutine::amrescan |
Definition at line 308 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_rescan(), and spghandler().
amrestrpos_function IndexAmRoutine::amrestrpos |
Definition at line 313 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), index_restrpos(), and spghandler().
bool IndexAmRoutine::amsearcharray |
Definition at line 262 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amsearchnulls |
Definition at line 264 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amstorage |
Definition at line 266 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
uint16 IndexAmRoutine::amstrategies |
Definition at line 238 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
bool IndexAmRoutine::amsummarizing |
Definition at line 280 of file amapi.h.
Referenced by brinhandler(), bthandler(), CheckIndexCompatible(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_concurrently_create_copy(), RelationGetIndexAttrBitmap(), and spghandler().
uint16 IndexAmRoutine::amsupport |
Definition at line 240 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_getprocid(), index_getprocinfo(), load_relcache_init_file(), RelationInitIndexAccessInfo(), spghandler(), and write_relcache_init_file().
amtranslate_cmptype_function IndexAmRoutine::amtranslatecmptype |
Definition at line 322 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), gisthandler(), hashhandler(), IndexAmTranslateCompareType(), and spghandler().
amtranslate_strategy_function IndexAmRoutine::amtranslatestrategy |
Definition at line 321 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), gisthandler(), hashhandler(), IndexAmTranslateStrategy(), and spghandler().
bool IndexAmRoutine::amusemaintenanceworkmem |
Definition at line 278 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), parallel_vacuum_init(), and spghandler().
amvacuumcleanup_function IndexAmRoutine::amvacuumcleanup |
Definition at line 298 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_vacuum_cleanup(), and spghandler().
amvalidate_function IndexAmRoutine::amvalidate |
Definition at line 305 of file amapi.h.
Referenced by amvalidate(), blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().