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/btree_gist
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 8 years ago
..
data Add btree_gist support for enum types. 8 years ago
expected Add btree_gist support for enum types. 8 years ago
sql Add btree_gist support for enum types. 8 years ago
.gitignore Support "make check" in contrib 14 years ago
Makefile Add btree_gist support for enum types. 8 years ago
btree_bit.c Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
btree_bytea.c Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
btree_cash.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_date.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_enum.c Add btree_gist support for enum types. 8 years ago
btree_float4.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_float8.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_gist--1.0--1.1.sql Add index-only scan support to btree_gist. 10 years ago
btree_gist--1.1--1.2.sql Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
btree_gist--1.2--1.3.sql Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
btree_gist--1.2.sql Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
btree_gist--1.3--1.4.sql Add support for EUI-64 MAC addresses as macaddr8 8 years ago
btree_gist--1.4--1.5.sql Add btree_gist support for enum types. 8 years ago
btree_gist--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
btree_gist.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 11 years ago
btree_gist.control Add btree_gist support for enum types. 8 years ago
btree_gist.h Add btree_gist support for enum types. 8 years ago
btree_inet.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_int2.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_int4.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_int8.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_interval.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_macaddr.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_macaddr8.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_numeric.c Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
btree_oid.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_text.c Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
btree_time.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_ts.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_utils_num.c Add btree_gist support for enum types. 8 years ago
btree_utils_num.h Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
btree_utils_var.c Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
btree_utils_var.h Use CallerFInfoFunctionCall with btree_gist for varlena types 8 years ago
btree_uuid.c Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago