aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/pg_lzcompress.h
Commit message (Expand)AuthorAge
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* This patch addresses some issues in TOAST compression strategy thatTom Lane2008-03-07
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane2007-08-04
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-05
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* 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