Add hstore contrib module.
Teodor Sigaev <teodor@sigaev.ru>
Add hstore contrib module. Per discussion http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore/crc32.c | added | +103 −0 |
| contrib/hstore/crc32.h | added | +10 −0 |
| contrib/hstore/data/hstore.data | added | +1000 −0 |
| contrib/hstore/expected/hstore.out | added | +607 −0 |
| contrib/hstore/hstore_gist.c | added | +471 −0 |
| contrib/hstore/hstore.h | added | +49 −0 |
| contrib/hstore/hstore_io.c | added | +370 −0 |
| contrib/hstore/hstore_op.c | added | +567 −0 |
| contrib/hstore/hstore.sql.in | added | +195 −0 |
| contrib/hstore/Makefile | added | +17 −0 |
| contrib/hstore/README.hstore | added | +175 −0 |
| contrib/hstore/sql/hstore.sql | added | +131 −0 |
| contrib/Makefile | modified | +2 −1 |
| contrib/README | modified | +4 −0 |