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.
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.
17 years ago
..
data
Fixes from Janko Richter <jankorichter@yahoo.de>
20 years ago
expected
Fix a few contrib regression test scripts that hadn't gotten the word
18 years ago
sql
Fix a few contrib regression test scripts that hadn't gotten the word
18 years ago
Makefile
Remove references to READMEs from /contrib Makefiles.
18 years ago
btree_bit.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_bytea.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_cash.c
Allow float8, int8, and related datatypes to be passed by value on machines
17 years ago
btree_date.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_float4.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_float8.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_gist.c
Magic blocks don't do us any good unless we use 'em ... so install one
19 years ago
btree_gist.h
Add #include code to prevent multiple inclusion.
19 years ago
btree_gist.sql.in
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_inet.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_int2.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_int4.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_int8.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_interval.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_macaddr.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_numeric.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_oid.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_text.c
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago
btree_time.c
Allow float8, int8, and related datatypes to be passed by value on machines
17 years ago
btree_ts.c
Allow float8, int8, and related datatypes to be passed by value on machines
17 years ago
btree_utils_num.c
Allow float8, int8, and related datatypes to be passed by value on machines
17 years ago
btree_utils_num.h
Fix a passel of recently-committed violations of the rule 'thou shalt
19 years ago
btree_utils_var.c
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
btree_utils_var.h
Fix a passel of recently-committed violations of the rule 'thou shalt
19 years ago
uninstall_btree_gist.sql
Push index operator lossiness determination down to GIST/GIN opclass
17 years ago