...though I forgot why these changes were made.
improvements in lookups for `RANGE` and `LIST` partitions, and support for
"anti-joins" in `RIGHT` and `OUTER` queries.
-PostgreSQL 16 also has up to a 300% performance improvement when concurrently
-using [`COPY`](https://www.postgresql.org/docs/16/sql-copy.html)
-to bulk load data.
+PostgreSQL 16 can also improve the performance of concurrent bulk loading of
+data using [`COPY`](https://www.postgresql.org/docs/16/sql-copy.html) up to
+300%.
This release also introduces support for CPU acceleration using SIMD for both
x86 and ARM architectures, including optimizations for processing ASCII and JSON