fulldisjunction - fd: Added capability for Adaptive Extending upper - Mailing list pgsql-committers

From pgstudy@pgfoundry.org (User Pgstudy)
Subject fulldisjunction - fd: Added capability for Adaptive Extending upper
Date
Msg-id 20060609003149.BBEAD86C605@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Added capability for Adaptive Extending upper bound for per CPU capabilities. Changed the behaviour of SQGetNext to
onlycopy when requested. Some cleanups and fixes. It should be quicker now. 

Modified Files:
--------------
    fd:
        algstructs.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.6&r2=1.7)
        algstructs.h (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.4&r2=1.5)
        algutils.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.3&r2=1.4)
        algutils.h (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.h.diff?r1=1.3&r2=1.4)
        odmbfd.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/odmbfd.c.diff?r1=1.5&r2=1.6)
        queues.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.5&r2=1.6)
        queuesfuncs.h (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queuesfuncs.h.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bootstrap.c so that database startup process and bgwriter
Next
From: pgstudy@pgfoundry.org (User Pgstudy)
Date:
Subject: fulldisjunction - fd: Small fixes to Adaptive Extending upper bound.