summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_lzcompress.c
Commit message (Expand)AuthorAgeFilesLines
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-6/+6
* pgindent run.Bruce Momjian2002-09-041-8/+7
* Fix performance problems in TOAST compressor. The management ofTom Lane2001-11-171-70/+97
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-12/+1
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-251-9/+13
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-115/+89
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+8
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-2/+2
* Fixed memory allocation problems when compressing multi-MBJan Wieck2000-07-201-28/+35
* Added comments about the compression algorithm as requested by TomJan Wieck2000-07-061-4/+58
* TOASTJan Wieck2000-07-031-5/+9
* 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
* Some minor corrections to the LZ compression. In fact I wanted toJan Wieck1999-11-171-1/+5
* The new LZ compression and an lztext data type based on it.Jan Wieck1999-11-171-0/+669