]> granicus.if.org Git - postgresql/commit
Gene Selkov's CUBE datatype (GiST example code)
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Dec 2000 20:39:15 +0000 (20:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Dec 2000 20:39:15 +0000 (20:39 +0000)
commit9892ddf5ee0c1c82e879f4bb20bf1f53b4241a45
tree3201a9c7304bbad67b7fa172146a4ab924e754c1
parent5bb4f723d23665cb2518260e7953d617fd9d6693
Gene Selkov's CUBE datatype (GiST example code)
12 files changed:
contrib/cube/Makefile [new file with mode: 0644]
contrib/cube/README.cube [new file with mode: 0644]
contrib/cube/buffer.c [new file with mode: 0644]
contrib/cube/buffer.h [new file with mode: 0644]
contrib/cube/cube.c [new file with mode: 0644]
contrib/cube/cube.sql.in [new file with mode: 0644]
contrib/cube/cubedata.h [new file with mode: 0644]
contrib/cube/cubeparse.y [new file with mode: 0644]
contrib/cube/cubescan.l [new file with mode: 0644]
contrib/cube/data/test_cube.data [new file with mode: 0644]
contrib/cube/expected/cube.out [new file with mode: 0644]
contrib/cube/sql/cube.sql [new file with mode: 0644]