summaryrefslogtreecommitdiff
path: root/src/backend/access/common/detoast.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-22Short-circuit slice requests that are for more than the object's size.Tom Lane
2021-03-22Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane
2021-03-21Suppress various new compiler warnings.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-01-04Fix integer-overflow corner cases in substring() functions.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-18Move heap-specific detoasting logic into a separate function.Robert Haas
2019-12-17Fix bad formula in previous commit.Robert Haas
2019-12-17Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas
2019-11-16Properly determine length for on-disk TOAST valuesTomas Vondra
2019-10-30Fix typos in the codeMichael Paquier
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-10-01Optimize partial TOAST decompressionTomas Vondra
2019-09-05Split tuptoaster.c into three separate files.Robert Haas