summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_lzcompress.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory allocation problems when compressing multi-MBJan Wieck2000-07-201-28/+35
| | | | | | | items. Lookup history is now a double linked list, used in a wrap-around style. Jan
* Added comments about the compression algorithm as requested by TomJan Wieck2000-07-061-4/+58
| | | | Jan
* TOASTJan Wieck2000-07-031-5/+9
| | | | | | | | WARNING: This is actually broken - we have self-deadlocks due to concurrent changes in buffer management. Vadim and me are working on it. Jan
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-127/+135
|
* Added another single byte oriented decompressor, useful forJan Wieck1999-11-251-1/+165
| | | | | | | | | comparision functions. Added all lztext comparision functions, operators and a default operator class for nbtree on lztext. Jan
* Some minor corrections to the LZ compression. In fact I wanted toJan Wieck1999-11-171-1/+5
| | | | | | HAVE the required OID's first. Jan
* The new LZ compression and an lztext data type based on it.Jan Wieck1999-11-171-0/+669
Jan