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 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
..
data
expected Add a 64-bit hash function for type hstore. 8 years ago
sql Add a 64-bit hash function for type hstore. 8 years ago
.gitignore
Makefile Remove support for upgrading extensions from "unpackaged" state. 6 years ago
hstore--1.0--1.1.sql
hstore--1.1--1.2.sql Fix whitespace issues found by git diff --check, add gitattributes 13 years ago
hstore--1.2--1.3.sql Introduce jsonb, a structured format for storing json. 12 years ago
hstore--1.3--1.4.sql Update extensions with GIN/GIST support for parallel query. 10 years ago
hstore--1.4--1.5.sql Distinguish selectivity of < from <= and > from >=. 9 years ago
hstore--1.4.sql Update extensions with GIN/GIST support for parallel query. 10 years ago
hstore--1.5--1.6.sql Add a 64-bit hash function for type hstore. 8 years ago
hstore.control Mark some contrib modules as "trusted". 6 years ago
hstore.h Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 9 years ago
hstore_compat.c Fix most -Wundef warnings 7 years ago
hstore_gin.c Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 9 years ago
hstore_gist.c Make the order of the header file includes consistent in contrib modules. 7 years ago
hstore_io.c Move jsonapi.c and jsonapi.h to src/common. 6 years ago
hstore_op.c Clean up newlines following left parentheses 6 years ago