pgsql: Reduce size of critical section and remove call of user-defined - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Reduce size of critical section and remove call of user-defined
Date
Msg-id 20060510091954.561839F96B6@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reduce size of critical section and remove call of user-defined functions in
insertion and deletion, modify gistSplit() to do not use buffers.

 TODO: gistvacuumcleanup and XLOG

Modified Files:
--------------
    pgsql/src/backend/access/gist:
        gist.c (r1.132 -> r1.133)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gist.c.diff?r1=1.132&r2=1.133)
        gistutil.c (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistutil.c.diff?r1=1.10&r2=1.11)
        gistvacuum.c (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistvacuum.c.diff?r1=1.19&r2=1.20)
        gistxlog.c (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistxlog.c.diff?r1=1.15&r2=1.16)
    pgsql/src/include/access:
        gist_private.h (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/gist_private.h.diff?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Revert documentation mention of array dimension checking, in next
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Some optimizations by Volkan YAZICI