summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_lzcompress.c
AgeCommit message (Expand)Author
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