postgresql/contrib/hstore
Robert Haas 8ce3f26fab Deprecate the use of => as an operator name.
In HEAD, emit a warning when an operator named => is defined.
In both HEAD and the backbranches (except in 8.2, where contrib
modules do not have documentation), document that hstore's text =>
text operator may be removed in a future release, and encourage the
use of the hstore(text, text) function instead.  This function only
exists in HEAD (previously, it was called tconvert), so backpatch
it back to 8.2, when hstore was added.  Per discussion.
2010-06-22 11:36:36 +00:00
..
data Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
expected Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
sql Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
crc32.c Fix compile warning on Solaris, per buildfarm. (Why have we got 2007-07-15 22:40:28 +00:00
crc32.h Add hstore contrib module. 2006-09-05 18:00:58 +00:00
hstore.h Fix contrib/hstore to throw an error for keys or values that don't fit in its 2009-03-15 22:05:25 +00:00
hstore.sql.in Deprecate the use of => as an operator name. 2010-06-22 11:36:36 +00:00
hstore_gin.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
hstore_gist.c Run pgindent on remaining files now that LOOPBYTE is a usable macro. 2007-11-16 01:12:24 +00:00
hstore_io.c Fix memory allocation for output of hstore type. 2009-04-02 17:57:59 +00:00
hstore_op.c Fix contrib/hstore to throw an error for keys or values that don't fit in its 2009-03-15 22:05:25 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_hstore.sql Deprecate the use of => as an operator name. 2010-06-22 11:36:36 +00:00