postgresql/contrib/btree_gist
Tom Lane 8a2e323f20 Handle mixed returnable and non-returnable columns better in IOS.
We can revert the code changes of commit b5febc1d1 now, because
commit 9a3ddeb51 installed a real solution for the difficulty
that b5febc1d1 just dodged, namely that the planner might pick
the wrong one of several index columns nominally containing the
same value.  It only matters which one we pick if we pick one
that's not returnable, and that mistake is now foreclosed.

Although both of the aforementioned commits were back-patched,
I don't feel a need to take any risk by back-patching this one.
The cases that it improves are very corner-ish.

Discussion: https://postgr.es/m/3179992.1641150853@sss.pgh.pa.us
2022-01-03 16:12:11 -05:00
..
data
expected Handle mixed returnable and non-returnable columns better in IOS. 2022-01-03 16:12:11 -05:00
sql Handle mixed returnable and non-returnable columns better in IOS. 2022-01-03 16:12:11 -05:00
.gitignore
btree_bit.c
btree_bool.c Fix gist_bool_ops to use gbtreekey2 2021-11-08 01:14:55 +01:00
btree_bytea.c
btree_cash.c
btree_date.c
btree_enum.c
btree_float4.c Improve performance of float overflow checks in btree_gist 2021-08-19 10:42:44 +09:00
btree_float8.c Improve performance of float overflow checks in btree_gist 2021-08-19 10:42:44 +09:00
btree_gist--1.0--1.1.sql
btree_gist--1.1--1.2.sql
btree_gist--1.2--1.3.sql
btree_gist--1.2.sql
btree_gist--1.3--1.4.sql
btree_gist--1.4--1.5.sql
btree_gist--1.5--1.6.sql
btree_gist--1.6--1.7.sql Fix gist_bool_ops to use gbtreekey2 2021-11-08 01:14:55 +01:00
btree_gist.c
btree_gist.control Add bool GiST opclass to btree_gist 2021-11-06 17:00:43 +01:00
btree_gist.h Add bool GiST opclass to btree_gist 2021-11-06 17:00:43 +01:00
btree_inet.c
btree_int2.c
btree_int4.c
btree_int8.c
btree_interval.c
btree_macaddr8.c
btree_macaddr.c
btree_numeric.c
btree_oid.c
btree_text.c
btree_time.c
btree_ts.c
btree_utils_num.c Add bool GiST opclass to btree_gist 2021-11-06 17:00:43 +01:00
btree_utils_num.h Improve performance of float overflow checks in btree_gist 2021-08-19 10:42:44 +09:00
btree_utils_var.c
btree_utils_var.h
btree_uuid.c
Makefile Add bool GiST opclass to btree_gist 2021-11-06 17:00:43 +01:00