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
/
common
/
detoast.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Short-circuit slice requests that are for more than the object's size.
Tom Lane
2021-03-22
*
Mostly-cosmetic adjustments of TOAST-related macros.
Tom Lane
2021-03-22
*
Suppress various new compiler warnings.
Tom Lane
2021-03-21
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Move heap-specific detoasting logic into a separate function.
Robert Haas
2019-12-18
*
Fix bad formula in previous commit.
Robert Haas
2019-12-17
*
Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.
Robert Haas
2019-12-17
*
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Optimize partial TOAST decompression
Tomas Vondra
2019-10-01
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05