Earlier this year we started a program (“Developer U”) to help colleagues who show promise for PostgreSQL Development to become contributors. Meet: Nishant Sharma, Staff SDE, who maintains a list...
From time to time I see questions from otherwise well informed people about how the PostgreSQL Build farm checks how pg_upgrade checking is done across versions, e.g. how does it...
Earlier this year we started a program (“Developer U”) to help colleagues who show promise for PostgreSQL Development to become contributors. Meet Bryan Green, working on the Platform Operations team...
This blog provides my opinion on how Postgres, according to the annual Stack Overflow developer survey, became the most admired, desired and used database by developers. This is part three...
Earlier this year we started a program (“Developer U”) to help colleagues who show promise for PostgreSQL Development to become contributors. Meet Vaibhav Dalvi, Staff SDE, who, prior to joining...
Earlier this year we started a program ("Developer U") to help colleagues who show promise for PostgreSQL Development to become contributors. Meet one of the participants: Akshay Joshi, a Principal...
Introduction A customer types "can't log in" into your support portal. Instantly, they find your article titled "Password Recovery Guide" — even though none of the words match. How? Vector...
Thomas Munro recently put together a page that shows a summary of the buildfarm builds for the tip of each branch. That looked neat to me, but rather than scraping...
Postgres gives each connecting client its own process called a client backend . And either because of concerns about 1) resource contention or 2) latency or 3) both, we users...
Keeping your database tools up-to-date is crucial for security, stability, and access to the latest features. pgAdmin 4, the leading open-source PostgreSQL administration tool, offers a convenient auto-update feature for...