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