1. 25 4月, 1999 1 次提交
  2. 24 4月, 1999 2 次提交
  3. 23 4月, 1999 1 次提交
  4. 22 4月, 1999 1 次提交
  5. 20 4月, 1999 4 次提交
  6. 19 4月, 1999 3 次提交
  7. 18 4月, 1999 1 次提交
  8. 16 4月, 1999 2 次提交
  9. 15 4月, 1999 4 次提交
  10. 14 4月, 1999 2 次提交
  11. 13 4月, 1999 3 次提交
  12. 11 4月, 1999 1 次提交
    • T
      Repair problems seen when CREATE OPERATOR mentions a · 50eb8b7d
      Tom Lane 提交于
      not-yet-defined operator in commutator, negator, etc links.  This is
      necessary in order to ensure that a pg_dump dump of user-defined operators
      can be reloaded.  There may still be a bug lurking here, because it's
      provoking a 'Buffer Leak' notice message in one case.  See my mail to
      pgsql-hackers.
      50eb8b7d
  13. 10 4月, 1999 1 次提交
  14. 08 4月, 1999 1 次提交
    • T
      Fix some more hashjoin-related bugs in pg_operator. Fix · af871480
      Tom Lane 提交于
      hashjoin's hashFunc() so that it does the right thing with pass-by-value
      data types (the old code would always return 0 for int2 or char values,
      which would work but would slow things down a lot).  Extend opr_sanity
      regress test to catch more kinds of errors.
      af871480
  15. 06 4月, 1999 2 次提交
  16. 05 4月, 1999 2 次提交
  17. 04 4月, 1999 1 次提交
  18. 03 4月, 1999 1 次提交
  19. 02 4月, 1999 2 次提交
  20. 30 3月, 1999 1 次提交
  21. 29 3月, 1999 2 次提交
    • T
      Modify fmgr so that internal name (compiler name) of a built-in · c537d429
      Tom Lane 提交于
      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
    • V
      1. Vacuum is updated for MVCC. · fdf6be80
      Vadim B. Mikheev 提交于
      2. Much faster btree tuples deletion in the case when first on page
         index tuple is deleted (no movement to the left page(s)).
      3. Remember blkno of new root page in BTPageOpaque of
         left/right siblings when root page is splitted.
      fdf6be80
  22. 28 3月, 1999 2 次提交