You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/hstore
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 13 years ago
..
data Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
expected Preserve column names in the execution-time tupledesc for a RowExpr. 14 years ago
sql Fix hstore regression tests. 14 years ago
.gitignore Support "make check" in contrib 15 years ago
Makefile Don't install hstore--1.0.sql any more. 14 years ago
crc32.c Remove cvs keywords from all files. 15 years ago
crc32.h Remove cvs keywords from all files. 15 years ago
hstore--1.0--1.1.sql Fix hstore regression tests. 14 years ago
hstore--1.1.sql Remove hstore's text => text operator. 14 years ago
hstore--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 14 years ago
hstore.control Remove hstore's text => text operator. 14 years ago
hstore.h Replace int2/int4 in C code with int16/int32 13 years ago
hstore_compat.c Provide some static-assertion functionality on all compilers. 13 years ago
hstore_gin.c pgindent run before PG 9.1 beta 1. 15 years ago
hstore_gist.c Replace int2/int4 in C code with int16/int32 13 years ago
hstore_io.c Split tuple struct defs from htup.h to htup_details.h 13 years ago
hstore_op.c Split tuple struct defs from htup.h to htup_details.h 13 years ago