Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Don't use double-quotes in #include's of system headers, redux. | Tom Lane | 2025-04-27 |
* | Remove various unnecessary (char *) casts | Peter Eisentraut | 2025-02-20 |
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
* | Remove useless unconstify() call | Peter Eisentraut | 2024-07-25 |
* | Use printf's %m format instead of strerror(errno) in more places | Michael Paquier | 2024-03-12 |
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
* | pg_dump: Fix gzip compression of empty data | Tomas Vondra | 2023-03-29 |
* | Unify buffer sizes in pg_dump compression API | Tomas Vondra | 2023-03-23 |
* | Improve type handling in pg_dump's compress file API | Tomas Vondra | 2023-03-23 |
* | Introduce a generic pg_dump compression API | Tomas Vondra | 2023-02-23 |