1. 30 5月, 2001 10 次提交
  2. 29 5月, 2001 2 次提交
    • T
      Make text <=> char conversion functions convert zero character to and · 8a3b80de
      Tom Lane 提交于
      from an empty text string.  This makes them consistent with the de facto
      behavior of type char's I/O conversion functions, and avoids generating
      text values with embedded nulls, which confuse many text operators.
      8a3b80de
    • T
      Cause plpgsql's PERFORM to behave according to its documentation, · a056f14b
      Tom Lane 提交于
      which says that PERFORM will execute any SELECT query and discard the
      result.  The former implementation would in fact raise an error if the
      result contained more than one row or more than one column.
      
      Also, change plpgsql's error-logging mechanism to emit the additional
      messages about error location at NOTICE rather than DEBUG level.  This
      allows them to be seen by the client without having to dig into the
      postmaster log file (which may be nonexistent or inaccessible by the
      client).
      a056f14b
  3. 28 5月, 2001 14 次提交
  4. 27 5月, 2001 2 次提交
  5. 26 5月, 2001 1 次提交
  6. 25 5月, 2001 10 次提交
  7. 24 5月, 2001 1 次提交
    • B
      I haven't tried building postgres with the Watcom compiler for 7.1 because · f36fc7bb
      Bruce Momjian 提交于
      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