summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/bbstreamer_tar.c
AgeCommit message (Expand)Author
2024-08-05Rename bbstreamer to astreamer.Robert Haas
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-01Remove useless extern keywordsPeter Eisentraut
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-01Add and use symbolic constants for tar header offsets and file types.Robert Haas
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-09Have the server properly terminate tar archives.Robert Haas
2021-11-08Minimal fix for unterminated tar archive problem.Robert Haas
2021-11-05Introduce 'bbstreamer' abstraction to modularize pg_basebackup.Robert Haas