summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heaptoast.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-09-06Create an API for inserting and deleting rows in TOAST tables.Robert Haas
2019-09-05Split tuptoaster.c into three separate files.Robert Haas