Postgres extension support
- Added support for the pg_uuidv7 extension, which enables creating version 7 UUIDs in Postgres.
 - Added support for the pg_roaringbitmap extension. Roaring bitmaps are a type of compressed bitmap that generally surpass traditional compressed bitmaps in performance.
 
For more information about Postgres extensions supported by Neon and how to install them, see Postgres extensions.