[COMMITTERS] pgsql: heap_update() must recheck tuple after unlocking and relocking b

2011-09-27 Thread Robert Haas
heap_update() must recheck tuple after unlocking and relocking buffer. Bug found by Alvaro Herrera, fix suggested by Heikki Linnakangas and reviewed by Tom Lane. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/624f155ffa93d1af4fb9d91fd5c0eb05da1e9e54 Modified Files

[COMMITTERS] pgsql: sepgsql uavc comment improvements.

2011-09-27 Thread Robert Haas
sepgsql uavc comment improvements. Robert Haas and KaiGai Kohei Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a9d845be496b779efbcf16095bf236639e9e7665 Modified Files -- contrib/sepgsql/uavc.c | 74 +-- 1 fil

[COMMITTERS] pgsql: Update comments related to the crash-safety of the visibility ma

2011-09-27 Thread Robert Haas
Update comments related to the crash-safety of the visibility map. In hio.c, document how we avoid deadlock with respect to visibility map buffer locks. In visibilitymap.c, update the LOCKING section of the file header comment. Both oversights noted by Heikki Linnakangas. Branch -- master

[COMMITTERS] pgsql: Fix typo

2011-09-27 Thread Alvaro Herrera
Fix typo Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/173499273804f137bbb4a6785d6967b9e2d7e478 Modified Files -- src/test/isolation/isolationtester.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing lis

[COMMITTERS] pgsql: Remove dependency on error ordering in isolation tests

2011-09-27 Thread Alvaro Herrera
Remove dependency on error ordering in isolation tests We now report errors reported by the just-unblocked and unblocking transactions identically; this should fix relatively common buildfarm failures reported by animals that are failing the "wrong" session. Branch -- master Details ---

[COMMITTERS] pgsql: Take sepgsql regression tests out of the regular regression test

2011-09-27 Thread Tom Lane
Take sepgsql regression tests out of the regular regression test mechanism. Because these tests require root privileges, not to mention invasive changes to the security configuration of the host system, it's not reasonable for them to be invoked by a regular "make check" or "make installcheck". I

[COMMITTERS] pgsql: Take sepgsql regression tests out of the regular regression test

2011-09-27 Thread Tom Lane
Take sepgsql regression tests out of the regular regression test mechanism. Back-port the new "test_sepgsql" script into 9.1 to provide a substitute test mechanism. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/39be6957725bf4b9764a10cf368cc6ec8e21dec6 Modif