summaryrefslogtreecommitdiff
path: root/src/backend/access/common/toast_internals.c
AgeCommit message (Expand)Author
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-20Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-22Mostly-cosmetic adjustments of TOAST-related macros.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-21During heap rebuild, lock any TOAST index until end of transaction.Noah Misch
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-09-05Split tuptoaster.c into three separate files.Robert Haas