1. 16 3月, 2011 3 次提交
  2. 15 3月, 2011 5 次提交
  3. 14 3月, 2011 2 次提交
  4. 13 3月, 2011 1 次提交
    • T
      Make all comparisons done for/with statistics use the default collation. · 696d1f7f
      Tom Lane 提交于
      While this will give wrong answers when estimating selectivity for a
      comparison operator that's using a non-default collation, the estimation
      error probably won't be large; and anyway the former approach created
      estimation errors of its own by trying to use a histogram that might have
      been computed with some other collation.  So we'll adopt this simplified
      approach for now and perhaps improve it sometime in the future.
      
      This patch incorporates changes from Andres Freund to make sure that
      selfuncs.c passes a valid collation OID to any datatype-specific function
      it calls, in case that function wants collation information.  Said OID will
      now always be DEFAULT_COLLATION_OID, but at least we won't get errors.
      696d1f7f
  5. 12 3月, 2011 10 次提交
  6. 11 3月, 2011 19 次提交