postgresql/contrib/btree_gist
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines
where Datum is 8 bytes wide.  Since this will break old-style C functions
(those still using version 0 calling convention) that have arguments or
results of these types, provide a configure option to disable it and retain
the old pass-by-reference behavior.  Likewise, provide a configure option
to disable the recently-committed float4 pass-by-value change.

Zoltan Boszormenyi, plus configurability stuff by me.
2008-04-21 00:26:47 +00:00
..
data
expected
sql
btree_bit.c
btree_bytea.c
btree_cash.c Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
btree_date.c
btree_float4.c Push index operator lossiness determination down to GIST/GIN opclass 2008-04-14 17:05:34 +00:00
btree_float8.c
btree_gist.c
btree_gist.h
btree_gist.sql.in
btree_inet.c Push index operator lossiness determination down to GIST/GIN opclass 2008-04-14 17:05:34 +00:00
btree_int2.c
btree_int4.c
btree_int8.c
btree_interval.c
btree_macaddr.c
btree_numeric.c
btree_oid.c
btree_text.c
btree_time.c Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
btree_ts.c Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
btree_utils_num.c Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
btree_utils_num.h
btree_utils_var.c
btree_utils_var.h
Makefile
uninstall_btree_gist.sql