Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-03-05 | Exit after fatal errors in client-side compression code. | Tom Lane | 16.14 |
| 2025-08-29 | pg_dump: Fix compression API errorhandling | Daniel Gustafsson | 16.11 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-05-19 | Message style improvements | Peter Eisentraut | 16.0 |
| 2023-05-17 | Advance input pointer when LZ4 compressing data | Tomas Vondra | 16.0 |
| 2023-05-17 | Null-terminate the output buffer of LZ4Stream_gets | Tomas Vondra | 16.0 |
| 2023-04-18 | Fix various typos | David Rowley | 16.0 |
| 2023-03-31 | pg_dump: Use only LZ4 frame format for compression | Tomas Vondra | 16.0 |
| 2023-03-23 | Unify buffer sizes in pg_dump compression API | Tomas Vondra | 16.0 |
| 2023-03-23 | Minor comment improvements for compress_lz4 | Tomas Vondra | 16.0 |
| 2023-03-23 | Improve type handling in pg_dump's compress file API | Tomas Vondra | 16.0 |
| 2023-03-01 | Improve wording in pg_dump compression docs | Tomas Vondra | 16.0 |
| 2023-02-23 | Add LZ4 compression to pg_dump | Tomas Vondra | 16.0 |