Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2025-12-10 Fix some near-bugs related to ResourceOwner function arguments Heikki Linnakangas 18.2
2025-11-05 aio: Improve assertions related to io_method Andres Freund 18.1
2025-08-27 aio: Stop using enum bitfields due to bad code generation Andres Freund 18.0
2025-06-16 aio: Add missing memory barrier when waiting for IO handle Andres Freund 18.0
2025-06-02 Fix incorrect format placeholders Peter Eisentraut 18.0
2025-05-20 aio: Fix possible state confusions due to interrupt processing Andres Freund 18.0
2025-05-10 aio: Use runtime arguments with injections points in tests Michael Paquier 18.0
2025-05-09 Add support for runtime arguments in injection points Michael Paquier 18.0
2025-04-25 aio: Improve debug logging around waiting for IOs Andres Freund 18.0
2025-04-25 aio: Fix crash potential for pg_aios views due to late state update Andres Freund 18.0
2025-04-19 Rename injection points used in AIO tests Michael Paquier 18.0
2025-04-01 aio: Add README.md explaining higher level design Andres Freund 18.0
2025-03-30 aio: Add WARNING result status Andres Freund 18.0
2025-03-26 aio: Add io_method=io_uring 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-18 aio: Add io_method=worker Andres Freund 18.0
2025-03-17 aio: Add core asynchronous I/O infrastructure Andres Freund 18.0
2025-03-17 aio: Basic subsystem initialization Andres Freund 18.0