Commits

DateSubjectAuthorReleases
2023-04-02 Pass down table relation into more index relation functions Andres Freund 16.0
2022-09-23 pgstat: Fix transactional stats dropping for indexes Andres Freund 15.0
2022-09-23 pgstat: Fix transactional stats dropping for indexes Andres Freund 16.0
2022-04-06 pgstat: add pgstat_copy_relation_stats(). Andres Freund 15.0
2022-03-21 pgstat: introduce pgstat_relation_should_count(). Andres Freund 15.0
2020-07-08 code: replace most remaining uses of 'master'. Andres Freund 14.0
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.4.22
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.5.17
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.6.13
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 10.8
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 11.3
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 12.0
2019-03-29 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. Andres Freund 12.0
2019-03-28 tableam: Support for an index build's initial table scan(s). Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0
2019-01-22 Rename RelationData.rd_amroutine to rd_indam. Andres Freund 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-10-16 Correct constness of system attributes in heap.c & prerequisites. Andres Freund 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0