3 min read
PostgreSQL® 15 is now available, including pgvector
We are thrilled to announce the availability of PostgreSQL® major version 15 in our Scalingo for PostgreSQL® Database-as-a-Service offering.

We are thrilled to announce the availability of PostgreSQL® major version 15 in our Scalingo for PostgreSQL Database-as-a-Service offering. This upgrade brings a wealth of new features and improvements designed to enhance the performance and capabilities of your database.
One of the standout additions is the pgvector extension, which will let you tap into the power of AI and machine learning technologies like never before!
In this article, we’ll take a closer look at PostgreSQL 15, from its revamped sorting algorithms to the handy new MERGE command, and the impactful pgvector extension. We’ll also walk you through the easy upgrade process so you can begin using these new features right away.
What’s new in PostgreSQL 15?
One of the main new improvements of PostgreSQL 15 is an invisible, behind-the-scenes enhancement. The Global Development Group has been working hard to improve sorting algorithms and methodology.
This includes both in-memory and on-disk sorting methods. According to the official announcement, these improvements can boost sorting speed by anywhere from 25% to an impressive 400%.
And sorting isn’t just used for the ORDER BY statement; it also plays a crucial, under the hood role, in several other common commands, including:
Another standout feature is the introduction of the MERGE command. This new statement simplifies data synchronization by combining INSERT, UPDATE, and DELETE operations into a single transaction.
Example:
This will prove particularly useful for users with large, partitioned datasets.
Introducing a new extension: pgvector
With the upgrade to PostgreSQL 15 comes pgvector - a groundbreaking extension designed to transform your data management capabilities. Pgvector enables seamless manipulation and querying of vector data directly within your database, making it ideal for advanced AI and machine learning applications.
By storing and querying image embeddings as vectors, you can now efficiently compare and classify images based on visual similarities. Similarly, pgvector supports natural language processing by enabling semantic searches and document analysis using text embeddings as vectors. This capability has the potential to transform recommendation systems in e-commerce and optimize search engines in content platforms.
Stay tuned for our upcoming articles, where we’ll dive deeper into pgvector’s capabilities with practical examples.
In the meantime, you can use the following SQL statement to enable the extension in your upgraded PostgreSQL 15 database:
Read our full documentation on enabling extensions, here
Extensions Versions
With PostgreSQL 15.7, our database service now supports the latest versions of key external extensions:
TimescaleDB:
2.14.2PostGIS:
3.4.2Pgvector:
0.7.1
Just a click away
Upgrading to PostgreSQL 15 in our Database-as-a-Service offering is easy. Just click the “Upgrade” button on your addon’s database dashboard.
Before upgrading, make sure you’ve completed the last minor version update from the 14.x series. The upgrade process is designed to be smooth, with minimal downtime of just a few minutes for both Starter and Business plans.
We encourage all our customers to take advantage of these new features and improvements by upgrading today. As usual, if you have any questions or need assistance during the upgrade process, our team is here to help. Simply contact us via your dashboard and we’ll be happy to assist.

Léo Unbekandt
Léo is the founder and CTO of Scalingo. He studied in France as a cloud engineer (ENSIIE) and in England (Cranfield University). He is in charge of Scalingo's technical development and he manages Scalingo's tech team.
Stay Updated
Get articles and platform updates in your inbox.
Ready to Deploy with Confidence?
Experience zero-downtime deployments, intelligent auto-scaling, and fully managed infrastructure. Start deploying your applications on Scalingo today.
No credit card required • Deploy in minutes • Cancel anytime





