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)
commit5529da95ae0274c8817c4fc10cb38c372a25f6f9
tree58f8fa9f847c7d3b230dd7373ba2f0b47a7d9426
parent9a4116679507ee3619f05b79ab35ad619ab6b557
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]