PostgreSQL Source Code
git master
|
#include <amapi.h>
amadjustmembers_function IndexAmRoutine::amadjustmembers |
Definition at line 272 of file amapi.h.
Referenced by AlterOpFamilyAdd(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ambeginscan_function IndexAmRoutine::ambeginscan |
Definition at line 273 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 261 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildempty_function IndexAmRoutine::ambuildempty |
Definition at line 262 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildphasename_function IndexAmRoutine::ambuildphasename |
Definition at line 270 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 264 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_bulk_delete(), and spghandler().
bool IndexAmRoutine::amcanbackward |
Definition at line 224 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), IndexSupportsBackwardScan(), and spghandler().
bool IndexAmRoutine::amcaninclude |
Definition at line 244 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanmulticol |
Definition at line 228 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanorder |
Definition at line 220 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 222 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 242 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 266 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 226 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 238 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 267 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 277 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_endscan(), and spghandler().
amestimateparallelscan_function IndexAmRoutine::amestimateparallelscan |
Definition at line 282 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 276 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), index_getbitmap(), indexam_property(), and spghandler().
amgettuple_function IndexAmRoutine::amgettuple |
Definition at line 275 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 283 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 263 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_insert(), and spghandler().
Oid IndexAmRoutine::amkeytype |
Definition at line 252 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), ConstructTupleDescriptor(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ammarkpos_function IndexAmRoutine::ammarkpos |
Definition at line 278 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 230 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 268 of file amapi.h.
Referenced by ATExecSetRelOptions(), blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), RelationParseRelOptions(), and spghandler().
uint16 IndexAmRoutine::amoptsprocnum |
Definition at line 218 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), ginhandler(), gisthandler(), hashhandler(), index_getprocinfo(), index_opclass_options(), RelationGetIndexRawAttOptions(), and spghandler().
amparallelrescan_function IndexAmRoutine::amparallelrescan |
Definition at line 284 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_parallelrescan(), and spghandler().
uint8 IndexAmRoutine::amparallelvacuumoptions |
Definition at line 250 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 240 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 269 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
amrescan_function IndexAmRoutine::amrescan |
Definition at line 274 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_rescan(), and spghandler().
amrestrpos_function IndexAmRoutine::amrestrpos |
Definition at line 279 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 232 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 234 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 236 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
uint16 IndexAmRoutine::amstrategies |
Definition at line 214 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
bool IndexAmRoutine::amsummarizing |
Definition at line 248 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 216 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().
bool IndexAmRoutine::amusemaintenanceworkmem |
Definition at line 246 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 265 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 271 of file amapi.h.
Referenced by amvalidate(), blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().