1. 29 5月, 2003 8 次提交
  2. 28 5月, 2003 4 次提交
  3. 27 5月, 2003 4 次提交
  4. 26 5月, 2003 2 次提交
    • B
      Remove comment that cbrt() isn't being used. · bb9f84aa
      Bruce Momjian 提交于
      bb9f84aa
    • T
      Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing · f45df8c0
      Tom Lane 提交于
      blanks, in hopes of reducing the surprise factor for newbies.  Remove
      redundant operators for VARCHAR (it depends wholly on TEXT operations now).
      Clean up resolution of ambiguous operators/functions to avoid surprising
      choices for domains: domains are treated as equivalent to their base types
      and binary-coercibility is no longer considered a preference item when
      choosing among multiple operators/functions.  IsBinaryCoercible now correctly
      reflects the notion that you need *only* relabel the type to get from type
      A to type B: that is, a domain is binary-coercible to its base type, but
      not vice versa.  Various marginal cleanup, including merging the essentially
      duplicate resolution code in parse_func.c and parse_oper.c.  Improve opr_sanity
      regression test to understand about binary compatibility (using pg_cast),
      and fix a couple of small errors in the catalogs revealed thereby.
      Restructure "special operator" handling to fetch operators via index opclasses
      rather than hardwiring assumptions about names (cleans up the pattern_ops
      stuff a little).
      f45df8c0
  5. 25 5月, 2003 2 次提交
  6. 24 5月, 2003 1 次提交
    • T
      Improve implementation of btrim/ltrim/rtrim: provide a special case for · 11d5c820
      Tom Lane 提交于
      single-byte encodings, and a direct C implementation of the single-argument
      forms (where spaces are always what gets trimmed).  This is in preparation
      for using rtrim1() as the bpchar-to-text cast operator, but is a useful
      performance improvement even if we decide not to do that.
      11d5c820
  7. 23 5月, 2003 8 次提交
  8. 22 5月, 2003 2 次提交
  9. 21 5月, 2003 1 次提交
  10. 20 5月, 2003 3 次提交
  11. 19 5月, 2003 2 次提交
  12. 18 5月, 2003 1 次提交
    • T
      Add code to test for unknown timezone names (following some ideas from · 6d7ff848
      Tom Lane 提交于
      Ross Reedstrom, a couple months back) and to detect timezones that are
      using leap-second timekeeping.  The unknown-zone-name test is pretty
      heuristic and ugly, but it seems better than the old behavior of just
      switching to GMT given a bad name.  Also make DecodePosixTimezone() a
      tad more robust.
      6d7ff848
  13. 17 5月, 2003 1 次提交
  14. 16 5月, 2003 1 次提交