temporal - temporal: Applied numerous fixes from Daniel Grace, - Mailing list pgsql-committers

From jdavis@pgfoundry.org (User Jdavis)
Subject temporal - temporal: Applied numerous fixes from Daniel Grace,
Date
Msg-id 20100801015836.CAB7910715B2@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Applied numerous fixes from Daniel Grace, including:

 - Mark functions as STRICT and IMMUTABLE where appropriate
 - Avoid unnecessary palloc()s
 - Use ip4r's picksplit function
 - Add BTree opclass

Modified Files:
--------------
    temporal:
        period.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/period.c?r1=1.1&r2=1.2)
        period.h (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/period.h?r1=1.1&r2=1.2)
        period.sql.in (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/period.sql.in?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Make psql distinguish between unique indices and unique
Next
From: jdavis@pgfoundry.org (User Jdavis)
Date:
Subject: temporal - temporal: Add proper attribution for picksplit