Files
postgres/src/include/access
Tom Lane 059e361481 Although we can't support out-of-line TOAST storage in indexes (yet),
compressed storage works perfectly well.  Might as well have a coherent
strategy for applying it, rather than the haphazard store-what-you-get
approach that was in the code before.  The strategy I've set up here is
to attempt compression of any compressible index value exceeding
BLCKSZ/16, or about 500 bytes by default.
2001-02-15 20:57:01 +00:00
..
2001-02-07 23:34:18 +00:00
2000-11-30 01:47:33 +00:00
WAL
2000-10-28 16:21:00 +00:00
2000-11-30 08:46:26 +00:00