aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_lzcompress.c
Commit message (Expand)AuthorAge
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Fixed memory allocation problems when compressing multi-MBJan Wieck2000-07-20
* Added comments about the compression algorithm as requested by TomJan Wieck2000-07-06
* TOASTJan Wieck2000-07-03
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Added another single byte oriented decompressor, useful forJan Wieck1999-11-25
* Some minor corrections to the LZ compression. In fact I wanted toJan Wieck1999-11-17
* The new LZ compression and an lztext data type based on it.Jan Wieck1999-11-17