index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
table
/
tableamapi.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add missing assertions for required table am callbacks.
Amit Kapila
2019-07-06
*
Fix typo
Magnus Hagander
2019-06-19
*
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-10
*
Fix message style
Alvaro Herrera
2019-06-06
*
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-17
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-04
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
*
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: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06