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