1. 06 4月, 1999 2 次提交
  2. 05 4月, 1999 4 次提交
  3. 04 4月, 1999 2 次提交
  4. 03 4月, 1999 1 次提交
  5. 02 4月, 1999 4 次提交
  6. 30 3月, 1999 8 次提交
  7. 29 3月, 1999 4 次提交
    • T
      Addition to test/locale submitted by Oleg Broytmann. Comments from him: · 4373c4d4
      Tatsuo Ishii 提交于
      There are two subdirectories (ISO8859-7 and koi8-to-win1251) containing
      tests for Greek locale and server<=>client recoding feature (recently
      submitted by Tatsuo Ishii <t-ishii@sra.co.jp>; we've debugged his patches
      together in the field of Cyrillic support).
      4373c4d4
    • T
      change comparison char* and NULL to char* and '\0'. This should be · c2d59497
      Tatsuo Ishii 提交于
      more portable way.
      c2d59497
    • 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
  8. 28 3月, 1999 6 次提交
  9. 26 3月, 1999 5 次提交
  10. 25 3月, 1999 3 次提交
  11. 24 3月, 1999 1 次提交