NoSQL with PostgreSQL 9.4 and JSONB

The introduction of the JSONB data type in PostgreSQL, definitely makes the “NoSQL” side of this relational DBMS come out: this introduction meets the requirements of all those who prefer...
February 23, 2015

Incremental backup with Barman 1.4.0

Today version 1.4.0 of Barman has been officially released. The most important feature is incremental backup support, which relies on rsync and hard links and helps you reduce both backup...
January 26, 2015

Japan PostgreSQL Conference 2014

Japan has been an early and vigorous adopter of PostgreSQL ( back in 2006, when PostgreSQL was still emerging from obscurity in the western hemisphere, I noted that in Tokyo...
December 11, 2014

BDR for PostgreSQL: Present and future

For a couple of years now a team at 2ndQuadrant led by Andres Freund have been working on adding bi-directional asynchronous multi-master replication support for PostgreSQL. This effort has become...
December 08, 2014

PostgreSQL 9.4 for administrators (part two)

Written by Francesco Canovai In the previous instalment, we introduced the logical replication feature which has been added to PostgreSQL 9.4. Let’s go on exploring the multitude of new features...
December 04, 2014

Progress on online upgrade

In last couple of months I’ve been working on online upgrade for very large databases as part of the AXLE project and I would like to share my thoughts on...
November 28, 2014

PostgreSQL 9.4 for administrators (part one)

Version 9.4 of PostgreSQL, soon to be released, has many innovations for administrators, including the introduction of support for logical replication, which is the first step towards the integration of...
November 13, 2014