postgresql/contrib/hstore
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent:
remove transactions
	use create or replace function
	make formatting consistent
	set search patch on first line

Add documentation on modifying *.sql to set the search patch, and
mention that major upgrades should still run the installation scripts.

Some of these issues were spotted by Tom today.
2007-11-11 03:25:35 +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_gin.c Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
hstore_gist.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
hstore_io.c Fix up several contrib modules that were using varlena datatypes in not-so-obvious 2007-02-28 22:44:38 +00:00
hstore_op.c Clean up usage of some deprecated APIs, particularly schema-unsafe 2007-08-26 23:36:32 +00:00
hstore.h Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
hstore.sql.in Make /contrib install/uninstall script consistent: 2007-11-11 03:25:35 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_hstore.sql Make /contrib install/uninstall script consistent: 2007-11-11 03:25:35 +00:00