The new LZ compression and an lztext data type based on it.
Jan Wieck <JanWieck@Yahoo.com>
The new LZ compression and an lztext data type based on it. Jan
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/lztext.c | added | +266 −0 |
| src/backend/utils/adt/Makefile | modified | +2 −2 |
| src/backend/utils/adt/pg_lzcompress.c | added | +669 −0 |
| src/include/catalog/pg_proc.h | modified | +23 −1 |
| src/include/catalog/pg_type.h | modified | +6 −1 |
| src/include/utils/builtins.h | modified | +10 −1 |
| src/include/utils/lztext.h | added | +22 −0 |
| src/include/utils/pg_lzcompress.h | added | +125 −0 |