pgsql/ ontrib/cube/cube.sql.in ontrib/intarray ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ ontrib/cube/cube.sql.in ontrib/intarray ...
Date: 2001-08-10 14:34:28
Message-ID: 200108101434.f7AEYSD54343@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/10 10:34:28

Modified files:
contrib/cube : cube.sql.in
contrib/intarray: _int.sql.in
contrib/rtree_gist: rtree_gist.sql.in
contrib/seg : seg.sql.in
src/backend/access/gist: gist.c gistget.c
src/include/access: gist.h

Log message:
1. null-safe interface to GiST
(as proposed in http://fts.postgresql.org/db/mw/msg.html?mid=1028327)

2. support for 'pass-by-value' arguments - to test this
we used special opclass for int4 with values in range [0-2^15]
More testing will be done after resolving problem with
index_formtuple and implementation of B-tree using GiST

3. small patch to contrib modules (seg,cube,rtree_gist,intarray) -
mark functions as 'isstrict' where needed.

Oleg Bartunov

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-08-10 14:42:08 pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Previous Message Bruce Momjian - CVS 2001-08-10 14:30:15 pgsql/ oc/src/sgml/ref/lock.sgml rc/backend/co ...