aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heaptoast.c
Commit message (Expand)AuthorAge
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Create an API for inserting and deleting rows in TOAST tables.Robert Haas2019-09-06
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05