Appears on
Articles4
PostgreSQL 15: Three features you can try with Neon
Today, we’re pleased to announce support for PostgreSQL 15. PostgreSQL 15 includes improved sort performance, write-ahead log (WAL) file compression, and other improvements. Here are some features you can try using Neon’s SQL Editor. SQL MERGE The MERGE query can UPDATE, INSERT,...
Adding PostgreSQL 15 support to Neon Storage using Rust
A few weeks ago, we added support for PostgreSQL 15. You can choose the version of PostgreSQL you want to use (PostgreSQL v14 or v15) when you create a Neon project. This post describes how we add support for multiple PostgreSQL versions in our Rust code, which might be helpful f...
Bring Your Own Extensions to Serverless PostgreSQL
Extensions in PostgreSQL are comparable to libraries in programming languages or plugins in web browsers. They are pivotal in the PostgreSQL ecosystem, providing additional functionalities ranging from encryption and AI to handling time series and geospatial data. More complex ex...
Top 3 features in Postgres 17
One more year, Postgres is the most loved and trusted database in the world—and it’s about to get better with Postgres 17. This upcoming release comes with improvements both in developer experience and performance. Top 3 features in Postgres 17 MERGE command with RETURNING suppor...
