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
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
..
data
expected JSON generation improvements. 13 years ago
sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
.gitignore Support "make check" in contrib 15 years ago
Makefile Fix makefile broken by hstore fix. 12 years ago
crc32.c Fix typo in comment. 13 years ago
crc32.h Remove cvs keywords from all files. 16 years ago
hstore--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 13 years ago
hstore--1.1--1.2.sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
hstore--1.2.sql Use a new hstore extension version for added json functions. 12 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 Use a new hstore extension version for added json functions. 12 years ago
hstore.h Replace int2/int4 in C code with int16/int32 14 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 14 years ago
hstore_io.c Return valid json when converting an empty hstore. 12 years ago
hstore_op.c Split tuple struct defs from htup.h to htup_details.h 14 years ago