1. 25 4月, 1999 1 次提交
  2. 14 2月, 1999 1 次提交
  3. 27 1月, 1999 2 次提交
  4. 25 1月, 1999 1 次提交
  5. 24 1月, 1999 1 次提交
    • T
      Replace typtoout() and gettypelem() with a single routine, · d03e9873
      Tom Lane 提交于
      so that fetching an attribute value needs only one SearchSysCacheTuple call
      instead of two redundant searches.  This speeds up a large SELECT by about
      ten percent, and probably will help GROUP BY and SELECT DISTINCT too.
      d03e9873
  6. 13 12月, 1998 1 次提交
  7. 28 11月, 1998 1 次提交
  8. 01 9月, 1998 2 次提交
  9. 31 8月, 1998 1 次提交
    • M
      · 3067ac8e
      Marc G. Fournier 提交于
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      
      After some playing with gdb I found that in printtup() there is a non null
      attribute with typeinfo->attrs[i]->atttypid = 0 (invalid oid). Unfortunately
      attibutes with invalid type are neither printed nor marked as null, and this
      explains why psql doesn't get all the expected data.
      
      So I made this patch to printtup():
      3067ac8e
  10. 19 8月, 1998 1 次提交
    • B
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian 提交于
      no longer returns buffer pointer, can be gotten from scan;
      	descriptor; bootstrap can create multi-key indexes;
      pg_procname index now is multi-key index; oidint2, oidint4, oidname
      are gone (must be removed from regression tests); use System Cache
      rather than sequential scan in many places; heap_modifytuple no
      longer takes buffer parameter; remove unused buffer parameter in
      a few other functions; oid8 is not index-able; remove some use of
      single-character variable names; cleanup Buffer variables usage
      and scan descriptor looping; cleaned up allocation and freeing of
      tuples; 18k lines of diff;
      79715390
  11. 26 7月, 1998 1 次提交
    • M
      · 5979d738
      Marc G. Fournier 提交于
      From: t-ishii@sra.co.jp
      
      As Bruce mentioned, this is due to the conflict among changes we made.
      Included patches should fix the problem(I changed all MB to
      MULTIBYTE). Please let me know if you have further problem.
      
      P.S. I did not include pathces to configure and gram.c to save the
      file size(configure.in and gram.y modified).
      5979d738
  12. 19 7月, 1998 1 次提交
  13. 16 6月, 1998 1 次提交
    • B
      Hi, here are the patches to enhance existing MB handling. This time · cb7cbc16
      Bruce Momjian 提交于
      I have implemented a framework of encoding translation between the
      backend and the frontend. Also I have added a new variable setting
      command:
      
      SET CLIENT_ENCODING TO 'encoding';
      
      Other features include:
      	Latin1 support more 8 bit cleaness
      
      See doc/README.mb for more details. Note that the pacthes are
      against May 30 snapshot.
      
      Tatsuo Ishii
      cb7cbc16
  14. 15 5月, 1998 1 次提交
  15. 26 2月, 1998 1 次提交
  16. 12 2月, 1998 1 次提交
  17. 11 2月, 1998 1 次提交
  18. 10 2月, 1998 1 次提交
  19. 31 1月, 1998 1 次提交
  20. 08 1月, 1998 1 次提交
  21. 05 1月, 1998 1 次提交
  22. 08 12月, 1997 1 次提交
  23. 07 12月, 1997 1 次提交
  24. 12 9月, 1997 1 次提交
  25. 08 9月, 1997 1 次提交
  26. 07 9月, 1997 1 次提交
  27. 27 8月, 1997 1 次提交
  28. 19 8月, 1997 1 次提交
  29. 11 1月, 1997 1 次提交
  30. 10 11月, 1996 1 次提交
  31. 05 11月, 1996 2 次提交
  32. 03 11月, 1996 2 次提交
  33. 01 11月, 1996 1 次提交
  34. 21 10月, 1996 2 次提交
  35. 20 10月, 1996 1 次提交