Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-03-19 | Allow configurable LZ4 TOAST compression. | Robert Haas | 14.0 |
| 2020-01-07 | tableam: New callback relation_fetch_toast_slice. | Robert Haas | 13.0 |
| 2019-12-18 | Move heap-specific detoasting logic into a separate function. | Robert Haas | 13.0 |
| 2019-12-17 | Fix bad formula in previous commit. | Robert Haas | 13.0 |
| 2019-12-17 | Code cleanup for toast_fetch_datum and toast_fetch_datum_slice. | Robert Haas | 13.0 |
| 2019-10-04 | Rename some toasting functions based on whether they are heap-specific. | Robert Haas | 13.0 |
| 2019-09-05 | Split tuptoaster.c into three separate files. | Robert Haas | 13.0 |