summaryrefslogtreecommitdiff
path: root/src/include/storage/aio.h
AgeCommit message (Expand)Author
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-03-30bufmgr: Implement AIO read supportAndres Freund
2025-03-30aio: Add WARNING result statusAndres Freund
2025-03-29aio, bufmgr: Comment fixes/improvementsAndres Freund
2025-03-29aio: Implement support for reads in smgr/md/fdAndres Freund
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26aio: Rename pgaio_io_prep_* to pgaio_io_start_*Andres Freund
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund