1. 01 7月, 1997 3 次提交
  2. 30 6月, 1997 1 次提交
  3. 29 6月, 1997 1 次提交
  4. 28 6月, 1997 1 次提交
  5. 26 6月, 1997 4 次提交
  6. 23 6月, 1997 8 次提交
  7. 22 6月, 1997 1 次提交
  8. 21 6月, 1997 5 次提交
  9. 20 6月, 1997 1 次提交
  10. 13 6月, 1997 4 次提交
  11. 12 6月, 1997 2 次提交
  12. 11 6月, 1997 8 次提交
    • V
      Compare 'char' and 'text' lexicographically. · 1561684a
      Vadim B. Mikheev 提交于
      1561684a
    • V
      Lexicographically compare 'char' and 'text'. · 0346ab71
      Vadim B. Mikheev 提交于
      0346ab71
    • V
      geqo_rel_paths(): compute_joinrel_size() shouldn't be called · dee872de
      Vadim B. Mikheev 提交于
      for non-JoinPath path! So now we have:
          if ( IsA_JoinPath (cheapest) )
              rel->size = compute_joinrel_size(cheapest);
      dee872de
    • M
      From: Darren King <aixssd!darrenk@abs.net> · 5c2649b6
      Marc G. Fournier 提交于
      Subject: [PORTS] Makefile.aix patch.
      
      Have to add libc.a to the link when making a shared lib.
      5c2649b6
    • 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
    • M
      From: "Brian E. Gallew" <geek+@cmu.edu> · 4ea38446
      Marc G. Fournier 提交于
      Subject: Re: [PORTS] Re: [PATCHES] DG/UX 5.4R11 patches
      
      Comments in boot.sed break DG/UX port
      4ea38446
    • M
      From: Igor <igor@sba.miami.edu> · 735bf0b7
      Marc G. Fournier 提交于
      Subject: [PATCHES] sequences display in psql
      
      Well, I am away at Progress training (not Postgres!!) and desided to do
      this patch during a break. This will allow listing of sequences in
      addition to listing of tables and indicies:
      \d would should indicies, tables, and sequences
      \ds would show sequences only.
      735bf0b7
    • M
      From: "Eric H. Raskin" <ehr@listworks.com> · 65c4a526
      Marc G. Fournier 提交于
      Subject: [PATCHES] DG/UX 5.4R11 patches
      
      1) config.guess -- it doesn't understand that the new default
                         "TARGET_BINARY_INTERFACE" (m88kdgux) is now an ELF
                         format, not BCS.
      65c4a526
  13. 10 6月, 1997 1 次提交