Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

gistscan.c

  • Tom Lane's avatar
    fa5c8a05
    Cross-data-type comparisons are now indexable by btrees, pursuant to my · fa5c8a05
    Tom Lane authored
    pghackers proposal of 8-Nov.  All the existing cross-type comparison
    operators (int2/int4/int8 and float4/float8) have appropriate support.
    The original proposal of storing the right-hand-side datatype as part of
    the primary key for pg_amop and pg_amproc got modified a bit in the event;
    it is easier to store zero as the 'default' case and only store a nonzero
    when the operator is actually cross-type.  Along the way, remove the
    long-since-defunct bigbox_ops operator class.
    fa5c8a05
    History
    Cross-data-type comparisons are now indexable by btrees, pursuant to my
    Tom Lane authored
    pghackers proposal of 8-Nov.  All the existing cross-type comparison
    operators (int2/int4/int8 and float4/float8) have appropriate support.
    The original proposal of storing the right-hand-side datatype as part of
    the primary key for pg_amop and pg_amproc got modified a bit in the event;
    it is easier to store zero as the 'default' case and only store a nonzero
    when the operator is actually cross-type.  Along the way, remove the
    long-since-defunct bigbox_ops operator class.