aboutsummaryrefslogtreecommitdiff
path: root/src/port/tar.c
Commit message (Expand)AuthorAge
* Add and use symbolic constants for tar header offsets and file types.Robert Haas2023-08-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Allow pg_basebackup to stream transaction log in tar modeMagnus Hagander2016-10-23
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* Error when creating names too long for tar formatPeter Eisentraut2015-02-24
* Don't include file type bits in tar archive's mode field.Heikki Linnakangas2014-12-05
* Fix unportable coding in tarCreateHeader().Tom Lane2014-02-16
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Unify some tar functionality across different partsMagnus Hagander2013-01-01