1. 30 10月, 1998 1 次提交
  2. 23 10月, 1998 1 次提交
  3. 22 10月, 1998 5 次提交
  4. 21 10月, 1998 1 次提交
  5. 12 10月, 1998 1 次提交
  6. 09 10月, 1998 1 次提交
  7. 08 10月, 1998 2 次提交
  8. 04 10月, 1998 1 次提交
  9. 03 10月, 1998 1 次提交
  10. 23 9月, 1998 1 次提交
  11. 18 9月, 1998 1 次提交
  12. 01 9月, 1998 4 次提交
  13. 31 8月, 1998 1 次提交
  14. 29 8月, 1998 1 次提交
  15. 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
  16. 13 7月, 1998 1 次提交
  17. 08 7月, 1998 1 次提交
  18. 16 6月, 1998 1 次提交
    • B
      Hello! · 8d8bcda2
      Bruce Momjian 提交于
         Attached to the mail is locale-patch.tar.gz. In the archive
         there are:
      
      file README.locale
         short description
      
      directory src/test/locale
         test suite; currently only koi8-r tests, but the suite can be
         easily extended
      
      file locale.patch
         the very patch; to apply: patch < locale.patch; should be applied
         to postgres-6.3.2 (at least I created it with 6.3.2 without any
      additional
         patches)
      
         Files touched by the patch:  src/include/utils/builtins.h
      src/backend/utils/adt/char.c src/backend/utils/adt/varchar.c
      src/backend/utils/adt/varlena.c
      
      Oleg
      8d8bcda2
  19. 29 5月, 1998 1 次提交
  20. 10 5月, 1998 1 次提交
  21. 28 4月, 1998 1 次提交
    • M
      From: t-ishii@sra.co.jp · f554af0a
      Marc G. Fournier 提交于
      Hi, here are patches I promised (against 6.3.2):
      
      * character_length(), position(), substring() are now aware of
                multi-byte characters
      * add octet_length()
      * add --with-mb option to configure
      * new regression tests for EUC_KR
        (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
      * add some test cases to the EUC_JP regression test
      * fix problem in regress/regress.sh in case of System V
      * fix toupper(), tolower() to handle 8bit chars
      
      note that:
      
      o  patches for both configure.in and configure are
      included. maybe the one for configure is not necessary.
      
      o pg_proc.h was modified to add octet_length(). I used OIDs
      (1374-1379) for that. Please let me know if these numbers are not
      appropriate.
      f554af0a
  22. 26 4月, 1998 1 次提交
  23. 08 4月, 1998 1 次提交
  24. 31 3月, 1998 1 次提交
    • B
      The following uuencoded, gzip'd file will ... · 57b59664
      Bruce Momjian 提交于
      1. Remove the char2, char4, char8 and char16 types from postgresql
      2. Change references of char16 to name in the regression tests.
      3. Rename the char16.sql regression test to name.sql.  4. Modify
      the regression test scripts and outputs to match up.
      
      Might require new regression.{SYSTEM} files...
      
      Darren King
      57b59664
  25. 26 2月, 1998 1 次提交
  26. 11 2月, 1998 1 次提交
  27. 02 2月, 1998 1 次提交
  28. 17 1月, 1998 1 次提交
  29. 01 1月, 1998 1 次提交
  30. 24 12月, 1997 1 次提交
  31. 16 12月, 1997 1 次提交
  32. 16 11月, 1997 1 次提交