1. 30 May, 2001 9 commits
  2. 28 May, 2001 10 commits
  3. 27 May, 2001 8 commits
  4. 25 May, 2001 10 commits
  5. 24 May, 2001 3 commits
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      I haven't tried building postgres with the Watcom compiler for 7.1 because · f36fc7bb
      Bruce Momjian authored
      it does not support 64bit integers. AFAIK that's the default data type for
      OIDs, so I am not surprised that this does not work. Use gcc instead.
      BTW., 7.1 does not compile as is with gcc either, I believed the
      required patches made it into the 7.1.1 release but obviously I missed
      the deadline.
      Since the ports mailing list does not seem to be archived I have attached
      a copy of the patch (for 7.1 and 7.1.1).
      
      I've just performed a build of a Watcom compiled version and found a couple
      of bugs in the watcom specific part of that patch. Please use the attached
      version instead.
      
      Tegge, Bernd
      f36fc7bb
    • Bruce Momjian's avatar
      There are a number of changes. The main ones are: · 6f101c80
      Bruce Momjian authored
       return oid on insert
       handle all primitive data types
       handle single quotes and newlines in Strings
       handle null variables
       deal with non public and final variables (not very
         well, though)
      
      Ken K
      6f101c80