Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-04-08 | Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. | Thomas Munro | 16.0 |
| 2023-03-16 | Silence pedantic compiler warning introduced in ce340e530d1 | Andres Freund | 16.0 |
| 2023-03-06 | Silence -Wmissing-braces complaints in file_utils.c | Michael Paquier | 16.0 |
| 2023-03-06 | Revise pg_pwrite_zeros() | Michael Paquier | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-11-08 | Introduce pg_pwrite_zeros() in fileutils.c | Michael Paquier | 16.0 |
| 2022-10-27 | Move pg_pwritev_with_retry() to src/common/file_utils.c | Michael Paquier | 16.0 |
| 2022-08-06 | Replace pgwin32_is_junction() with lstat(). | Thomas Munro | 16.0 |
| 2022-07-28 | Fix get_dirent_type() for symlinks on MinGW/MSYS. | Thomas Munro | 16.0 |