mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Extend the infrastructure in btree_gin.c to permit cross-type operators, and add the code to support them for the int2, int4, and int8 opclasses. (To keep this patch digestible, I left the other datatypes for a separate patch.) This improves the usability of btree_gin indexes by allowing them to support the same set of queries that a regular btree index does. 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 | ||