Gene Selkov's CUBE datatype (GiST example code)
Tom Lane <tgl@sss.pgh.pa.us>
Gene Selkov's CUBE datatype (GiST example code)
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/buffer.c | added | +79 −0 |
| contrib/cube/buffer.h | added | +8 −0 |
| contrib/cube/cube.c | added | +1058 −0 |
| contrib/cube/cubedata.h | added | +7 −0 |
| contrib/cube/cubeparse.y | added | +252 −0 |
| contrib/cube/cubescan.l | added | +54 −0 |
| contrib/cube/cube.sql.in | added | +337 −0 |
| contrib/cube/data/test_cube.data | added | +3100 −0 |
| contrib/cube/expected/cube.out | added | +962 −0 |
| contrib/cube/Makefile | added | +83 −0 |
| contrib/cube/README.cube | added | +289 −0 |
| contrib/cube/sql/cube.sql | added | +246 −0 |