| From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/contrib intarray/Makefile intarra ... |
| Date: | 2003-06-11 18:44:15 |
| Message-ID: | 20030611184415.9AC9A30DCA1@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/06/11 15:44:15
Modified files:
contrib/intarray: Makefile _int.sql.in
contrib/intarray/expected: _int.out
contrib/ltree : _ltree_gist.c ltree.h
Removed files:
contrib/intarray: _int.c
Log message:
Changes:
1 intarray: bugfix for int[]-int[] operation
2 intarray: split _int.c to several files (_int.c now is unused)
3 ntarray (gist__intbig_ops opclass): use special type for index storage
4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimize
GiST's
penalty and picksplit interface functions, now use Hemming distance.
Teodor Sigaev
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-06-11 18:49:01 | pgsql-server/src/backend/utils/misc guc.c |
| Previous Message | Tom Lane | 2003-06-11 18:33:49 | pgsql-server/src/pl/plpython Tag: REL7_3_STABL ... |