The PostgreSQL open-source database server is integrating IO_uring support for asynchronous I/O operations and AVX-512 acceleration for CRC32 computations, potentially improving performance by up to three times. It has also introduced initial support for Non-Uniform Memory Access (NUMA) awareness, aimed at enhancing performance on multi-node and multi-socket servers. This feature is available in the PostgreSQL Git repository ahead of the PostgreSQL 18.0 release scheduled for September and can be enabled with the "--with-libnuma" configuration option, currently limited to Linux systems. Enhancements include pg_shmem_allocations_numa for shared memory allocation insights and pg_buffercache_numa for buffer information across NUMA nodes.