pgsql: Introduce WAL records to log reuse of btree pages, allowing - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Introduce WAL records to log reuse of btree pages, allowing
Date
Msg-id 20100213005958.602EF7541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Introduce WAL records to log reuse of btree pages, allowing conflict
resolution during Hot Standby. Page reuse interlock requested by Tom.
Analysis and patch by me.

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtpage.c (r1.118 -> r1.119)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtpage.c?r1=1.118&r2=1.119)
        nbtxlog.c (r1.60 -> r1.61)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtxlog.c?r1=1.60&r2=1.61)
    pgsql/src/include/access:
        nbtree.h (r1.128 -> r1.129)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/nbtree.h?r1=1.128&r2=1.129)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak the order of processing of WITH clauses so that they are
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Re-enable max_standby_delay = -1 using deadlock detection on