summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/compress_gzip.c
AgeCommit message (Expand)Author
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-25Remove useless unconstify() callPeter Eisentraut
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-29pg_dump: Fix gzip compression of empty dataTomas Vondra
2023-03-23Unify buffer sizes in pg_dump compression APITomas Vondra
2023-03-23Improve type handling in pg_dump's compress file APITomas Vondra
2023-02-23Introduce a generic pg_dump compression APITomas Vondra