Lines Matching refs:rd_tableam

889 	return rel->rd_tableam->scan_begin(rel, snapshot, nkeys, key, NULL, flags);  in table_beginscan()
918 return rel->rd_tableam->scan_begin(rel, snapshot, nkeys, key, NULL, flags); in table_beginscan_strat()
933 return rel->rd_tableam->scan_begin(rel, snapshot, nkeys, key, NULL, flags); in table_beginscan_bm()
958 return rel->rd_tableam->scan_begin(rel, snapshot, nkeys, key, NULL, flags); in table_beginscan_sampling()
971 return rel->rd_tableam->scan_begin(rel, snapshot, 0, NULL, NULL, flags); in table_beginscan_tid()
984 return rel->rd_tableam->scan_begin(rel, NULL, 0, NULL, NULL, flags); in table_beginscan_analyze()
993 scan->rs_rd->rd_tableam->scan_end(scan); in table_endscan()
1003 scan->rs_rd->rd_tableam->scan_rescan(scan, key, false, false, false, false); in table_rescan()
1018 scan->rs_rd->rd_tableam->scan_rescan(scan, key, true, in table_rescan_set_params()
1044 return sscan->rs_rd->rd_tableam->scan_getnextslot(sscan, direction, slot); in table_scan_getnextslot()
1064 sscan = rel->rd_tableam->scan_begin(rel, snapshot, 0, NULL, NULL, flags); in table_beginscan_tidrange()
1067 sscan->rs_rd->rd_tableam->scan_set_tidrange(sscan, mintid, maxtid); in table_beginscan_tidrange()
1084 sscan->rs_rd->rd_tableam->scan_rescan(sscan, NULL, false, false, false, false); in table_rescan_tidrange()
1085 sscan->rs_rd->rd_tableam->scan_set_tidrange(sscan, mintid, maxtid); in table_rescan_tidrange()
1100 return sscan->rs_rd->rd_tableam->scan_getnextslot_tidrange(sscan, in table_scan_getnextslot_tidrange()
1145 rel->rd_tableam->parallelscan_reinitialize(rel, pscan); in table_parallelscan_reinitialize()
1163 return rel->rd_tableam->index_fetch_begin(rel); in table_index_fetch_begin()
1173 scan->rel->rd_tableam->index_fetch_reset(scan); in table_index_fetch_reset()
1182 scan->rel->rd_tableam->index_fetch_end(scan); in table_index_fetch_end()
1224 return scan->rel->rd_tableam->index_fetch_tuple(scan, tid, snapshot, in table_index_fetch_tuple()
1270 return rel->rd_tableam->tuple_fetch_row_version(rel, tid, snapshot, slot); in table_tuple_fetch_row_version()
1285 return scan->rs_rd->rd_tableam->tuple_tid_valid(scan, tid); in table_tuple_tid_valid()
1307 return rel->rd_tableam->tuple_satisfies_snapshot(rel, slot, snapshot); in table_tuple_satisfies_snapshot()
1327 return rel->rd_tableam->index_delete_tuples(rel, delstate); in table_index_delete_tuples()
1374 rel->rd_tableam->tuple_insert(rel, slot, cid, options, in table_tuple_insert()
1395 rel->rd_tableam->tuple_insert_speculative(rel, slot, cid, options, in table_tuple_insert_speculative()
1407 rel->rd_tableam->tuple_complete_speculative(rel, slot, specToken, in table_tuple_complete_speculative()
1429 rel->rd_tableam->multi_insert(rel, slots, nslots, in table_multi_insert()
1464 return rel->rd_tableam->tuple_delete(rel, tid, cid, in table_tuple_delete()
1509 return rel->rd_tableam->tuple_update(rel, otid, slot, in table_tuple_update()
1554 return rel->rd_tableam->tuple_lock(rel, tid, snapshot, slot, in table_tuple_lock()
1567 if (rel->rd_tableam && rel->rd_tableam->finish_bulk_insert) in table_finish_bulk_insert()
1568 rel->rd_tableam->finish_bulk_insert(rel, options); in table_finish_bulk_insert()
1596 rel->rd_tableam->relation_set_new_filenode(rel, newrnode, persistence, in table_relation_set_new_filenode()
1609 rel->rd_tableam->relation_nontransactional_truncate(rel); in table_relation_nontransactional_truncate()
1621 rel->rd_tableam->relation_copy_data(rel, newrnode); in table_relation_copy_data()
1656 OldTable->rd_tableam->relation_copy_for_cluster(OldTable, NewTable, OldIndex, in table_relation_copy_for_cluster()
1678 rel->rd_tableam->relation_vacuum(rel, params, bstrategy); in table_relation_vacuum()
1693 return scan->rs_rd->rd_tableam->scan_analyze_next_block(scan, blockno, in table_scan_analyze_next_block()
1712 return scan->rs_rd->rd_tableam->scan_analyze_next_tuple(scan, OldestXmin, in table_scan_analyze_next_tuple()
1754 return table_rel->rd_tableam->index_build_range_scan(table_rel, in table_index_build_scan()
1790 return table_rel->rd_tableam->index_build_range_scan(table_rel, in table_index_build_range_scan()
1815 table_rel->rd_tableam->index_validate_scan(table_rel, in table_index_validate_scan()
1840 return rel->rd_tableam->relation_size(rel, forkNumber); in table_relation_size()
1849 return rel->rd_tableam->relation_needs_toast_table(rel); in table_relation_needs_toast_table()
1859 return rel->rd_tableam->relation_toast_am(rel); in table_relation_toast_am()
1890 toastrel->rd_tableam->relation_fetch_toast_slice(toastrel, valueid, in table_relation_fetch_toast_slice()
1911 rel->rd_tableam->relation_estimate_size(rel, attr_widths, pages, tuples, in table_relation_estimate_size()
1942 return scan->rs_rd->rd_tableam->scan_bitmap_next_block(scan, in table_scan_bitmap_next_block()
1967 return scan->rs_rd->rd_tableam->scan_bitmap_next_tuple(scan, in table_scan_bitmap_next_tuple()
1992 return scan->rs_rd->rd_tableam->scan_sample_next_block(scan, scanstate); in table_scan_sample_next_block()
2015 return scan->rs_rd->rd_tableam->scan_sample_next_tuple(scan, scanstate, in table_scan_sample_next_tuple()