PostgreSQL Source Code
git master
|
#include <amapi.h>
ambeginscan_function IndexAmRoutine::ambeginscan |
Definition at line 221 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 210 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildempty_function IndexAmRoutine::ambuildempty |
Definition at line 211 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_build(), and spghandler().
ambuildphasename_function IndexAmRoutine::ambuildphasename |
Definition at line 219 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 213 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_bulk_delete(), and spghandler().
bool IndexAmRoutine::amcanbackward |
Definition at line 179 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), IndexSupportsBackwardScan(), and spghandler().
bool IndexAmRoutine::amcaninclude |
Definition at line 199 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanmulticol |
Definition at line 183 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amcanorder |
Definition at line 175 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 177 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 197 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 215 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 181 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 193 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 216 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 225 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_endscan(), and spghandler().
amestimateparallelscan_function IndexAmRoutine::amestimateparallelscan |
Definition at line 230 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 224 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 223 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), index_getnext_tid(), indexam_property(), and spghandler().
aminitparallelscan_function IndexAmRoutine::aminitparallelscan |
Definition at line 231 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 212 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_insert(), and spghandler().
Oid IndexAmRoutine::amkeytype |
Definition at line 201 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), ConstructTupleDescriptor(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
ammarkpos_function IndexAmRoutine::ammarkpos |
Definition at line 226 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_markpos(), and spghandler().
bool IndexAmRoutine::amoptionalkey |
Definition at line 185 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 217 of file amapi.h.
Referenced by ATExecSetRelOptions(), blhandler(), brinhandler(), bthandler(), DefineIndex(), dihandler(), ginhandler(), gisthandler(), hashhandler(), RelationParseRelOptions(), and spghandler().
amparallelrescan_function IndexAmRoutine::amparallelrescan |
Definition at line 232 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_parallelrescan(), and spghandler().
bool IndexAmRoutine::ampredlocks |
Definition at line 195 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 218 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
amrescan_function IndexAmRoutine::amrescan |
Definition at line 222 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_rescan(), and spghandler().
amrestrpos_function IndexAmRoutine::amrestrpos |
Definition at line 227 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), index_restrpos(), and spghandler().
bool IndexAmRoutine::amsearcharray |
Definition at line 187 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), dihandler(), ExecIndexBuildScanKeys(), get_relation_info(), ginhandler(), gisthandler(), hashhandler(), indexam_property(), and spghandler().
bool IndexAmRoutine::amsearchnulls |
Definition at line 189 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 191 of file amapi.h.
Referenced by blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
uint16 IndexAmRoutine::amstrategies |
Definition at line 171 of file amapi.h.
Referenced by AlterOpFamily(), blhandler(), brinhandler(), bthandler(), DefineOpClass(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().
uint16 IndexAmRoutine::amsupport |
Definition at line 173 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().
amvacuumcleanup_function IndexAmRoutine::amvacuumcleanup |
Definition at line 214 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 220 of file amapi.h.
Referenced by amvalidate(), blhandler(), brinhandler(), bthandler(), dihandler(), ginhandler(), gisthandler(), hashhandler(), and spghandler().