Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-07-23 | Fix error message. | Thomas Munro | 12.4 |
| 2020-06-16 | Fix buffile.c error handling. | Thomas Munro | 12.4 |
| 2019-05-18 | Make BufFileCreateTemp() ensure that temp tablespaces are set up. | Tom Lane | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-28 | Have BufFileSize() ereport() on FileSize() failure. | Peter Geoghegan | 12.0 |
| 2018-11-15 | Use 64 bit type for BufFileSize(). | Thomas Munro | 12.0 |
| 2018-11-06 | Use pg_pread() and pg_pwrite() for data files and WAL. | Thomas Munro | 12.0 |
| 2018-09-01 | Avoid using potentially-under-aligned page buffers. | Tom Lane | 12.0 |