summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/compression.sql
AgeCommit message (Expand)Author
15 hoursSplit regression tests for TOAST compression methods into two filesMichael Paquier
2024-05-03Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2023-03-13Remove incidental md5() function uses from main regression testsPeter Eisentraut
2021-06-14Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-22Error on invalid TOAST compression in CREATE or ALTER TABLE.Robert Haas
2021-03-21Make compression.sql regression test independent of default.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas