1. 22 Jan, 2000 1 commit
  2. 05 Jan, 2000 1 commit
    • Thomas G. Lockhart's avatar
      Clean up format of tests. · 4c4e68dc
      Thomas G. Lockhart authored
      Remove older "::" type coersion syntax in favor of extended SQL92 style.
      Include a few new tests for datetime/timespan arithmetic.
      4c4e68dc
  3. 21 Dec, 1999 1 commit
  4. 30 Sep, 1999 1 commit
  5. 06 Sep, 1999 1 commit
    • Tom Lane's avatar
      Mark bpchareq not hashjoinable, since it strips trailing blanks · d2f7d1f3
      Tom Lane authored
      before comparison; if fields being joined are different widths then hashing
      will yield wrong answer.  Also, remove hashjoinable mark from all uses of
      array_eq, because array structures may have padding bytes between elements
      and the pad bytes are of uncertain content.  This could be revisited if
      array code is cleaned up.
      Modify opr_sanity regress test to complain if array_eq operator is marked
      hashjoinable.
      d2f7d1f3
  6. 12 May, 1999 1 commit
  7. 07 Apr, 1999 2 commits
  8. 29 Mar, 1999 1 commit
    • Tom Lane's avatar
      Modify fmgr so that internal name (compiler name) of a built-in · c537d429
      Tom Lane authored
      function is found in prosrc field of pg_proc, not proname.  This allows
      multiple aliases of a built-in to all be implemented as direct builtins,
      without needing a level of indirection through an SQL function.  Replace
      existing SQL alias functions with builtin entries accordingly.
      Save a few K by not storing string names of builtin functions in fmgr's
      internal table (if you really want 'em, get 'em from pg_proc...).
      Update opr_sanity with a few more cross-checks.
      c537d429
  9. 28 Mar, 1999 1 commit
  10. 01 Mar, 1999 1 commit
    • Tom Lane's avatar
      Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, · b204d10c
      Tom Lane authored
      so remove them from MergeJoin node.  Hack together a partial
      solution for commuted mergejoin operators --- yesterday
      a mergejoin int4 = int8 would crash if the planner decided to
      commute it, today it works.  The planner's representation of
      mergejoins really needs a rewrite though.
      Also, further testing of mergejoin ops in opr_sanity regress test.
      b204d10c
  11. 28 Feb, 1999 1 commit
  12. 29 Oct, 1998 1 commit