Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Type lztext is toast. | Tom Lane | 2000-07-30 |
| | | | | | | | (Sorry, couldn't help it...) Removed type filename as well, since it's unused and probably useless. INITDB FORCED, because pg_rewrite columns are now plain text again. | ||
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
| | | | | now TOAST-able. | ||
* | Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext | Jan Wieck | 2000-07-05 |
| | | | | | | does compression itself the old way. Jan | ||
* | TOAST | Jan Wieck | 2000-07-03 |
| | | | | | | | | WARNING: This is actually broken - we have self-deadlocks due to concurrent changes in buffer management. Vadim and me are working on it. Jan | ||
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
| | |||
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
| | |||
* | Removed LZTEXT datatype as discussed. | Jan Wieck | 1999-12-28 |
| | | | | Jan | ||
* | Added another single byte oriented decompressor, useful for | Jan Wieck | 1999-11-25 |
| | | | | | | | | | comparision functions. Added all lztext comparision functions, operators and a default operator class for nbtree on lztext. Jan | ||
* | Add multi-byte support to lztextlen() | Tatsuo Ishii | 1999-11-24 |
| | |||
* | Some minor corrections to the LZ compression. In fact I wanted to | Jan Wieck | 1999-11-17 |
| | | | | | | HAVE the required OID's first. Jan | ||
* | The new LZ compression and an lztext data type based on it. | Jan Wieck | 1999-11-17 |
Jan |