News

PostgreSQL 16 is released, with a lot of content such as performance improvements such as up to 300% improvement in COPY performance and enhancement of logical replication function.
Google today announced the launch of AlloyDB, a new fully managed PostgreSQL-compatible database service that the company claims to be twice as fast for ...
Anatomy of a PostgreSQL Function PostgreSQL functions, also known as stored procedures, are powerful tools that allow you to encapsulate complex logic within the database itself. They can be written ...
Native serverless function with PostgreSQL. The idea behind this function is to prove a concept about creating serverless functions quickly no matter your programming language. In that example, we are ...
PostgreSQL also makes it possible to create new datatypes with the create type function. Indeed, one of PostgreSQL's claims to fame is that it is a hybrid of object-oriented and relational databases.