1. 27 8月, 1998 1 次提交
  2. 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
  3. 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
  4. 19 7月, 1998 1 次提交
  5. 13 7月, 1998 1 次提交
  6. 16 6月, 1998 3 次提交
  7. 15 5月, 1998 1 次提交
  8. 26 4月, 1998 1 次提交
  9. 08 4月, 1998 1 次提交
  10. 06 4月, 1998 1 次提交
    • B
      Hi, · 1e801a8f
      Bruce Momjian 提交于
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  11. 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
  12. 26 2月, 1998 1 次提交
  13. 12 2月, 1998 1 次提交
  14. 11 2月, 1998 1 次提交
  15. 10 2月, 1998 1 次提交
  16. 07 2月, 1998 2 次提交
  17. 06 2月, 1998 1 次提交
  18. 05 2月, 1998 3 次提交
  19. 31 1月, 1998 2 次提交
  20. 17 1月, 1998 1 次提交
  21. 16 1月, 1998 1 次提交
    • P
      Thank god for searchable mail archives. · baef78d9
      PostgreSQL Daemon 提交于
      Patch by: wieck@sapserv.debis.de (Jan Wieck)
      
         One  of  the design rules of PostgreSQL is extensibility. And
         to follow this rule means (at least for me) that there should
         not  only  be a builtin PL.  Instead I would prefer a defined
         interface for PL implemetations.
      baef78d9
  22. 08 1月, 1998 1 次提交
  23. 05 1月, 1998 1 次提交
  24. 20 12月, 1997 1 次提交
  25. 17 12月, 1997 1 次提交
    • M
      Clean up the Makefiles · e2d95010
      Marc G. Fournier 提交于
      	Essentially, this cleans things up so that if PORTNAME isn't defined (I'm
          working on getting rid of it for FreeBSD, at least, to see if its possible)
          none of the PORTNAME related stuff gets passed around.
      
      	Had a little bit of -I related redundancy as well
      e2d95010
  26. 08 12月, 1997 1 次提交
  27. 07 12月, 1997 1 次提交
  28. 26 11月, 1997 1 次提交
  29. 24 11月, 1997 1 次提交
  30. 02 11月, 1997 1 次提交
  31. 25 10月, 1997 1 次提交
  32. 25 9月, 1997 1 次提交
  33. 22 9月, 1997 1 次提交
  34. 19 9月, 1997 1 次提交