New OSS Tool Links Postgres and MySQL

This blog was co-written by Ibrar Ahmed. Postgres provides a powerful feature called Foreign Data Wrappers (FDW), which enables DBAs to use the system as a single integration point to...
November 13, 2014

Linux's fsync() woes are getting some attention

In two weeks, I'm headed to LSF/MM and the Linux Collaboration Summit, by invitation of some Linux kernel hackers, to discuss how the Linux kernel can better interoperate with PostgreSQL...
March 10, 2014

List user privileges in PostgreSQL/PPAS 11

PostgreSQL has some useful functions which can be used to know about the privilege of a user on a particular Database object. Those functions are available in this blog.
July 29, 2012

What Are Oids

Object Identifiers (oids) were added to Postgres as a way to uniquely identify database objects, e.g. rows, tables, functions, etc. It is part of Postgres's object-relational heritage.
June 13, 2012

Tuning shared_buffers and wal_buffers

I spend a lot of time answering questions about PostgreSQL, and one of the questions I get asked frequently is: how should I set shared_buffers? And, a bit less often...
March 15, 2012