Blog , p.6

February 27, 2020   •   PostgreSQL

Patch by Anastasia Lubennikova accepted in the upcoming version of PostgreSQL

Anastasia Lubennikova, a Postgres Pro leading developer, has reported at PGConf.India that  Peter Geoghegan had  committed recently the long-awaited B-Tree index deduplication patch to PostgreSQL.

June 28, 2019   •   Company Updates

Postgres Professional took part in the PGIBZ conference on the beaches of Ibiza

The conference gathered about 100 people, including PostgreSQL developers, DBA and customers from all over the world.

November 2, 2017   •   Company Updates

Warsaw PgConf.EU 2017 has finished

Postgres Professional delegates are back from PgConf.EU 2017 - the annual European PostgreSQL conference, which took place in Warsaw on October 24-27.

February 22, 2017   •   News

Postgres Pro Standard 9.6.2.1 released

Postgres Pro Standard 9.6.2.1 has been released today. It is based on PostgreSQL 9.6.2 and contains the new upstream fixes and Postgres Pro extensions updates, including pg_pathman, pg_probackup and sr_plan.

January 9, 2017   •   PostgreSQL

Millions of Queries per Second: PostgreSQL and MySQL’s Peaceful Battle at Today’s Demanding Workloads

This blog compares how PostgreSQL and MySQL handle millions of queries per second.

September 30, 2016   •   PostgreSQL

PostgreSQL 9.6 is Released: Contribution of Postgres Professional

PostgreSQL 9.6 was released yesterday. This is a great release which provides to users set of outstanding new features. We are especially happy that Postgres Professional did substantial contribution to this release.

August 15, 2016   •   Company Updates

Galy Lee at PgConf2016 Russia presented a talk «Growing acceptance of PostgreSQL in China» - Video

This talk gave an overview about the Postgres adoption in 2015 in China.

August 11, 2016   •   Company Updates

Bruce Momjian at PgConf2016 Russia with talk «Postgres Going in Multiple Directions» - Video

This talk covers the top ten new features that appeared in the Postgres 9.5 release. It also covers some of the major focuses for post-9.5 releases.

August 5, 2016   •   Company Updates

DBA1: Free PostgreSQL Course In Minsk

In July 2016 in Minsk, the capital of Belarus, Postgres Professional held educational course for PostgreSQL users and administrators.

April 29, 2016   •   PostgreSQL

Scalable Real-time Product Search using PostgreSQL with Citus

We are delighted to repost the  article by Citusdata, and appreciate the recogintion of our contribution:  "Special thanks to the people at Postgres Professional  for contributing most of the full-text search, JSONB, and GIN index features in PostgreSQL, as well as the initial code for the Citus COPY feature"

April 12, 2016   •   News

ora2pg improved by 45%

Gilles Darold from the french company Dalibo, the ora2pg author, has blogged that the performance improvement given by the Svetlana's patch can be as high as 45%.

March 25, 2016   •   PostgreSQL

Monitoring Wait Events in PostgreSQL 9.6

Recently Robert Haas has committed a patch which allows seeing some more detailed information about current wait event of the process. In particular, user will be able to see if process is waiting for heavyweight lock, lightweight lock (either individual or tranche) or buffer pin. The full list of wait events is available in the documentation. Hopefully, it will be more wait events in further releases.

March 15, 2016   •   PostgreSQL

Postgres developers (retrospective in pictures)

Oleg Bartunov: Today I have feeling, that our developers community needs some nostalgia.

March 4, 2016   •   PostgreSQL

Beta-release of pg_pathman partitioning extension

pg_pathman is distributed as PostgreSQL 9.5 extension and available at github