1. 23 12月, 2003 2 次提交
  2. 12 9月, 2003 1 次提交
  3. 04 8月, 2003 1 次提交
  4. 02 1月, 2003 1 次提交
  5. 28 10月, 2001 1 次提交
  6. 25 10月, 2001 1 次提交
  7. 22 3月, 2001 1 次提交
  8. 31 12月, 2000 1 次提交
  9. 29 10月, 2000 1 次提交
  10. 13 4月, 2000 1 次提交
  11. 08 3月, 2000 1 次提交
    • B
      I've made a diff against the 7.0beta1 tree that accomplishes several things: · f43ec05d
      Bruce Momjian 提交于
              1) adds NetBSD shared lib support on both ELF and a.out platforms
      
              2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in
                 Makefile.global.  This makes it much easier to build stuff in
                 the source tree after you've already installed the libraries.
      
              3) adds TEMPLATEDIR in Makefile.global that indicates where the
                 database templates are stored.  This separates the template files
                 from real libraries that are installed in $(LIBDIR).
              4) changes include order of <readline/readline.h> and <readline.h>.
                 The latest GNU readline installs its headers under a readline
                 subdirectory.
      
      In addition to applying the patch below the following files need to be copied:
      
              backend/port/dynloader:
                      bsd.h -> netbsd.h
                      bsd.c -> netbsd.c
              include/port:
                      bsd.h -> netbsd.h
              makefiles:
                      Makefile.bsd -> Makefile.netbsd
      
      It would be great to see this incorporated into the source tree before
      the 7.0 release is cut.
      
              Thanks!
      
           -- Johnny C. Lam <lamj@stat.cmu.edu>
      f43ec05d
  12. 19 11月, 1999 1 次提交
  13. 14 7月, 1999 2 次提交
  14. 26 5月, 1999 1 次提交
  15. 14 4月, 1999 1 次提交
  16. 15 3月, 1999 1 次提交
    • B
      We have tested the patches on three platforms: · aba8c12f
      Bruce Momjian 提交于
      NetBSD/macppc
      LinuxPPC
      FreeBSD 2.2.6-RELEASE
      
      All of them seem happy with the regression test. Note that, however,
      compiling with optimization enabled on NetBSD/macppc causes an initdb
      failure (other two platforms are ok). After checking the asm code, we
      are suspecting that might be a compiler(egcs) bug.
      
      Tatsuo Ishii
      aba8c12f
  17. 19 7月, 1998 1 次提交
    • B
      Somewhere between 6.1 and 6.3 someone removed the support for the · 62cd6e7b
      Bruce Momjian 提交于
      NS32K machine I contributed.  In any case, I now have postgresql-6.3
      running again on NetBSD/pc532, a NS32532 machine.  The following
      changes are needed relative to the src directory.  (It looks like
      support was partially removed when the files were moved from the
      src/backend/storage/.... tree to the src/include tree.)
      
      If you need me to get a current development version of postgresql
      for this change let me know.  Also, let me know if this code needs
      updating due to another code movement that deleted the old NS32K
      support.
      
      Thank you.
      
      Phil Nelson
      62cd6e7b
  18. 26 2月, 1998 1 次提交
  19. 13 2月, 1998 1 次提交
    • M
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · 64e7adb0
      Marc G. Fournier 提交于
      Apart from this Makefile hack, all I've done is to make dynamically
      loaded code modules fail properly (as was already done for __mips__,
      although I think this is too loose: I believe NetBSD for the pmax can
      do dynamic linking), and to add test-and-set lock handling.  As Bruce
      suggested, this is done in a maximally efficient inlined way: I was
      not aware that this code was so important, speed-wise.
      64e7adb0
  20. 20 12月, 1997 1 次提交
  21. 30 10月, 1997 1 次提交
  22. 07 9月, 1997 1 次提交
  23. 06 6月, 1997 1 次提交
  24. 01 6月, 1997 1 次提交
  25. 12 4月, 1997 1 次提交