temporal - temporal: Applied numerous fixes from Daniel Grace,

From: jdavis(at)pgfoundry(dot)org (User Jdavis)
To: pgsql-committers(at)postgresql(dot)org
Subject: temporal - temporal: Applied numerous fixes from Daniel Grace,
Date: 2010-08-01 01:58:36
Message-ID: 20100801015836.CAB7910715B2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jdavis 2010-08-01 02:04:29 temporal - temporal: Add proper attribution for picksplit
Previous Message Robert Haas 2010-08-01 01:08:30 pgsql: Make psql distinguish between unique indices and unique