Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-11-29 | Optimize pg_readv/pg_pwritev single vector case. | Thomas Munro | 17.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-09-29 | Restore pg_pread and friends. | Thomas Munro | 16.0 |
| 2022-09-17 | Include c.h instead of postgres.h in src/port/*p{read,write}*.c | Andres Freund | 14.6 |
| 2022-09-17 | Include c.h instead of postgres.h in src/port/*p{read,write}*.c | Andres Freund | 15.0 |
| 2022-09-17 | Include c.h instead of postgres.h in src/port/*p{read,write}*.c | Andres Freund | 16.0 |
| 2022-08-05 | Simplify replacement code for preadv and pwritev. | Thomas Munro | 16.0 |
| 2022-08-04 | Remove dead pread and pwrite replacement code. | Thomas Munro | 16.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-01-13 | Move our p{read,write}v replacements into their own files. | Thomas Munro | 14.0 |