September 25, 2025: PostgreSQL 18 Released!

Feature Description

Asynchronous I/O (AIO)

New I/O subsystem PostgreSQL issue multiple I/O requests concurrently instead of waiting for each to finish in sequence. This expands existing readahead and improves overall throughput. AIO supported in PostgreSQL 18 include sequential scans, bitmap heap scans, and vacuum. For more information see io_method.