Blog
PgEast: 2011 CFP closes in 3 days!
MongoDB at PgEast.... say what?
JD, Why would you do this? Why do we care? We are relational, they -- well I don't know what they are.
One of the goals of The PostgreSQL Conference Series is …
PostgreSQL vs MySQL @ Oracle NYC Head Quarters NYC (my brain just broke)
- There is a PHP framework called Vork that supports PostgreSQL.
- Ed Boyajian of EnterpriseDB (the new Drupal Enterprise PostgreSQL Company) gave a …
Fixing foreign key deadlocks submitted
A week ago, I submitted my patch to fix the foreign key lock problem. What I propose is almost exactly what was described in my previous blog posts, with a couple of differences.
The first is that I decided to only check unique indexes, not all indexes. This is good because you can have other indexes for performance and they will not affect locking for foreign keys. I noticed that …
PgEast: 2011, Second call for papers!
That's right folks, it is time for second call. Content is being submitted steadily. At PgWest last year, we received well over our capacity of content and we would like to keep that trend going.
The PostgreSQL Conference for Developers,End Users and Decision Makers, is being held at the Hotel Pennsylvania,in New York City from March 22nd through 25th 2011. Please …
Recent Updates to postgres.js
PgEast 2011: NYC Call for papers
Following on the smashing success of PostgreSQL Conference West, PostgreSQL Conference West, The PostgreSQL Conference for Developers, End Users and Decision Makers, is being held at the Hotel Pennsylvania, in New York City from March 22nd through 25th 2011. Please join us in continuing to make this the largest PostgreSQL Conference series!
- PostgreSQL Conference
- Call for papers
Thank you to our …
R.I.P. PostgreSQL (Mammoth) Replicator
"Slony-I is undoubtedly our most popular replication tool. It supports Master-Slave High Availability Replication. However, there are a number of other solutions, such as dbMirror, eRServer, pgPool, C-JDBC, and the proprietary Mammoth Replicator, all of which are in wide use because they solve different replication problems than Slony-I does. Replication is not a single solution for a single problem; it is …
Looking for an Intermediate Sysadmin + Junior DBA
Command Prompt has provided PostgreSQL support, development, and hosting since 1997. We are looking for another person to join our stellar group of PostgreSQL systems experts.
We seek someone who has a deep knowledge of at least one UNIX-like system, and who knows how to manage heterogeneous systems well. You can demonstrate strong skills in basic …
Automatically pulling into a committer's Git repository
I was a bit unhappy because I couldn't keep my "bare" Git repository up-to-date unattended — I needed to be at my workstation to be able to do a git fetch, because it needs my SSH passphrase.
I didn't have this problem with CVS because I kept an rsync copy of the anonymous CVS repository, from which my regular trees where checked out. (My committer's checkouts were separate, which …