Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-06-16 | aio: Add missing memory barrier when waiting for IO handle | Andres Freund | 18.0 |
| 2025-04-25 | Fix bug allowing io_combine_limit > io_max_combine_combine limit | Andres Freund | 18.0 |
| 2025-03-30 | bufmgr: Implement AIO read support | Andres Freund | 18.0 |
| 2025-03-30 | aio: Add WARNING result status | Andres Freund | 18.0 |
| 2025-03-29 | aio: Implement support for reads in smgr/md/fd | Andres Freund | 18.0 |
| 2025-03-26 | aio: Rename pgaio_io_prep_* to pgaio_io_start_* | Andres Freund | 18.0 |
| 2025-03-26 | aio: Pass result of local callbacks to ->report_return | Andres Freund | 18.0 |
| 2025-03-22 | aio: Change prefix of PgAioResultStatus values to PGAIO_RS_ | Andres Freund | 18.0 |
| 2025-03-17 | aio: Add core asynchronous I/O infrastructure | Andres Freund | 18.0 |