aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/detoast.c
Commit message (Expand)AuthorAge
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Move heap-specific detoasting logic into a separate function.Robert Haas2019-12-18
* Fix bad formula in previous commit.Robert Haas2019-12-17
* Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas2019-12-17
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-16
* Fix typos in the codeMichael Paquier2019-10-30
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Optimize partial TOAST decompressionTomas Vondra2019-10-01
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05