aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/detoast.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Short-circuit slice requests that are for more than the object's size.Tom Lane2021-03-22
* Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane2021-03-22
* Suppress various new compiler warnings.Tom Lane2021-03-21
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* 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