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 41d2c081ce Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number. 10 years ago
..
data Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
expected Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
sql Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
.gitignore Support "make check" in contrib 14 years ago
Makefile Switch to CRC-32C in WAL and other places. 11 years ago
hstore--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 12 years ago
hstore--1.1--1.2.sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
hstore--1.2--1.3.sql Introduce jsonb, a structured format for storing json. 11 years ago
hstore--1.3.sql Fix assorted inconsistencies in GIN opclass support function declarations. 10 years ago
hstore--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
hstore.control Introduce jsonb, a structured format for storing json. 11 years ago
hstore.h Dodge a macro-name conflict with Perl. 10 years ago
hstore_compat.c Dodge a macro-name conflict with Perl. 10 years ago
hstore_gin.c Dodge a macro-name conflict with Perl. 10 years ago
hstore_gist.c Dodge a macro-name conflict with Perl. 10 years ago
hstore_io.c Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number. 10 years ago
hstore_op.c Dodge a macro-name conflict with Perl. 10 years ago