aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/tableam.h
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Allocate consecutive blocks during parallel seqscansDavid Rowley2020-07-26
* Fix comments related to table AMsMichael Paquier2020-07-14
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix typos.Amit Kapila2020-02-10
* Fix bug in Tid scan.Fujii Masao2020-02-07
* Remove bogus 'return'.Robert Haas2020-01-09
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* tableam: Allow choice of toast AM.Robert Haas2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* tableam: comment improvements.Andres Freund2019-07-17
* Fix few typos and minor wordsmithing in tableam comments.Amit Kapila2019-07-10
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-08
* tableam: Fix index_build_range_scan parameter name.Robert Haas2019-06-10
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix some typos and inconsistencies in tableam.hMichael Paquier2019-06-04
* Fix incorrect parameter name in commentDavid Rowley2019-05-31
* Remove unnecessary (and wrong) forward declaration.Andres Freund2019-05-30
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* tableam: comment and formatting fixes.Andres Freund2019-04-08
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* tableam: basic documentation.Andres Freund2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund2019-03-30
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-30
* tableam: Comment fixes.Andres Freund2019-03-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Fix a few comment copy & pastos.Andres Freund2019-03-28