-
- Downloads
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
Showing
- contrib/cube/cube.sql.in 16 additions, 16 deletionscontrib/cube/cube.sql.in
- contrib/intarray/_int.sql.in 8 additions, 8 deletionscontrib/intarray/_int.sql.in
- contrib/rtree_gist/rtree_gist.sql.in 1 addition, 1 deletioncontrib/rtree_gist/rtree_gist.sql.in
- contrib/seg/seg.sql.in 19 additions, 19 deletionscontrib/seg/seg.sql.in
- src/backend/access/gist/gist.c 424 additions, 322 deletionssrc/backend/access/gist/gist.c
- src/backend/access/gist/gistget.c 2 additions, 2 deletionssrc/backend/access/gist/gistget.c
- src/include/access/gist.h 5 additions, 2 deletionssrc/include/access/gist.h
Loading
Please register or sign in to comment