summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_lzcompress.c
AgeCommit message (Expand)Author
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-17Fix end-of-loop optimization in pglz_find_match() function.Heikki Linnakangas
2013-07-01Optimize pglz compressor for small inputs.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-06Revert the default toast compression strategy to the former behaviorTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-03-08Improve pglz_decompress() so that it cannot clobber memory beyond theTom Lane
2008-03-07This patch addresses some issues in TOAST compression strategy thatTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
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-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-20Add missing copyright blurb, make ruleutils.c use the standard layoutNeil Conway
2006-10-05Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2001-11-17Fix performance problems in TOAST compressor. The management ofTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-07-20Fixed memory allocation problems when compressing multi-MBJan Wieck
2000-07-06Added comments about the compression algorithm as requested by TomJan 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-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