index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
tableam.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix typos.
Amit Kapila
2020-02-10
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
*
Remove bogus 'return'.
Robert Haas
2020-01-09
*
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
*
tableam: Allow choice of toast AM.
Robert Haas
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
tableam: comment improvements.
Andres Freund
2019-07-17
*
Fix few typos and minor wordsmithing in tableam comments.
Amit Kapila
2019-07-10
*
tableam: Provide helper functions for relation sizing.
Robert Haas
2019-07-08
*
tableam: Fix index_build_range_scan parameter name.
Robert Haas
2019-06-10
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix some typos and inconsistencies in tableam.h
Michael Paquier
2019-06-04
*
Fix incorrect parameter name in comment
David Rowley
2019-05-31
*
Remove unnecessary (and wrong) forward declaration.
Andres Freund
2019-05-30
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
*
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
*
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-17
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
tableam: comment and formatting fixes.
Andres Freund
2019-04-08
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
tableam: basic documentation.
Andres Freund
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-04-01
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
*
tableam: sample scan.
Andres Freund
2019-03-31
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
*
tableam: Comment fixes.
Andres Freund
2019-03-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Fix a few comment copy & pastos.
Andres Freund
2019-03-28
[next]