mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 20:27:28 -04:00
Using the just-added infrastructure, extend btree_gin to support cross-type operators in its other opclasses. All of the cross-type comparison operators supported by the core btree opclasses for these datatypes are now available for btree_gin indexes as well. Author: Tom Lane <tgl@sss.pgh.pa.us> Reviewed-by: Arseniy Mukhin <arseniy.mukhin.dev@gmail.com> Discussion: https://postgr.es/m/262624.1738460652@sss.pgh.pa.us |
||
|---|---|---|
| .. | ||
| bit.sql | ||
| bool.sql | ||
| bpchar.sql | ||
| bytea.sql | ||
| char.sql | ||
| cidr.sql | ||
| date.sql | ||
| enum.sql | ||
| float4.sql | ||
| float8.sql | ||
| inet.sql | ||
| install_btree_gin.sql | ||
| int2.sql | ||
| int4.sql | ||
| int8.sql | ||
| interval.sql | ||
| macaddr.sql | ||
| macaddr8.sql | ||
| money.sql | ||
| name.sql | ||
| numeric.sql | ||
| oid.sql | ||
| text.sql | ||
| time.sql | ||
| timestamp.sql | ||
| timestamptz.sql | ||
| timetz.sql | ||
| uuid.sql | ||
| varbit.sql | ||
| varchar.sql | ||