SSI patch version 11

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Cc: "Dan Ports" <drkp(at)csail(dot)mit(dot)edu>,<john(dot)okite(at)gmail(dot)org>
Subject: SSI patch version 11
Date: 2011-01-13 21:05:10
Message-ID: 4D2F14A602000025000394CE@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is a new version of the SSI patch with these changes:

- Performance is markedly better on table scans. Fixed by this
commit:

http://git.postgresql.org/gitweb?p=users/kgrittn/postgres.git;a=commitdiff;h=64ca508a0e2fa9c21dc76a5d6a5f549c27f511fa

- A race condition which was causing an assertion failure in DBT-2
benchmarks should be fixed. (We'll know soon.) This should also
close some commit-time race conditions which could cause occasional
assertion failures or allow anomalies. This is also a first step in
handling prepared transactions. Here's the commit:

http://git.postgresql.org/gitweb?p=users/kgrittn/postgres.git;a=commitdiff;h=32e945986608b0ec93000b7167bfaa395d52f473

- Numerous small documentation adjustments for SSI.

The Concurrency Control chapter and the README file still need to be
tackled. The guy who had volunteered to do that work hasn't been
responding to emails, so I'm not sure whether he's going to come
through. :-( As far as I can tell, all other documentation should
be done; so if you find anything which was missed, please let me
know.

-Kevin

Attachment Content-Type Size
ssi-11.patch.gz application/octet-stream 62.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2011-01-13 21:10:34 Re: kill -KILL: What happens?
Previous Message Dimitri Fontaine 2011-01-13 20:57:22 pg_dump support for Extension, patch version 24