Age | Commit message (Expand) | Author |
---|---|---|
2023-08-01 | Add and use symbolic constants for tar header offsets and file types. | Robert Haas |
2019-10-25 | Make the order of the header file includes consistent in non-backend modules. | Amit Kapila |
2016-10-23 | Allow pg_basebackup to stream transaction log in tar mode | Magnus Hagander |
2015-11-22 | Adopt the GNU convention for handling tar-archive members exceeding 8GB. | Tom Lane |
2015-06-22 | Truncate strings in tarCreateHeader() with strlcpy(), not sprintf(). | Noah Misch |
2015-02-24 | Error when creating names too long for tar format | Peter Eisentraut |
2014-12-05 | Don't include file type bits in tar archive's mode field. | Heikki Linnakangas |
2014-02-17 | Fix unportable coding in tarCreateHeader(). | Tom Lane |
2013-01-02 | Move tar function headers to pgtar.h | Magnus Hagander |
2013-01-01 | Unify some tar functionality across different parts | Magnus Hagander |