1. 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
  2. 28 Mar, 1999 6 commits
  3. 27 Mar, 1999 1 commit
  4. 26 Mar, 1999 4 commits
  5. 25 Mar, 1999 3 commits
  6. 24 Mar, 1999 9 commits
  7. 23 Mar, 1999 2 commits
  8. 22 Mar, 1999 3 commits
  9. 21 Mar, 1999 7 commits
  10. 20 Mar, 1999 4 commits