PostgreSQL Source Code git master
|
#include <amapi.h>
amadjustmembers_function IndexAmRoutine::amadjustmembers |
Definition at line 299 of file amapi.h.
Referenced by AlterOpFamilyAdd(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ambeginscan_function IndexAmRoutine::ambeginscan |
Definition at line 300 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 286 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildempty_function IndexAmRoutine::ambuildempty |
Definition at line 287 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildphasename_function IndexAmRoutine::ambuildphasename |
Definition at line 297 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 290 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_bulk_delete(), and spghandler().
bool IndexAmRoutine::amcanbackward |
Definition at line 247 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), IndexSupportsBackwardScan(), and spghandler().
bool IndexAmRoutine::amcanbuildparallel |
Definition at line 267 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
bool IndexAmRoutine::amcaninclude |
Definition at line 269 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanmulticol |
Definition at line 251 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanorder |
Definition at line 243 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), CheckIndexCompatible(), DefineIndex(), dihandler(), generateClonedIndexStmt(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), pg_get_indexdef_worker(), and spghandler().
bool IndexAmRoutine::amcanorderbyop |
Definition at line 245 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 265 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 292 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 249 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 261 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), check_index_is_clusterable(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
amcostestimate_function IndexAmRoutine::amcostestimate |
Definition at line 293 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 304 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_endscan(), and spghandler().
amestimateparallelscan_function IndexAmRoutine::amestimateparallelscan |
Definition at line 309 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 303 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 294 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 302 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 310 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 288 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_insert(), and spghandler().
aminsertcleanup_function IndexAmRoutine::aminsertcleanup |
Definition at line 289 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), ginhandler(), gisthandler(), hashhandler(), index_insert_cleanup(), and spghandler().
Oid IndexAmRoutine::amkeytype |
Definition at line 277 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), ConstructTupleDescriptor(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ammarkpos_function IndexAmRoutine::ammarkpos |
Definition at line 305 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 253 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 295 of file amapi.h.
Referenced by ATExecSetRelOptions(), blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), RelationParseRelOptions(), and spghandler().
uint16 IndexAmRoutine::amoptsprocnum |
Definition at line 241 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 311 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_parallelrescan(), and spghandler().
uint8 IndexAmRoutine::amparallelvacuumoptions |
Definition at line 275 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 263 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 296 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
amrescan_function IndexAmRoutine::amrescan |
Definition at line 301 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_rescan(), and spghandler().
amrestrpos_function IndexAmRoutine::amrestrpos |
Definition at line 306 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 255 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 257 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 259 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
uint16 IndexAmRoutine::amstrategies |
Definition at line 237 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
bool IndexAmRoutine::amsummarizing |
Definition at line 273 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 239 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 315 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), gisthandler(), hashhandler(), IndexAmTranslateCompareType(), and spghandler().
amtranslate_strategy_function IndexAmRoutine::amtranslatestrategy |
Definition at line 314 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), gisthandler(), hashhandler(), IndexAmTranslateStrategy(), and spghandler().
bool IndexAmRoutine::amusemaintenanceworkmem |
Definition at line 271 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 291 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 298 of file amapi.h.
Referenced by amvalidate(), blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().