summaryrefslogtreecommitdiff
path: root/src/include/utils/pg_lzcompress.h
AgeCommit message (Expand)Author
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-03-07This patch addresses some issues in TOAST compression strategy thatTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-04Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-10-05Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-11-25Added another single byte oriented decompressor, useful forJan Wieck
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