1. 18 9月, 1997 1 次提交
  2. 12 9月, 1997 1 次提交
  3. 11 9月, 1997 2 次提交
  4. 09 9月, 1997 2 次提交
  5. 08 9月, 1997 1 次提交
  6. 07 9月, 1997 1 次提交
  7. 29 8月, 1997 2 次提交
  8. 27 8月, 1997 2 次提交
  9. 25 8月, 1997 1 次提交
  10. 23 8月, 1997 1 次提交
  11. 22 8月, 1997 1 次提交
  12. 21 8月, 1997 4 次提交
  13. 20 8月, 1997 3 次提交
  14. 19 8月, 1997 2 次提交
  15. 14 8月, 1997 1 次提交
  16. 13 8月, 1997 2 次提交
  17. 06 8月, 1997 1 次提交
  18. 03 8月, 1997 1 次提交
  19. 28 6月, 1997 1 次提交
  20. 12 6月, 1997 1 次提交
  21. 11 6月, 1997 2 次提交
    • V
      Compare 'char' and 'text' lexicographically. · 1561684a
      Vadim B. Mikheev 提交于
      1561684a
    • M
      From: Robert Bruccoleri <bruc@bms.com> · 90d0cf00
      Marc G. Fournier 提交于
      Subject: [PORTS] Patches for Irix 6.4
      
      I have worked out how to compile PostgreSQL on Irix 6.4 using the -n32 compiler
      mode and version 7.1 of the C compiler. (The n32 compiler use 32 bits
      addressing,
      but allows access to all the instructions in the MIPS4 instruction set.)
      There were several problems:
      
      1) The ld command is not referenced as a macro in all the Makefiles. On
      this platform, you have to include -n32 on all the ld commands. Makefiles
      were changed as needed.
      
      3) Lots of warnings are generated from the compiler. Since the regression
      tests worked OK, I didn't attempt to fix them. If anyone wants the compilation
      log, please let me know, and I'll email it to you.
      
      The version of postgresql was 970602. Here is Makefile.custom:
      
      CUSTOM_COPT = -O2 -n32
      MK_NO_LORDER = 1
      LD = ld -n32
      CC += -n32
      90d0cf00
  22. 10 6月, 1997 1 次提交
  23. 06 6月, 1997 1 次提交
  24. 31 5月, 1997 2 次提交
  25. 23 5月, 1997 1 次提交
  26. 22 5月, 1997 1 次提交
    • M
      From: Darren King <aixssd!darrenk@abs.net> · 3e871388
      Marc G. Fournier 提交于
      Subject: [PATCHES] Re: [PORTS] AIX 6.1 fixes...
      
      Here are the patches for the two things that wouldn't make it thru the AIX
      compiler.  The geo_ops.c change is harmless I believe.  The nbtcompare.c patch
      fixes me, but I don't know about any other ports.  Maybe wait on that one
      until Vadim decides what to do about the unsigned vs signed chars varlena
      issue.
      3e871388
  27. 20 5月, 1997 1 次提交