postgresql/contrib/intarray
Tom Lane 6595dd04d1 Add backwards-compatible declarations of some core GIN support functions.
These are needed to support reloading dumps of 9.0 installations containing
contrib/intarray or contrib/tsearch2.  Since not only regular dump/reload
but binary upgrade would fail, it seems worth the trouble to carry these
stubs for awhile.  Note that the contrib opclasses referencing these
functions will still work fine, since GIN doesn't actually pay any
attention to the declared signature of a support function.
2011-02-16 17:24:46 -05:00
..
bench Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
data 1. Fixed error with empty array ( '{}' ), 2001-08-04 19:35:32 +00:00
expected Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
sql Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
.gitignore Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
_int.h Fix assorted corner-case bugs in contrib/intarray. 2011-01-09 00:39:21 -05:00
_int_bool.c Prevent buffer overrun while parsing an integer in a "query_int" value. 2011-01-27 17:42:39 -05:00
_int_gin.c Fix assorted corner-case bugs in contrib/intarray. 2011-01-09 00:39:21 -05:00
_int_gist.c Fix assorted corner-case bugs in contrib/intarray. 2011-01-09 00:39:21 -05:00
_int_op.c Fix assorted corner-case bugs in contrib/intarray. 2011-01-09 00:39:21 -05:00
_int_tool.c Fix assorted corner-case bugs in contrib/intarray. 2011-01-09 00:39:21 -05:00
_intbig_gist.c Fix assorted corner-case bugs in contrib/intarray. 2011-01-09 00:39:21 -05:00
intarray--1.0.sql Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 2011-02-13 22:54:52 -05:00
intarray--unpackaged--1.0.sql Add backwards-compatible declarations of some core GIN support functions. 2011-02-16 17:24:46 -05:00
intarray.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00