OSDN Git Service

Support for emulating RTREE indexing in GiST. Contributed by
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 May 2001 18:27:18 +0000 (18:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 May 2001 18:27:18 +0000 (18:27 +0000)
commit16f85390f205dafc9d663c3bf777d682ccbdd1dd
tree440aba94402949b0414353adc6d1c94ca2bdbf48
parent3043810d977b8197f9671c98439104db80b8e914
Support for emulating RTREE indexing in GiST.  Contributed by
Oleg Bartunov and Teodor Sigaev.
contrib/Makefile
contrib/README
contrib/rtree_gist/Makefile [new file with mode: 0644]
contrib/rtree_gist/README.rtree_gist [new file with mode: 0644]
contrib/rtree_gist/bench/bench.pl [new file with mode: 0755]
contrib/rtree_gist/bench/create_test.pl [new file with mode: 0755]
contrib/rtree_gist/data/test_box.data [new file with mode: 0644]
contrib/rtree_gist/expected/rtree_gist.out [new file with mode: 0644]
contrib/rtree_gist/rtree_gist.c [new file with mode: 0644]
contrib/rtree_gist/rtree_gist.sql.in [new file with mode: 0644]
contrib/rtree_gist/sql/rtree_gist.sql [new file with mode: 0644]