summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lztext.c
AgeCommit message (Expand)Author
2000-07-30Type lztext is toast.Tom Lane
2000-07-06Functions on 'text' type updated to new fmgr style. 'text' isTom Lane
2000-07-05Fixed lztextlen() bug in MULTIBYTE, still thinking that lztextJan Wieck
2000-07-03TOASTJan Wieck
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
1999-12-28Removed LZTEXT datatype as discussed.Jan Wieck
1999-11-25Added another single byte oriented decompressor, useful forJan Wieck
1999-11-24Add multi-byte support to lztextlen()Tatsuo Ishii
1999-11-17Some minor corrections to the LZ compression. In fact I wanted toJan Wieck
1999-11-17The new LZ compression and an lztext data type based on it.Jan Wieck